diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-08-03 11:20:35 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-08-03 11:22:39 -0400 |
commit | e096c8e6d5ed965f346d94befbbec2275dde3621 (patch) | |
tree | fd663b4397d29da213481faf319c927078a8ac18 /sound/pci/hda | |
parent | 08af495f22f43eff3b5a347dc10384ebcf356e41 (diff) |
ALSA: hda - Add PC-beep whitelist for an Intel board
An Intel board needs a white-list entry to enable PC-beep.
Otherwise the driver misdetects (due to bogus BIOS info) and ignores
the PC-beep on 2.6.35.
Reported-and-tested-by: Leandro Lucarella <luca@llucax.com.ar>
Cc: <stable@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda')
-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 cf14b00155d0..6c588ef26685 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -5327,6 +5327,7 @@ static void fillup_priv_adc_nids(struct hda_codec *codec, hda_nid_t *nids, | |||
5327 | 5327 | ||
5328 | static struct snd_pci_quirk beep_white_list[] = { | 5328 | static struct snd_pci_quirk beep_white_list[] = { |
5329 | SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1), | 5329 | SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1), |
5330 | SND_PCI_QUIRK(0x8086, 0xd613, "Intel", 1), | ||
5330 | {} | 5331 | {} |
5331 | }; | 5332 | }; |
5332 | 5333 | ||