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

index 3209b39..54426a9 100644 (file)
@@ -166,8 +166,8 @@ static struct snd_soc_dai_driver lochnagar_sc_dai[] = {
                        .formats = SNDRV_PCM_FMTBIT_S32_LE,
                },
                .ops = &lochnagar_sc_line_ops,
-               .symmetric_rates = true,
-               .symmetric_samplebits = true,
+               .symmetric_rate = true,
+               .symmetric_sample_bits = true,
        },
        {
                .name = "lochnagar-usb1",
@@ -186,8 +186,8 @@ static struct snd_soc_dai_driver lochnagar_sc_dai[] = {
                        .formats = SNDRV_PCM_FMTBIT_S32_LE,
                },
                .ops = &lochnagar_sc_usb_ops,
-               .symmetric_rates = true,
-               .symmetric_samplebits = true,
+               .symmetric_rate = true,
+               .symmetric_sample_bits = true,
        },
        {
                .name = "lochnagar-usb2",
@@ -206,8 +206,8 @@ static struct snd_soc_dai_driver lochnagar_sc_dai[] = {
                        .formats = SNDRV_PCM_FMTBIT_S32_LE,
                },
                .ops = &lochnagar_sc_usb_ops,
-               .symmetric_rates = true,
-               .symmetric_samplebits = true,
+               .symmetric_rate = true,
+               .symmetric_sample_bits = true,
        },
 };