linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: jz4740-i2s: fix function name
@ 2021-05-02 13:08 H. Nikolaus Schaller
  2021-05-02 13:45 ` Paul Cercueil
  2021-05-11  8:25 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: H. Nikolaus Schaller @ 2021-05-02 13:08 UTC (permalink / raw)
  To: Paul Cercueil, Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai
  Cc: linux-mips, alsa-devel, linux-kernel, letux-kernel, H. Nikolaus Schaller

This driver is not related to I2C protocol.

s/_i2c_/_i2s_/

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: jz4740-i2s: fix function name
  2021-05-02 13:08 [PATCH] ASoC: jz4740-i2s: fix function name H. Nikolaus Schaller
@ 2021-05-02 13:45 ` Paul Cercueil
  2021-05-11  8:25 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Cercueil @ 2021-05-02 13:45 UTC (permalink / raw)
  To: H. Nikolaus Schaller
  Cc: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	linux-mips, alsa-devel, linux-kernel, letux-kernel



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
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: jz4740-i2s: fix function name
  2021-05-02 13:08 [PATCH] ASoC: jz4740-i2s: fix function name H. Nikolaus Schaller
  2021-05-02 13:45 ` Paul Cercueil
@ 2021-05-11  8:25 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2021-05-11  8:25 UTC (permalink / raw)
  To: Paul Cercueil, Liam Girdwood, Takashi Iwai, H. Nikolaus Schaller,
	Jaroslav Kysela
  Cc: Mark Brown, linux-kernel, letux-kernel, alsa-devel, linux-mips

On Sun, 2 May 2021 15:08:55 +0200, H. Nikolaus Schaller wrote:
> This driver is not related to I2C protocol.
> 
> s/_i2c_/_i2s_/

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: jz4740-i2s: fix function name
      commit: 16f2a3cdaacaa7c077e238df45e4d38d6bc0a6c5

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-11  8:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-02 13:08 [PATCH] ASoC: jz4740-i2s: fix function name H. Nikolaus Schaller
2021-05-02 13:45 ` Paul Cercueil
2021-05-11  8:25 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).