aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/asihpi/hpi6000.c
diff options
context:
space:
mode:
authorEliot Blennerhassett <eblennerhassett@audioscience.com>2011-02-09 23:26:09 -0500
committerTakashi Iwai <tiwai@suse.de>2011-02-10 12:49:31 -0500
commit2f918a6445218120a7b5e4ce6b6e76064ee8f846 (patch)
tree10b4bd183c3bcd94ef0110c5cfe3c83a5e77a781 /sound/pci/asihpi/hpi6000.c
parent1d595d2a2121b0db2b57656c685a164f38c0c8ae (diff)
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/hpi6000.c')
-rw-r--r--sound/pci/asihpi/hpi6000.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/pci/asihpi/hpi6000.c b/sound/pci/asihpi/hpi6000.c
index 9a05672e2302..3e3c2ef6efd8 100644
--- a/sound/pci/asihpi/hpi6000.c
+++ b/sound/pci/asihpi/hpi6000.c
@@ -458,9 +458,8 @@ static void subsys_create_adapter(struct hpi_message *phm,
458 phw->ado[dsp_index].pa_parent_adapter = pao; 458 phw->ado[dsp_index].pa_parent_adapter = pao;
459 } 459 }
460 460
461 phr->u.s.aw_adapter_list[ao.index] = ao.adapter_type; 461 phr->u.s.adapter_type = ao.adapter_type;
462 phr->u.s.adapter_index = ao.index; 462 phr->u.s.adapter_index = ao.index;
463 phr->u.s.num_adapters++;
464 phr->error = 0; 463 phr->error = 0;
465} 464}
466 465