17 Nov
2023
17 Nov
'23
3:13 p.m.
This patchset aims to add minor fixes (first two patches) and introduce general improvements to the driver (rest of the patches)
Maciej Strozek (7): ASoC: cs43130: Fix the position of const qualifier ASoC: cs43130: Fix incorrect frame delay configuration ASoC: cs43130: Allow configuration of bit clock and frame inversion ASoC: cs43130: Store device in private struct and use it more consistently ASoC: cs43130: Add handling of ACPI ASoC: cs43130: Allow driver to work without IRQ thread ASoC:cs43130: Add switch to control normal and alt hp inputs
sound/soc/codecs/cs43130.c | 311 ++++++++++++++++++++++++------------- sound/soc/codecs/cs43130.h | 3 + 2 files changed, 204 insertions(+), 110 deletions(-)
-- 2.34.1