projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58d8395
)
ALSA: snd-hda-intel: Fix ALC662/ALC663 Beep Amplifier Index
author
Jaroslav Kysela
<perex@perex.cz>
Mon, 16 Mar 2009 13:56:58 +0000
(14:56 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 16 Mar 2009 14:23:33 +0000
(15:23 +0100)
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>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index b794cba494c377f5c4be6396bfbd2234f3d7bd6b..672103d84ffc1a2118b1b235ac1f1426ab034133 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-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, 0x0
5
, HDA_INPUT);
+ set_beep_amp(spec, 0x0b, 0x0
4
, HDA_INPUT);
spec->vmaster_nid = 0x02;