diff options
author | Daniel Cordero <danielcordero@lavabit.com> | 2011-04-29 08:18:06 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-04-29 08:18:06 +0200 |
commit | a7e985e18fbfda71313a399688a6233802e7fbd0 (patch) | |
tree | f53fd6349a10eb558cd4edaaefd3899bd64eae07 /sound/pci | |
parent | 8129e79ed7932bd11d60518d62434a0b687e5771 (diff) | |
download | blackbird-obmc-linux-a7e985e18fbfda71313a399688a6233802e7fbd0.tar.gz blackbird-obmc-linux-a7e985e18fbfda71313a399688a6233802e7fbd0.zip |
ALSA: hda: add beep quirk for Realtek 0x1043:831a
PC Beep was not being reported as enabled on my EeePC 901:
SKU: enable_pcbeep=0x0
Signed-off-by: Daniel Cordero <danielcordero@lavabit.com>
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 d3bd2c10180f..07352224cee9 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -5645,6 +5645,7 @@ static void fillup_priv_adc_nids(struct hda_codec *codec, hda_nid_t *nids, static 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(0x8086, 0xd613, "Intel", 1), {} }; |