Skip to content

Commit 04bf028

Browse files
tiwaigregkh
authored andcommitted
ALSA: hda/realtek - Blacklist PC beep for Lenovo ThinkCentre M73/93
[ Upstream commit 051c78a ] 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>
1 parent 580ee4a commit 04bf028

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,9 @@ static const struct snd_pci_quirk beep_white_list[] = {
977977
SND_PCI_QUIRK(0x1043, 0x834a, "EeePC", 1),
978978
SND_PCI_QUIRK(0x1458, 0xa002, "GA-MA790X", 1),
979979
SND_PCI_QUIRK(0x8086, 0xd613, "Intel", 1),
980+
/* blacklist -- no beep available */
981+
SND_PCI_QUIRK(0x17aa, 0x309e, "Lenovo ThinkCentre M73", 0),
982+
SND_PCI_QUIRK(0x17aa, 0x30a3, "Lenovo ThinkCentre M93", 0),
980983
{}
981984
};
982985

0 commit comments

Comments
 (0)