aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs35l34.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-01-15 13:54:48 +0900
committerMark Brown <broonie@kernel.org>2021-01-21 12:38:04 +0000
commit260b668cf356dbab5f73e651cfc96a90ed220b98 (patch)
tree15b31649a75e3743cbd783c713a17cdb321c4ea8 /sound/soc/codecs/cs35l34.c
parentASoC: max*: sync parameter naming (rate/sample_bits) (diff)
downloadlinux-dev-260b668cf356dbab5f73e651cfc96a90ed220b98.tar.xz
linux-dev-260b668cf356dbab5f73e651cfc96a90ed220b98.zip
ASoC: cs*: 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/871remolg1.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/cs35l34.c')
-rw-r--r--sound/soc/codecs/cs35l34.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs35l34.c b/sound/soc/codecs/cs35l34.c
index b792c006e530..110ee2d06358 100644
--- a/sound/soc/codecs/cs35l34.c
+++ b/sound/soc/codecs/cs35l34.c
@@ -666,7 +666,7 @@ static struct snd_soc_dai_driver cs35l34_dai = {
.formats = CS35L34_FORMATS,
},
.ops = &cs35l34_ops,
- .symmetric_rates = 1,
+ .symmetric_rate = 1,
};
static int cs35l34_boost_inductor(struct cs35l34_private *cs35l34,