diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2025-07-11 02:27:04 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-07-13 22:36:47 +0100 |
commit | d2f423a4f4ecabd852c5ee5076596399488d4b75 (patch) | |
tree | 93712620310996d65f493b839811610c19c26c42 /scripts/gdb/linux/device.py | |
parent | 88f60cb4b8c96241d86a68da57dc5b52488240cf (diff) |
ASoC: samsung: speyside: 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/87o6tr4g3r.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/device.py')
0 files changed, 0 insertions, 0 deletions