]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda/realtek: Add quirks for several Clevo notebook barebones
authorRichard Sailer <rs@tuxedocomputers.com>
Wed, 19 Jun 2019 11:33:11 +0000 (13:33 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 25 Jun 2019 11:56:02 +0000 (13:56 +0200)
commit0482f940ec35176226136fc9deab60d8a2a26993
tree0da47f1028c3ccbc04e4fb45b41fdff6607fdc60
parent53fab8ba3f2f1840298e77db3c89743b095b6927
ALSA: hda/realtek: Add quirks for several Clevo notebook barebones

This adds 4 SND_PCI_QUIRK(...) lines for several barebone models of the ODM
Clevo. The model names are written in regex syntax to describe/match all clevo
models that are similar enough and use the same PCI SSID that this fixup works
for them.

Additionally the lines regarding SSID 0x96e1 and 0x97e1 didn't fix audio for the
all our Clevo notebooks using these SSIDs (models Clevo P960* and P970*) since
ALC1220_FIXP_CLEVO_PB51ED_PINS swapped pins that are not necesarry to be
swapped. This patch initiates ALC1220_FIXUP_CLEVO_P950 instead for these model
and fixes the audio.

Fixes: 6ab20d3d9f21 ("ALSA: hda/realtek - Add quirk for Tuxedo XC 1509")
Signed-off-by: Richard Sailer <rs@tuxedocomputers.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c