summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cx2072x.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-01-15 07:56:09 +0300
committerMark Brown <broonie@kernel.org>2021-01-21 15:38:17 +0300
commit15d27c2b129fc8234ed709bdcbd17fa3fff0808e (patch)
tree6163c2a22da27d62803e24686e63b61342e583b1 /sound/soc/codecs/cx2072x.c
parent278eacf3dc717f27463d56d605c2ea919e308e49 (diff)
downloadlinux-15d27c2b129fc8234ed709bdcbd17fa3fff0808e.tar.xz
ASoC: cx2072x: 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/87h7nin6tc.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/cx2072x.c')
-rw-r--r--sound/soc/codecs/cx2072x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cx2072x.c b/sound/soc/codecs/cx2072x.c
index 2f10991a8bdb..8ab22815c2c9 100644
--- a/sound/soc/codecs/cx2072x.c
+++ b/sound/soc/codecs/cx2072x.c
@@ -1572,7 +1572,7 @@ static struct snd_soc_dai_driver soc_codec_cx2072x_dai[] = {
.formats = CX2072X_FORMATS,
},
.ops = &cx2072x_dai_ops,
- .symmetric_rates = 1,
+ .symmetric_rate = 1,
},
{ /* plabayck only, return echo reference to Conexant DSP chip */
.name = "cx2072x-dsp",