Commit 39dfe1387060dbad30255fc36c8b3b67d3b359d7

Authored by Madis Janson
Committed by Takashi Iwai
1 parent 07acecc111

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

sound/pci/hda/patch_realtek.c
... ... @@ -5943,6 +5943,7 @@
5943 5943 SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1),
5944 5944 SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1),
5945 5945 SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1),
  5946 + SND_PCI_QUIRK(0x1043, 0x834a, "EeePC", 1),
5946 5947 SND_PCI_QUIRK(0x8086, 0xd613, "Intel", 1),
5947 5948 {}
5948 5949 };