]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
ASoC: rt*: sync parameter naming (rate/sample_bits)
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 15 Jan 2021 04:54:21 +0000 (13:54 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 21 Jan 2021 12:37:59 +0000 (12:37 +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/87a6taolgs.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt274.c
sound/soc/codecs/rt286.c
sound/soc/codecs/rt298.c
sound/soc/codecs/rt5670.c

index 70cf17c0aa99ec13a1c557b5bae2fd324629386d..0d3773c576f8c91835d2c913ed2d3bc7286c26bd 100644 (file)
@@ -1056,7 +1056,7 @@ static struct snd_soc_dai_driver rt274_dai[] = {
                        .formats = RT274_FORMATS,
                },
                .ops = &rt274_aif_dai_ops,
-               .symmetric_rates = 1,
+               .symmetric_rate = 1,
        },
 };
 
index 5fb9653d9131f313d0b4f4c00bf6107be9f9f7a4..8abe232ca4a4c03795318c33f4678a2b1826d38a 100644 (file)
@@ -1017,7 +1017,7 @@ static struct snd_soc_dai_driver rt286_dai[] = {
                        .formats = RT286_FORMATS,
                },
                .ops = &rt286_aif_dai_ops,
-               .symmetric_rates = 1,
+               .symmetric_rate = 1,
        },
        {
                .name = "rt286-aif2",
@@ -1037,7 +1037,7 @@ static struct snd_soc_dai_driver rt286_dai[] = {
                        .formats = RT286_FORMATS,
                },
                .ops = &rt286_aif_dai_ops,
-               .symmetric_rates = 1,
+               .symmetric_rate = 1,
        },
 
 };
index dc0273a5a11f7d9a2c0fb2e45432429fded5628f..32cc9b6287d21d95e0fd5dbd29dffda7ea6ddbee 100644 (file)
@@ -1084,7 +1084,7 @@ static struct snd_soc_dai_driver rt298_dai[] = {
                        .formats = RT298_FORMATS,
                },
                .ops = &rt298_aif_dai_ops,
-               .symmetric_rates = 1,
+               .symmetric_rate = 1,
        },
        {
                .name = "rt298-aif2",
@@ -1104,7 +1104,7 @@ static struct snd_soc_dai_driver rt298_dai[] = {
                        .formats = RT298_FORMATS,
                },
                .ops = &rt298_aif_dai_ops,
-               .symmetric_rates = 1,
+               .symmetric_rate = 1,
        },
 
 };
index a0c8f58d729b3ece5ae88a7770d2afe0f394475d..c29317ea5df2fa0699ad9bec092a7158d64fb87c 100644 (file)
@@ -2741,7 +2741,7 @@ static struct snd_soc_dai_driver rt5670_dai[] = {
                        .formats = RT5670_FORMATS,
                },
                .ops = &rt5670_aif_dai_ops,
-               .symmetric_rates = 1,
+               .symmetric_rate = 1,
        },
        {
                .name = "rt5670-aif2",
@@ -2761,7 +2761,7 @@ static struct snd_soc_dai_driver rt5670_dai[] = {
                        .formats = RT5670_FORMATS,
                },
                .ops = &rt5670_aif_dai_ops,
-               .symmetric_rates = 1,
+               .symmetric_rate = 1,
        },
 };