]> www.infradead.org Git - users/dwmw2/linux.git/commit
ASoC: add CS42L84 codec driver
authorMark Brown <broonie@kernel.org>
Thu, 24 Oct 2024 18:21:16 +0000 (19:21 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 24 Oct 2024 18:21:16 +0000 (19:21 +0100)
commita2f4b8c86039099a685f316cc04a63823d2a9e37
tree9150c47aaa194a45c3baf4ee091906bd9656eecf
parent7fc18ae2283d379f9f59935bd95a0e15b5d033f7
parentf2a67da9f4eb03f5402acb9aeb65b23cac990827
ASoC: add CS42L84 codec driver

Merge series from James Calligeros <jcalligeros99@gmail.com>:

This patch set adds a driver for the Cirrus Logic CS42L84 codec. This chip
is (so far) found only on Apple Silicon Macs. In keeping with proud Apple
tradition, the CS42L84 is essentially just a CS42L42 with a different
regmap and no publicly available datasheet. It may also be missing its
parent's S/PDIF capabilities as none of Apple's devices support S/PDIF out,
however this cannot be positively confirmed.

This driver has lived in the downstream Asahi tree for quite a while now,
and gained some refinements along the way. I have squashed most of these
into the initial driver commit as they were small changes like tweaking
msleep()s or filling out TLVs, but left seperate a larger change to
tip/ring sense IRQ handling as it differs significantly from what is found
in the CS42L42 driver.