]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: simple-amplifier: Remove CONFIG_OF flag and of_match_ptr()
authorHerve Codina <herve.codina@bootlin.com>
Wed, 13 May 2026 08:16:49 +0000 (10:16 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 18 May 2026 16:44:05 +0000 (17:44 +0100)
commit2c562adb159ea3f4e5fdf4074e512ae369b4c22b
tree3a7688436470f474ea3a199f8f7ded87a6cf4ca6
parent23cf9e3ca498b2b3d6f2f4cf39d6db10a6c3e8e9
ASoC: simple-amplifier: Remove CONFIG_OF flag and of_match_ptr()

The simple-amplifier Use CONFIG_OF flag for its of_device_id table
and of_match_ptr() when it assigns the table in the driver declaration.

This is no more needed. Drop them.

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Link: https://patch.msgid.link/20260513081702.317117-6-herve.codina@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/simple-amplifier.c