]> www.infradead.org Git - users/hch/misc.git/commitdiff
ASoC: unpack snd_soc_component_xxx_bias_level()
authorMark Brown <broonie@kernel.org>
Tue, 12 Aug 2025 15:30:05 +0000 (16:30 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 12 Aug 2025 15:30:05 +0000 (16:30 +0100)
Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:

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 is prepare patch for it.


Trivial merge