ALSA: hda - Enable Realtek ALC269 codec input layer beep
authorMadis Janson <madis@cyber.ee>
Thu, 19 May 2011 16:32:41 +0000 (18:32 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 19 May 2011 16:32:41 +0000 (18:32 +0200)
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>
sound/pci/hda/patch_realtek.c

index 473342da306538e290be758cc9c0fe8041349865..acb9c898d30f9f22f3c4dae3add2acce5695f6e4 100644 (file)
@@ -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),
        {}
 };