ASoC: Intel: machine driver updates for 5.18
authorMark Brown <broonie@kernel.org>
Wed, 2 Mar 2022 16:58:51 +0000 (16:58 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 2 Mar 2022 16:58:51 +0000 (16:58 +0000)
commit227178d238b3ebdc2347045b52e2f2a8d4809a11
treedd025f3234cfab824942d5fbb34a078eff725f3e
parentd5dd781bcc81aa31b62310927f25cfa2574450f1
parentc4dcd7100c26881b1095d5b2651d61190fc5f247
ASoC: Intel: machine driver updates for 5.18

Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:

Two cleanups to remove an unused filename and typos, and one addition
of an ACPI matching table for a Dell SoundWire SKU without local
microphones.

The main change is the addition of a common 'sof-ssp-amp' machine
driver for devices with amplifiers only (no headset codec) and
different connections using I2S links (Bluetooth offload, HDMI
receiver). It's likely that the amplifier will be swapped out by OEMs,
this machine driver provides a relatively generic solution to avoid
copy-paste of similar solutions.