[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230213093649.22928-2-wangweidong.a@awinic.com>
Date: Mon, 13 Feb 2023 17:36:47 +0800
From: wangweidong.a@...nic.com
To: lgirdwood@...il.com, broonie@...nel.org, perex@...ex.cz,
tiwai@...e.com, krzysztof.kozlowski@...aro.org,
rf@...nsource.cirrus.com, pierre-louis.bossart@...ux.intel.com,
ckeepax@...nsource.cirrus.com, shumingf@...ltek.com,
herve.codina@...tlin.com, james.schulman@...rus.com,
doug@...morgal.com, yang.lee@...ux.alibaba.com, trix@...hat.com,
colin.i.king@...il.com, alsa-devel@...a-project.org,
linux-kernel@...r.kernel.org
Cc: wangweidong.a@...nic.com, liweilei@...nic.com, zhaolei@...nic.com,
yijiangtao@...nic.com
Subject: [PATCH 1/3][next] ASoC: codecs: Fixed a spelling error in the function name
From: Weidong Wang <wangweidong.a@...nic.com>
Change the function name aw88395_plack_event to aw88395_playback_event
Signed-off-by: Ben Yi <yijiangtao@...nic.com>
Signed-off-by: Weidong Wang <wangweidong.a@...nic.com>
---
sound/soc/codecs/aw88395/aw88395.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/aw88395/aw88395.c b/sound/soc/codecs/aw88395/aw88395.c
index 16ca7ac5ad28..afdce6b7fa26 100644
--- a/sound/soc/codecs/aw88395/aw88395.c
+++ b/sound/soc/codecs/aw88395/aw88395.c
@@ -363,7 +363,7 @@ static const struct snd_kcontrol_new aw88395_controls[] = {
aw88395_profile_get, aw88395_profile_set),
};
-static int aw88395_plack_event(struct snd_soc_dapm_widget *w,
+static int aw88395_playback_event(struct snd_soc_dapm_widget *w,
struct snd_kcontrol *k, int event)
{
struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm);
@@ -388,7 +388,7 @@ static int aw88395_plack_event(struct snd_soc_dapm_widget *w,
static const struct snd_soc_dapm_widget aw88395_dapm_widgets[] = {
/* playback */
SND_SOC_DAPM_AIF_IN_E("AIF_RX", "Speaker_Playback", 0, 0, 0, 0,
- aw88395_plack_event,
+ aw88395_playback_event,
SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMD),
SND_SOC_DAPM_OUTPUT("DAC Output"),
--
2.39.1
Powered by blists - more mailing lists