diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-06-22 02:16:56 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-06-22 04:13:36 -0400 |
commit | ae14ef68e8e67ca5b8b29f0eb640f7c106617f4e (patch) | |
tree | 83c9cba19d941cf114547c680aa62b6e338be68f /sound/pci/hda/patch_realtek.c | |
parent | b8621516cc7dd22fe4ad4c2fd8f7d852a33212df (diff) |
ALSA: hda - Get back Input Source for ALC262 toshiba-s06 model
The commit f9e336f65b666b8f1764d17e9b7c21c90748a37e
ALSA: hda - Unify capture mixer creation in realtek codes
removed the "Input Source" mixer element creation for toshiba-s06 model
because it contains a digital-mic input.
This patch take the control back.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Cc: <stable@kernel.org>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index bf4b78a74a8f..105fb23398e1 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -11539,6 +11539,7 @@ static struct alc_config_preset alc262_presets[] = { | |||
11539 | .capsrc_nids = alc262_dmic_capsrc_nids, | 11539 | .capsrc_nids = alc262_dmic_capsrc_nids, |
11540 | .dac_nids = alc262_dac_nids, | 11540 | .dac_nids = alc262_dac_nids, |
11541 | .adc_nids = alc262_dmic_adc_nids, /* ADC0 */ | 11541 | .adc_nids = alc262_dmic_adc_nids, /* ADC0 */ |
11542 | .num_adc_nids = 1, /* single ADC */ | ||
11542 | .dig_out_nid = ALC262_DIGOUT_NID, | 11543 | .dig_out_nid = ALC262_DIGOUT_NID, |
11543 | .num_channel_mode = ARRAY_SIZE(alc262_modes), | 11544 | .num_channel_mode = ARRAY_SIZE(alc262_modes), |
11544 | .channel_mode = alc262_modes, | 11545 | .channel_mode = alc262_modes, |