]> www.infradead.org Git - users/dwmw2/linux.git/commit
ASoC: cs42l84: Add new codec driver
authorMartin Povišer <povik+lin@cutebit.org>
Sat, 19 Oct 2024 14:47:32 +0000 (00:47 +1000)
committerMark Brown <broonie@kernel.org>
Thu, 24 Oct 2024 15:09:18 +0000 (16:09 +0100)
commit250304a0fb34bb74f4726645ae24dc31d7582a22
treebdd4706702a35e48fd87e33d3d75fb0363d002a1
parenta77e6c12cd9755cff27a3ed8bafe403284d46bb8
ASoC: cs42l84: Add new codec driver

The CS42L84 is a codec from Cirrus Logic found in Apple Silicon Macs.
The chip continues Apple's long tradition of compelling vendors to
spin out bespoke SKUs that are based on existing IP but made subtly
incompatible with the publicly available part. CS42L84 is very similar
to CS42L42, but has a different regmap.

Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
Signed-off-by: Hector Martin <marcan@marcan.st>
Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Link: https://patch.msgid.link/20241020-cs42l84-v2-2-37ba2b6721d9@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
MAINTAINERS
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/cs42l84.c [new file with mode: 0644]
sound/soc/codecs/cs42l84.h [new file with mode: 0644]