]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: codec: cs42l52: Drop cs42l52.h
authorPeng Fan <peng.fan@nxp.com>
Tue, 6 May 2025 07:29:38 +0000 (15:29 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 6 May 2025 13:48:17 +0000 (22:48 +0900)
commit772c036befb875c904731fb309fb9d2e065ba3f8
tree04c3b171a0a279f03a78daf9671d517352e3723b
parent2d703321b856acdb6589d74906e19aa5cb328d4e
ASoC: codec: cs42l52: Drop cs42l52.h

There is no in-tree user of "include/sound/cs42l52.h", so move
'struct cs42l52_platform_data ' to cs42l52.c and remove the header file.
And platform data is mostly for legacy platforms that create devices
non using device tree. So drop cs42l52.h to prepare using GPIOD API.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://patch.msgid.link/20250506-csl42x-v3-8-e9496db544c4@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/cs42l52.h [deleted file]
sound/soc/codecs/cs42l52.c