diff options
Diffstat (limited to 'sound/pcmcia/pdaudiocf')
-rw-r--r-- | sound/pcmcia/pdaudiocf/pdaudiocf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pcmcia/pdaudiocf/pdaudiocf.c b/sound/pcmcia/pdaudiocf/pdaudiocf.c index de683b08fe03..5f5bbea8c39a 100644 --- a/sound/pcmcia/pdaudiocf/pdaudiocf.c +++ b/sound/pcmcia/pdaudiocf/pdaudiocf.c | |||
@@ -129,6 +129,8 @@ static int snd_pdacf_probe(struct pcmcia_device *link) | |||
129 | return -ENODEV; | 129 | return -ENODEV; |
130 | } | 130 | } |
131 | 131 | ||
132 | snd_card_set_dev(card, &handle_to_dev(link)); | ||
133 | |||
132 | pdacf->index = i; | 134 | pdacf->index = i; |
133 | card_list[i] = card; | 135 | card_list[i] = card; |
134 | 136 | ||