diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2025-07-11 02:26:54 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-07-13 22:36:46 +0100 |
commit | 88f60cb4b8c96241d86a68da57dc5b52488240cf (patch) | |
tree | 50d91a5b79930da87731e104a23632fefa1f4435 /scripts/gdb/linux/dmesg.py | |
parent | f40ecc2743652c0b0f19935f81baf57c601eb7f0 (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 'scripts/gdb/linux/dmesg.py')
0 files changed, 0 insertions, 0 deletions