Skip to content

Commit

Permalink
ALSA: hda - Add mic-boost controls to ALC662/663 auto configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
tiwai committed Sep 2, 2008
1 parent 24fb917 commit ee979a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -14782,6 +14782,11 @@ static int alc662_parse_auto_config(struct hda_codec *codec)
if (codec->vendor_id == 0x10ec0663)
spec->init_verbs[spec->num_init_verbs++] =
alc663_auto_init_verbs;

err = alc_auto_add_mic_boost(codec);
if (err < 0)
return err;

spec->mixers[spec->num_mixers] = alc662_capture_mixer;
spec->num_mixers++;
return 1;
Expand Down

0 comments on commit ee979a1

Please sign in to comment.