]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite41c432bf7c20d48e5d6512121e048e572f6cc76
treedd025f3234cfab824942d5fbb34a078eff725f3e
parented683bb2a2766680e3d7b445a54b53d0d39a2ee6
parent999b8668cf6cce7891c152fea7cafd36de6e1f92
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.