diff options
| author | 2025-07-11 02:26:54 +0000 | |
|---|---|---|
| committer | 2025-07-13 22:36:46 +0100 | |
| commit | 88f60cb4b8c96241d86a68da57dc5b52488240cf (patch) | |
| tree | 50d91a5b79930da87731e104a23632fefa1f4435 /include/uapi/linux/android/ssh:/git@git.zx2c4.com | |
| parent | ASoC: soc-dapm: set bias_level if snd_soc_dapm_set_bias_level() was successed (diff) | |
ASoC: samsung: bell: don't set dapm->bias_level directly
snd_soc_dapm_set_bias_level() (A) will set dapm->bias_level (a) inside.
No need to set it by each callback function. Remove it.
(A) static int snd_soc_dapm_set_bias_level(...)
{
...
/* success */
if (ret == 0)
(a) snd_soc_dapm_init_bias_level(dapm, level);
...
}
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87ple74g47.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/uapi/linux/android/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
