diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-02-19 17:27:33 +0300 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-03-06 12:40:29 +0300 |
commit | c187c041c6552339e4d8883a1a00c3c489354eca (patch) | |
tree | 694c429561f3844ee6c8bc74031273a94ce3bf1c /sound/pci/riptide | |
parent | 3fc24d850708b8dfd3472b25eac0c32dd7708925 (diff) | |
download | linux-c187c041c6552339e4d8883a1a00c3c489354eca.tar.xz |
[ALSA] Add missing sysfs device assignment for ALSA PCI drivers
Added the missing sysfs device assignment for ALSA PCI drivers.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/riptide')
-rw-r--r-- | sound/pci/riptide/riptide.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/riptide/riptide.c b/sound/pci/riptide/riptide.c index 5e1d5d2b2850..952625dead58 100644 --- a/sound/pci/riptide/riptide.c +++ b/sound/pci/riptide/riptide.c @@ -1919,6 +1919,8 @@ snd_riptide_create(struct snd_card *card, struct pci_dev *pci, return err; } + snd_card_set_dev(card, &pci->dev); + *rchip = chip; return 0; } |