Skip to content

Commit 27db41a

Browse files
wangweidongabroonie
authored andcommitted
ASoC: codecs: Fixed a spelling error in the function name
Change the function name aw88395_plack_event to aw88395_playback_event Signed-off-by: Ben Yi <yijiangtao@awinic.com> Signed-off-by: Weidong Wang <wangweidong.a@awinic.com> Link: https://lore.kernel.org/r/20230213093649.22928-2-wangweidong.a@awinic.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 46f5c98 commit 27db41a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/soc/codecs/aw88395/aw88395.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ static const struct snd_kcontrol_new aw88395_controls[] = {
363363
aw88395_profile_get, aw88395_profile_set),
364364
};
365365

366-
static int aw88395_plack_event(struct snd_soc_dapm_widget *w,
366+
static int aw88395_playback_event(struct snd_soc_dapm_widget *w,
367367
struct snd_kcontrol *k, int event)
368368
{
369369
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,
388388
static const struct snd_soc_dapm_widget aw88395_dapm_widgets[] = {
389389
/* playback */
390390
SND_SOC_DAPM_AIF_IN_E("AIF_RX", "Speaker_Playback", 0, 0, 0, 0,
391-
aw88395_plack_event,
391+
aw88395_playback_event,
392392
SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMD),
393393
SND_SOC_DAPM_OUTPUT("DAC Output"),
394394

0 commit comments

Comments
 (0)