Skip to content

Commit

Permalink
ALSA: hda - Get back Input Source for ALC262 toshiba-s06 model
Browse files Browse the repository at this point in the history
The commit f9e336f
    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 <[email protected]>
Cc: <[email protected]>
  • Loading branch information
tiwai committed Jun 22, 2009
1 parent b862151 commit ae14ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -11539,6 +11539,7 @@ static struct alc_config_preset alc262_presets[] = {
.capsrc_nids = alc262_dmic_capsrc_nids,
.dac_nids = alc262_dac_nids,
.adc_nids = alc262_dmic_adc_nids, /* ADC0 */
.num_adc_nids = 1, /* single ADC */
.dig_out_nid = ALC262_DIGOUT_NID,
.num_channel_mode = ARRAY_SIZE(alc262_modes),
.channel_mode = alc262_modes,
Expand Down

0 comments on commit ae14ef6

Please sign in to comment.