aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-03-01 20:05:39 +0100
committerJaroslav Kysela <perex@suse.cz>2006-03-22 10:33:48 +0100
commita7ee8201a507fe1f89f0e5fc32516daed6621ffd (patch)
tree0d100af8094c68f69001275b6a01926733a71532 /sound/pci/hda
parent[ALSA] hda-codec - Fix AD198x recording and add HP model (diff)
downloadlinux-dev-a7ee8201a507fe1f89f0e5fc32516daed6621ffd.tar.xz
linux-dev-a7ee8201a507fe1f89f0e5fc32516daed6621ffd.zip
[ALSA] Fix missing AD1986a capsrc
Modules: HDA Codec driver Fix missing AD1986a capsrc setting in the last patch. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r--sound/pci/hda/patch_analog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index b2479268778d..4d363cfa6c81 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -603,7 +603,7 @@ static int patch_ad1986a(struct hda_codec *codec)
spec->multiout.dig_out_nid = AD1986A_SPDIF_OUT;
spec->num_adc_nids = 1;
spec->adc_nids = ad1986a_adc_nids;
- spec->capsrc_nids = ad1986a_adc_nids;
+ spec->capsrc_nids = ad1986a_capsrc_nids;
spec->input_mux = &ad1986a_capture_source;
spec->num_mixers = 1;
spec->mixers[0] = ad1986a_mixers;