ALSA: asihpi - Add snd_card_set_dev to init.
Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
2f918a6445
commit
1225367a48
|
@ -2840,9 +2840,11 @@ static int __devinit snd_asihpi_probe(struct pci_dev *pci_dev,
|
|||
hpi_card->index, card->number);
|
||||
}
|
||||
|
||||
snd_card_set_dev(card, &pci_dev->dev);
|
||||
|
||||
asihpi = (struct snd_card_asihpi *) card->private_data;
|
||||
asihpi->card = card;
|
||||
asihpi->pci = hpi_card->pci;
|
||||
asihpi->pci = pci_dev;
|
||||
asihpi->adapter_index = hpi_card->index;
|
||||
hpi_handle_error(hpi_adapter_get_info(
|
||||
asihpi->adapter_index,
|
||||
|
|
Loading…
Reference in New Issue