diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-02-25 09:54:43 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-02-25 09:54:43 +0100 |
commit | 8554ee405713f8572ed2e8b7d711f4884f253181 (patch) | |
tree | ef43e24b199e427cbca5378b3e037613253b1d0a /sound/pci | |
parent | b56ddbe55a363eee4ff7410a97050dad08215f7c (diff) | |
download | linux-3.10-8554ee405713f8572ed2e8b7d711f4884f253181.tar.gz linux-3.10-8554ee405713f8572ed2e8b7d711f4884f253181.tar.bz2 linux-3.10-8554ee405713f8572ed2e8b7d711f4884f253181.zip |
ALSA: hda - Enable beep for ASUS EeeBox EBP1501P
Reported-by: Harald Becker <ralda@gmx.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 61478fd8256..2d4237bc0d8 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -928,6 +928,7 @@ static int alc_codec_rename_from_preset(struct hda_codec *codec) static const struct snd_pci_quirk beep_white_list[] = { SND_PCI_QUIRK(0x1043, 0x103c, "ASUS", 1), SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1), + SND_PCI_QUIRK(0x1043, 0x8376, "EeePC", 1), SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1), SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1), SND_PCI_QUIRK(0x1043, 0x834a, "EeePC", 1), |