summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-02-11 23:13:19 (GMT)
committerTakashi Iwai <tiwai@suse.de>2009-02-11 23:13:19 (GMT)
commit26a74f1f61c5bba1c0b46e67e91e921e941f76d7 (patch)
treec5756dee7922a785f1bb51e0dc26fdb4649630a9
parenta57c0eb65576c810c408f0a086afac179242a21c (diff)
downloadlinux-fsl-qoriq-26a74f1f61c5bba1c0b46e67e91e921e941f76d7.tar.xz
ALSA: hda - Register (new) devices at reconfig
The devices that have been newly added during reconfig must be registered. Otherwise they won't be visible to user-space. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/hda/hda_hwdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_hwdep.c b/sound/pci/hda/hda_hwdep.c
index 300ab40..482fb03 100644
--- a/sound/pci/hda/hda_hwdep.c
+++ b/sound/pci/hda/hda_hwdep.c
@@ -175,7 +175,7 @@ static int reconfig_codec(struct hda_codec *codec)
err = snd_hda_codec_build_controls(codec);
if (err < 0)
return err;
- return 0;
+ return snd_card_register(codec->bus->card);
}
/*