]> 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)
commit7cd8f1b2713dd10bbe5d8dc4a56d991819b2ac3e
treecebb31540338785e0d3681683b4a6d6d985c839f
parentbbc6fbadd55b3adb864e877e61c0de4b4f3982b4
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: c3faa54adc7d ("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