aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/asihpi/hpioctl.c
diff options
context:
space:
mode:
authorEliot Blennerhassett <eblennerhassett@audioscience.com>2011-02-09 23:26:04 -0500
committerTakashi Iwai <tiwai@suse.de>2011-02-10 12:49:26 -0500
commitba94455c29c383713c360537b6323e3bd4c76434 (patch)
treec06d1f61e5f43ad17be64e7b5d9653979357ed72 /sound/pci/asihpi/hpioctl.c
parentdeb21a233470537276ee39239441d1bf679223cd (diff)
ALSA: asihpi - Remove unused subsys pointer from all HPI functions.
asihpi.c don't link playback and capture streams, there is too much offset between them. 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/asihpi/hpioctl.c b/sound/pci/asihpi/hpioctl.c
index dd8cadf1e686..4bd32782ad9d 100644
--- a/sound/pci/asihpi/hpioctl.c
+++ b/sound/pci/asihpi/hpioctl.c
@@ -392,7 +392,7 @@ int __devinit asihpi_adapter_probe(struct pci_dev *pci_dev,
392 adapter.type = hr.u.s.aw_adapter_list[adapter.index]; 392 adapter.type = hr.u.s.aw_adapter_list[adapter.index];
393 hm.adapter_index = adapter.index; 393 hm.adapter_index = adapter.index;
394 394
395 err = hpi_adapter_open(NULL, adapter.index); 395 err = hpi_adapter_open(adapter.index);
396 if (err) 396 if (err)
397 goto err; 397 goto err;
398 398