aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_realtek.c
diff options
context:
space:
mode:
authorMadis Janson <madis@cyber.ee>2011-05-19 18:32:41 +0200
committerTakashi Iwai <tiwai@suse.de>2011-05-19 18:32:41 +0200
commit39dfe1387060dbad30255fc36c8b3b67d3b359d7 (patch)
treed02a4084c569e749dc7c08031cea88ae0d1fd51e /sound/pci/hda/patch_realtek.c
parent07acecc11139efbc8d0401576e81dc8c188cb092 (diff)
downloadkernel_samsung_smdk4412-39dfe1387060dbad30255fc36c8b3b67d3b359d7.zip
kernel_samsung_smdk4412-39dfe1387060dbad30255fc36c8b3b67d3b359d7.tar.gz
kernel_samsung_smdk4412-39dfe1387060dbad30255fc36c8b3b67d3b359d7.tar.bz2
ALSA: hda - Enable Realtek ALC269 codec input layer beep
This fixes the input layer beep not working on some EeePC 1000 models by adding the subsystem id into whitelist. Otherwise the corresponding ALSA mixer is not enabled and stays muted, resulting in no console beep. Signed-off-by: Madis Janson <madis@cyber.ee> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 473342d..acb9c89 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5943,6 +5943,7 @@ static const struct snd_pci_quirk beep_white_list[] = {
SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1),
SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1),
SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1),
+ SND_PCI_QUIRK(0x1043, 0x834a, "EeePC", 1),
SND_PCI_QUIRK(0x8086, 0xd613, "Intel", 1),
{}
};