projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d11ff0b
)
ASoC: sh: sync parameter naming (rate/sample_bits)
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Fri, 15 Jan 2021 04:53:49 +0000
(13:53 +0900)
committer
Mark Brown
<broonie@kernel.org>
Thu, 21 Jan 2021 12:37:52 +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/87k0seolho.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c
patch
|
blob
|
history
diff --git
a/sound/soc/sh/rcar/core.c
b/sound/soc/sh/rcar/core.c
index 6e670b3e92a002171ba0e83742a544873cad3694..c405bf3b4c997f84ccd593a9af20af80db8cf2d6 100644
(file)
--- a/
sound/soc/sh/rcar/core.c
+++ b/
sound/soc/sh/rcar/core.c
@@
-1320,8
+1320,8
@@
static void __rsnd_dai_probe(struct rsnd_priv *priv,
if (rsnd_ssi_is_pin_sharing(io_capture) ||
rsnd_ssi_is_pin_sharing(io_playback)) {
- /* should have symmetric_rate
s
if pin sharing */
- drv->symmetric_rate
s
= 1;
+ /* should have symmetric_rate if pin sharing */
+ drv->symmetric_rate = 1;
}
dev_dbg(dev, "%s (%s/%s)\n", rdai->name,