]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: soc-component: unpack snd_soc_component_init_bias_level()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 6 Aug 2025 04:42:05 +0000 (04:42 +0000)
committerMark Brown <broonie@kernel.org>
Sun, 10 Aug 2025 20:08:55 +0000 (21:08 +0100)
commitcf25eb8eae91bcae9b2065d84b0c0ba0f6d9dd34
tree7ff6c98570be6f9eaa2ef8a67fe6f44e794f0d30
parent7509e7e4288976e3028a6e8482d979ca77f584a7
ASoC: soc-component: unpack snd_soc_component_init_bias_level()

Because struct snd_soc_dapm_context is soc-dapm framework specific, user
driver don't need to access its member directly, we would like to hide
them. struct snd_soc_dapm_context will be removed from header in the
future.

This patch unpack component wrapper to cleanup it.

This patch keeps compatible by using define, but old name will be replaced
on each drivers and removed from ASoC in the future.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87y0rx6oyx.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-component.h
include/sound/soc-dapm.h