]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2010/08/10-add-pc-beep-whitelist-for-an-intel-board.rst
Update resume with The Podcast App
[personal/website.git] / source / blog / posts / 2010 / 08 / 10-add-pc-beep-whitelist-for-an-intel-board.rst
1 Title: Add PC-beep whitelist for an Intel board
2 Tags: en, linux, kernel, patch, 2.6.35, beep, intel, bios, git
3
4 Yaii! My beep will be back__ in the next kernel__ release :)
5
6 __ http://lkml.org/lkml/2010/8/3/14
7 __ http://www.kernel.org/
8
9 ::
10
11    This is a note to let you know that I've just added the patch titled
12
13        ALSA: hda - Add PC-beep whitelist for an Intel board
14
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
17
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.
21
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.
24
25
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
30
31    From: Takashi Iwai <tiwai@suse.de>
32
33    commit e096c8e6d5ed965f346d94befbbec2275dde3621 upstream.
34
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.
38
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>
42
43    ---
44     sound/pci/hda/patch_realtek.c |    1 +
45     1 file changed, 1 insertion(+)
46
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
50
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),
54            {}
55     };
56
57
58
59    Patches currently in stable-queue which might be from tiwai@suse.de are
60
61    queue-2.6.35/alsa-hda-add-pc-beep-whitelist-for-an-intel-board.patch
62
63
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!`__.
66
67 __ http://www.youtube.com/watch?v=-gZ6-6RbSEg
68
69
70 .. vim: set et sw=3 sts=3 :