]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: soc-dapm: move snd_soc_dapm_init_bias_level() to soc-dpcm
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 6 Aug 2025 04:41:46 +0000 (04:41 +0000)
committerMark Brown <broonie@kernel.org>
Sun, 10 Aug 2025 20:08:52 +0000 (21:08 +0100)
commite93703687cd75a0c7d330e15a3d9ff20b12f3d1d
treec4d1ccdb4ce91d4d39fa07f05c0dd71f866a1199
parent40229ea9fa437d6a1feb86be9dd419e843ec754c
ASoC: soc-dapm: move snd_soc_dapm_init_bias_level() to soc-dpcm

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.

Because dapm will not be used on user driver in the future, Let's move
snd_soc_dapm_init_bias_level() to soc-dpcm.c

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