summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-01-15 13:53:49 +0900
committerMark Brown <broonie@kernel.org>2021-01-21 12:37:52 +0000
commitf1cd5f3bbcef13980734ea18797f192c344d850e (patch)
tree8e33a3c087b6244288213d4229ad6f765e83c87a
parentd11ff0bf6ac1a85fcf51f4ca52934b0fb6ac47a6 (diff)
downloadlinux-stable-f1cd5f3bbcef13980734ea18797f192c344d850e.tar.gz
linux-stable-f1cd5f3bbcef13980734ea18797f192c344d850e.tar.bz2
linux-stable-f1cd5f3bbcef13980734ea18797f192c344d850e.zip
ASoC: sh: sync parameter naming (rate/sample_bits)
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>
-rw-r--r--sound/soc/sh/rcar/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/sh/rcar/core.c b/sound/soc/sh/rcar/core.c
index 6e670b3e92a0..c405bf3b4c99 100644
--- 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_rates if pin sharing */
- drv->symmetric_rates = 1;
+ /* should have symmetric_rate if pin sharing */
+ drv->symmetric_rate = 1;
}
dev_dbg(dev, "%s (%s/%s)\n", rdai->name,