diff options
Diffstat (limited to 'sound/pci/asihpi/hpi6205.c')
-rw-r--r-- | sound/pci/asihpi/hpi6205.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/asihpi/hpi6205.c b/sound/pci/asihpi/hpi6205.c index b740edc29b1c..5ebf8f886ad7 100644 --- a/sound/pci/asihpi/hpi6205.c +++ b/sound/pci/asihpi/hpi6205.c | |||
@@ -718,6 +718,9 @@ static u16 create_adapter_obj(struct hpi_adapter_obj *pao, | |||
718 | 718 | ||
719 | pao->open = 0; /* upon creation the adapter is closed */ | 719 | pao->open = 0; /* upon creation the adapter is closed */ |
720 | 720 | ||
721 | if (phw->p_cache) | ||
722 | phw->p_cache->adap_idx = pao->index; | ||
723 | |||
721 | HPI_DEBUG_LOG(INFO, "bootload DSP OK\n"); | 724 | HPI_DEBUG_LOG(INFO, "bootload DSP OK\n"); |
722 | 725 | ||
723 | return hpi_add_adapter(pao); | 726 | return hpi_add_adapter(pao); |