lkml.org 
[lkml]   [2019]   [Sep]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 4.9 59/60] ALSA: hda/realtek - Blacklist PC beep for Lenovo ThinkCentre M73/93
    Date
    From: Takashi Iwai <tiwai@suse.de>

    [ Upstream commit 051c78af14fcd74a22b5af45548ad9d588247cc7 ]

    Lenovo ThinkCentre M73 and M93 don't seem to have a proper beep
    although the driver tries to probe and set up blindly.
    Blacklist these machines for suppressing the beep creation.

    BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=204635
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    sound/pci/hda/patch_realtek.c | 3 +++
    1 file changed, 3 insertions(+)

    diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
    index 31322aeebcff0..d45c85dcf9d9d 100644
    --- a/sound/pci/hda/patch_realtek.c
    +++ b/sound/pci/hda/patch_realtek.c
    @@ -969,6 +969,9 @@ static const struct snd_pci_quirk beep_white_list[] = {
    SND_PCI_QUIRK(0x1043, 0x834a, "EeePC", 1),
    SND_PCI_QUIRK(0x1458, 0xa002, "GA-MA790X", 1),
    SND_PCI_QUIRK(0x8086, 0xd613, "Intel", 1),
    + /* blacklist -- no beep available */
    + SND_PCI_QUIRK(0x17aa, 0x309e, "Lenovo ThinkCentre M73", 0),
    + SND_PCI_QUIRK(0x17aa, 0x30a3, "Lenovo ThinkCentre M93", 0),
    {}
    };

    --
    2.20.1
    \
     
     \ /
      Last update: 2019-09-22 21:05    [W:3.083 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site