]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda/realtek - Add quirk for Tuxedo XC 1509
authorRichard Sailer <rs@tuxedocomputers.com>
Tue, 2 Apr 2019 13:52:04 +0000 (15:52 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 3 Apr 2019 09:55:00 +0000 (11:55 +0200)
commit6ab20d3d9f21e0eff00bc153d4572189f039b0af
treecebb31540338785e0d3681683b4a6d6d985c839f
parent56d5030074e4378cd10082ab2d4270c05b10d9e8
ALSA: hda/realtek - Add quirk for Tuxedo XC 1509

This adds a SND_PCI_QUIRK(...) line for the Tuxedo XC 1509.

The Tuxedo XC 1509 and the System76 oryp5 are the same barebone
notebooks manufactured by Clevo. To name the fixups both use after the
actual underlying hardware, this patch also changes System76_orpy5
to clevo_pb51ed in 2 enum symbols and one function name,
matching the other pci_quirk entries which are also named after the
device ODM.

Fixes: b1959e96e2ba ("ALSA: hda/realtek - Headset microphone and internal speaker support for System76 oryp5")
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