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

index d1797003c83dda96c60342da78473984816b8954..358c500377dff283ccfcd3fbc8ff2b3679a0fce2 100644 (file)
@@ -404,9 +404,9 @@ static struct snd_soc_dai_driver mt6660_codec_dai = {
                .formats = STUB_FORMATS,
        },
        /* dai properties */
-       .symmetric_rates = 1,
+       .symmetric_rate = 1,
        .symmetric_channels = 1,
-       .symmetric_samplebits = 1,
+       .symmetric_sample_bits = 1,
        /* dai operations */
        .ops = &mt6660_component_aif_ops,
 };