Merge series "ASoC: Intel: cht_bsw_nau8824: 2 fixes for usage with sof-audio-acpi...
authorMark Brown <broonie@kernel.org>
Tue, 8 Dec 2020 17:06:41 +0000 (17:06 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 8 Dec 2020 17:06:41 +0000 (17:06 +0000)
commit474e3abb91189fcdc01f8ef82c7d075f2705a4f0
tree499eddaa1a611089fcc0fcec566a69919b58d74a
parent95d3befbc5e1ee39fc8a78713924cf7ed2b3cabe
parent748e72e869718db8d735d773040bce95158c98c6
Merge series "ASoC: Intel: cht_bsw_nau8824: 2 fixes for usage with sof-audio-acpi" from Hans de Goede <hdegoede@redhat.com>:

Hi All,

Here are 2 simple fixes which are necessary to make the
cht_bsw_nau8824 machine driver work together with the
sof-audio-acpi driver.

Note that atm the sof topology files are missing a .tplg
file for this setup. Simply copying over the standard
sof-byte-codec.tplg file does the trick, but then some
mixer setting changes are necessary to fix the right
speaker/headphones channel not working; and those mixer
settings break the right channel when used with the
sst-acpi driver.

I've been trying to fix this at the tplg level so that
we do not need to change the mixer settings, but no luck
sofar. I'll post a RFC with the topology changes which
I have and we can discuss this further there.

These 2 simple fixes are necessary to make the sof-audio-acpi
driver work regardless of the topology issue.

Regards,

Hans