diff mbox series

ASoC: max98373: Fixes a typo max98373_feedback_get

Message ID 20210127134847.1143535-1-judyhsiao@chromium.org
State New
Headers show
Series ASoC: max98373: Fixes a typo max98373_feedback_get | expand

Commit Message

Judy Hsiao Jan. 27, 2021, 1:48 p.m. UTC
From: Judy Hsiao <judyhsiao@google.com>

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

Signed-off-by: Judy Hsiao <judyhsiao@google.com>
---
 sound/soc/codecs/max98373.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+linux-arm-msm@kernel.org March 1, 2021, 7:59 p.m. UTC | #1
Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Wed, 27 Jan 2021 21:48:47 +0800 you wrote:
> From: Judy Hsiao <judyhsiao@google.com>

> 

> The snd_soc_put_volsw in max98373_feedback_get is a typo, change it

> to snd_soc_gut_volsw.

> 

> Signed-off-by: Judy Hsiao <judyhsiao@google.com>

> 

> [...]


Here is the summary with links:
  - ASoC: max98373: Fixes a typo max98373_feedback_get
    https://git.kernel.org/qcom/c/ded055eea679

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/sound/soc/codecs/max98373.c b/sound/soc/codecs/max98373.c
index 31d571d4fac1c..746c829312b87 100644
--- a/sound/soc/codecs/max98373.c
+++ b/sound/soc/codecs/max98373.c
@@ -190,7 +190,7 @@  static int max98373_feedback_get(struct snd_kcontrol *kcontrol,
 		}
 	}
 
-	return snd_soc_put_volsw(kcontrol, ucontrol);
+	return snd_soc_get_volsw(kcontrol, ucontrol);
 }
 
 static const struct snd_kcontrol_new max98373_snd_controls[] = {