projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1cd5f3
)
ASoC: ti: sync parameter naming (rate/sample_bits)
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Fri, 15 Jan 2021 04:53:53 +0000
(13:53 +0900)
committer
Mark Brown
<broonie@kernel.org>
Thu, 21 Jan 2021 12:37:53 +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/87im7yolhk.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ti/davinci-mcasp.c
patch
|
blob
|
history
diff --git
a/sound/soc/ti/davinci-mcasp.c
b/sound/soc/ti/davinci-mcasp.c
index 6247ec3d3a096c23ec0396ba308ca2d7a1a92558..b94220306d1a88bc52a8a08a303e758a35fdc0af 100644
(file)
--- a/
sound/soc/ti/davinci-mcasp.c
+++ b/
sound/soc/ti/davinci-mcasp.c
@@
-1641,7
+1641,7
@@
static struct snd_soc_dai_driver davinci_mcasp_dai[] = {
},
.ops = &davinci_mcasp_dai_ops,
- .symmetric_rate
s
= 1,
+ .symmetric_rate
= 1,
},
{
.name = "davinci-mcasp.1",