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

There is no in-tree user of "include/sound/cs42l56.h", so move
'struct cs42l56_platform_data' to cs42l56.c and remove the header file.
And platform data is mostly for platforms that create
devices non using device tree. CS42L56 is a discontinued product,
there is less possibility that new users will use legacy method
to create devices. So drop cs42l56.h to prepare using GPIOD API.

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