projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8e9402
)
ASoC: cirrus: sync parameter naming (rate/sample_bits)
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Fri, 15 Jan 2021 04:53:29 +0000
(13:53 +0900)
committer
Mark Brown
<broonie@kernel.org>
Thu, 21 Jan 2021 12:37:48 +0000
(12:37 +0000)
This patch syncs naming rule.
- xxx_rates;
+ xxx_rate;
- xxx_samplebits;
+ xxx_sample_bits;
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link:
https://lore.kernel.org/r/87pn26oli8.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/cirrus/ep93xx-i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/cirrus/ep93xx-i2s.c
b/sound/soc/cirrus/ep93xx-i2s.c
index 371708b17c09efa6ebc1044963bc629f3c0365c5..0d26550d0df8d26cbb9d0de1403b11bc96c13323 100644
(file)
--- a/
sound/soc/cirrus/ep93xx-i2s.c
+++ b/
sound/soc/cirrus/ep93xx-i2s.c
@@
-404,7
+404,7
@@
static const struct snd_soc_dai_ops ep93xx_i2s_dai_ops = {
#define EP93XX_I2S_FORMATS (SNDRV_PCM_FMTBIT_S32_LE)
static struct snd_soc_dai_driver ep93xx_i2s_dai = {
- .symmetric_rate
s
= 1,
+ .symmetric_rate
= 1,
.probe = ep93xx_i2s_dai_probe,
.playback = {
.channels_min = 2,