projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
223875a
)
ASoC: jz4740-i2s: fix function name
author
H. Nikolaus Schaller
<hns@goldelico.com>
Sun, 2 May 2021 13:08:55 +0000
(15:08 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 10 May 2021 16:06:04 +0000
(17:06 +0100)
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>
Link:
https://lore.kernel.org/r/56f9c8518870263698b00d10de4821d2dc8932be.1619960935.git.hns@goldelico.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/jz4740/jz4740-i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/jz4740/jz4740-i2s.c
b/sound/soc/jz4740/jz4740-i2s.c
index 52ba0e3a9e954c100d028096f8d24ea49dd02183..65d0bf939134cd056551d55a10d331c24b7af61e 100644
(file)
--- a/
sound/soc/jz4740/jz4740-i2s.c
+++ b/
sound/soc/jz4740/jz4740-i2s.c
@@
-371,7
+371,7
@@
static int jz4740_i2s_resume(struct snd_soc_component *component)
return 0;
}
-static void jz4740_i2
c
_init_pcm_config(struct jz4740_i2s *i2s)
+static void jz4740_i2
s
_init_pcm_config(struct jz4740_i2s *i2s)
{
struct snd_dmaengine_dai_dma_data *dma_data;
@@
-396,7
+396,7
@@
static int jz4740_i2s_dai_probe(struct snd_soc_dai *dai)
if (ret)
return ret;
- jz4740_i2
c
_init_pcm_config(i2s);
+ jz4740_i2
s
_init_pcm_config(i2s);
snd_soc_dai_init_dma_data(dai, &i2s->playback_dma_data,
&i2s->capture_dma_data);