OSDN Git Service

ASoC: max98373: Fixes a typo in max98373_feedback_get
authorJudy Hsiao <judyhsiao@google.com>
Wed, 27 Jan 2021 13:56:20 +0000 (21:56 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 27 Jan 2021 15:27:15 +0000 (15:27 +0000)
commitded055eea679139f11bd808795d9697b430d1c7d
tree953e6cbb063fffaae252025688fe851d8560d0ad
parent89e641ae647a4ebc1d608fd56f331a4f4886da5f
ASoC: max98373: Fixes a typo in max98373_feedback_get

The snd_soc_put_volsw in max98373_feedback_get is a typo, change it
to snd_soc_get_volsw.

Fixes: 349dd23931d1 ("ASoC: max98373: don't access volatile registers in bias level off")
Signed-off-by: Judy Hsiao <judyhsiao@google.com>
Link: https://lore.kernel.org/r/20210127135620.1143942-1-judyhsiao@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98373.c