1 Title: Add PC-beep whitelist for an Intel board
2 Tags: en, linux, kernel, patch, 2.6.35, beep, intel, bios, git
4 Yaii! My beep will be back__ in the next kernel__ release :)
6 __ http://lkml.org/lkml/2010/8/3/14
7 __ http://www.kernel.org/
11 This is a note to let you know that I've just added the patch titled
13 ALSA: hda - Add PC-beep whitelist for an Intel board
15 to the 2.6.35-stable tree which can be found at:
16 http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
18 The filename of the patch is:
19 ../tmp/alsa-hda-add-pc-beep-whitelist-for-an-intel-board.patch
20 and it can be found in the queue-2.6.35 subdirectory.
22 If you, or anyone else, feels it should not be added to the stable tree,
23 please let <stable@kernel.org> know about it.
26 >From e096c8e6d5ed965f346d94befbbec2275dde3621 Mon Sep 17 00:00:00 2001
27 From: Takashi Iwai <tiwai@suse.de>
28 Date: Tue, 3 Aug 2010 17:20:35 +0200
29 Subject: ALSA: hda - Add PC-beep whitelist for an Intel board
31 From: Takashi Iwai <tiwai@suse.de>
33 commit e096c8e6d5ed965f346d94befbbec2275dde3621 upstream.
35 An Intel board needs a white-list entry to enable PC-beep.
36 Otherwise the driver misdetects (due to bogus BIOS info) and ignores
37 the PC-beep on 2.6.35.
39 Reported-and-tested-by: Leandro Lucarella <luca@llucax.com>
40 Signed-off-by: Takashi Iwai <tiwai@suse.de>
41 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
44 sound/pci/hda/patch_realtek.c | 1 +
45 1 file changed, 1 insertion(+)
47 --- a/sound/pci/hda/patch_realtek.c
48 +++ b/sound/pci/hda/patch_realtek.c
49 @@ -5183,6 +5183,7 @@ static void fillup_priv_adc_nids(struct
51 static struct snd_pci_quirk beep_white_list[] = {
52 SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1),
53 + SND_PCI_QUIRK(0x8086, 0xd613, "Intel", 1),
59 Patches currently in stable-queue which might be from tiwai@suse.de are
61 queue-2.6.35/alsa-hda-add-pc-beep-whitelist-for-an-intel-board.patch
64 If you feel it should not be added to the stable tree, and let
65 <stable@kernel.org> know about it, `I kill you!`__.
67 __ http://www.youtube.com/watch?v=-gZ6-6RbSEg
70 .. vim: set et sw=3 sts=3 :