ALSA: hda/realtek - Fixup for HP x360 laptops with B&O speakers
authorTom Briden <tom@decompile.me.uk>
Tue, 29 May 2018 16:34:20 +0000 (17:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 29 May 2018 20:33:37 +0000 (22:33 +0200)
commitbbf8ff6b1d2ae749d962fd9ff743164fe13abf5d
tree8054d000bce186e335680ae9829db53c04e991c2
parent85c467dc03a283ada739acce89f071a40310d962
ALSA: hda/realtek - Fixup for HP x360 laptops with B&O speakers

Added a new helper file for these fixups due to requiring a huge number
of coefs being set to get the top speakers to work, as well as
setting pin 0x17 for the top speakers and the correct input source
of 0x17 for volume control

[ Note: this is a revised work based on Tom's fixup patch with the
  replacement of the full COEF tables provided by Realtek.
  Also, the fixup function has a proper HDA_FIXUP_ACT_* handling now.
  The credit for the new COEF table goes to Kailang  -- tiwai ]

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=189331
Cc: Kailang Yang <kailang@realtek.com>
Signed-off-by: Tom Briden <tom@decompile.me.uk>
Tested-by: Tom Briden <tom@decompile.me.uk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hp_x360_helper.c [new file with mode: 0644]
sound/pci/hda/patch_realtek.c