ASoC: cx2072x: sync parameter naming (rate/sample_bits)
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 15 Jan 2021 04:56:09 +0000 (13:56 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 21 Jan 2021 12:38:17 +0000 (12:38 +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/87h7nin6tc.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cx2072x.c

index 2f10991a8bdb510f4177181b0ff701bdff4bae9c..8ab22815c2c9789efeec60847508aad6ff1ea9c7 100644 (file)
@@ -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",