Skip to content

Commit

Permalink
ALSA: snd-hda-intel: Fix ALC662/ALC663 Beep Amplifier Index
Browse files Browse the repository at this point in the history
ALC662/663 codecs have Beep Amplifier Index 0x04 not 0x05 in 0x0b NID.
Confirmed by testing on real hardware.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Jaroslav Kysela authored and Takashi Iwai committed Mar 16, 2009
1 parent 58d8395 commit b8dbed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -16951,7 +16951,7 @@ static int patch_alc662(struct hda_codec *codec)

if (!spec->cap_mixer)
set_capture_mixer(spec);
set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT);

spec->vmaster_nid = 0x02;

Expand Down

0 comments on commit b8dbed0

Please sign in to comment.