diff options
author | Eliot Blennerhassett <eblennerhassett@audioscience.com> | 2011-02-10 17:26:09 +1300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-02-10 18:49:31 +0100 |
commit | 2f918a6445218120a7b5e4ce6b6e76064ee8f846 (patch) | |
tree | 10b4bd183c3bcd94ef0110c5cfe3c83a5e77a781 /sound/pci/asihpi/hpioctl.c | |
parent | 1d595d2a2121b0db2b57656c685a164f38c0c8ae (diff) | |
download | op-kernel-dev-2f918a6445218120a7b5e4ce6b6e76064ee8f846.zip op-kernel-dev-2f918a6445218120a7b5e4ce6b6e76064ee8f846.tar.gz |
ALSA: asihpi - Replace adapter list with single item in subsys response.
Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/asihpi/hpioctl.c')
-rw-r--r-- | sound/pci/asihpi/hpioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/asihpi/hpioctl.c b/sound/pci/asihpi/hpioctl.c index 4bd3278..0ea9aae 100644 --- a/sound/pci/asihpi/hpioctl.c +++ b/sound/pci/asihpi/hpioctl.c @@ -389,7 +389,7 @@ int __devinit asihpi_adapter_probe(struct pci_dev *pci_dev, } adapter.index = hr.u.s.adapter_index; - adapter.type = hr.u.s.aw_adapter_list[adapter.index]; + adapter.type = hr.u.s.adapter_type; hm.adapter_index = adapter.index; err = hpi_adapter_open(adapter.index); |