lkml.org 
[lkml]   [2021]   [May]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] ASoC: jz4740-i2s: fix function name


Le dim., mai 2 2021 at 15:08:55 +0200, H. Nikolaus Schaller
<hns@goldelico.com> a écrit :
> This driver is not related to I2C protocol.
>
> s/_i2c_/_i2s_/
>
> Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>

Acked-by: Paul Cercueil <paul@crapouillou.net>

Cheers,
-Paul

> ---
> sound/soc/jz4740/jz4740-i2s.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/sound/soc/jz4740/jz4740-i2s.c
> b/sound/soc/jz4740/jz4740-i2s.c
> index 47d955c0bb6a1..fe5b3a2b239c6 100644
> --- a/sound/soc/jz4740/jz4740-i2s.c
> +++ b/sound/soc/jz4740/jz4740-i2s.c
> @@ -372,7 +372,7 @@ static int jz4740_i2s_resume(struct
> snd_soc_component *component)
> return 0;
> }
>
> -static void jz4740_i2c_init_pcm_config(struct jz4740_i2s *i2s)
> +static void jz4740_i2s_init_pcm_config(struct jz4740_i2s *i2s)
> {
> struct snd_dmaengine_dai_dma_data *dma_data;
>
> @@ -397,7 +397,7 @@ static int jz4740_i2s_dai_probe(struct
> snd_soc_dai *dai)
> if (ret)
> return ret;
>
> - jz4740_i2c_init_pcm_config(i2s);
> + jz4740_i2s_init_pcm_config(i2s);
> snd_soc_dai_init_dma_data(dai, &i2s->playback_dma_data,
> &i2s->capture_dma_data);
>
> --
> 2.26.2
>


\
 
 \ /
  Last update: 2021-05-02 15:47    [W:0.085 / U:0.884 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site