]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
ASoC: adau*: sync parameter naming (rate/sample_bits)
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 15 Jan 2021 04:55:01 +0000 (13:55 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 21 Jan 2021 12:38:07 +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/87wnwen6v8.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/adau1372.c
sound/soc/codecs/adau1373.c
sound/soc/codecs/adau1701.c

index 5ccbf1b6bcf5a33605e008922eb6e9aa7d1ff9d7..6811a8b3866dd96781e31d5c3c6ad9c3ba8ff2dd 100644 (file)
@@ -890,7 +890,7 @@ static struct snd_soc_dai_driver adau1372_dai_driver = {
                .sig_bits = 24,
        },
        .ops = &adau1372_dai_ops,
-       .symmetric_rates = 1,
+       .symmetric_rate = 1,
 };
 
 static int adau1372_setup_pll(struct adau1372 *adau1372, unsigned int rate)
index e71fde001b4667232260ffd0c8de7027553dfd31..9887aa6f0be5c0f9a09bb01f8c46e5302297c2fd 100644 (file)
@@ -1205,7 +1205,7 @@ static struct snd_soc_dai_driver adau1373_dai_driver[] = {
                        .formats = ADAU1373_FORMATS,
                },
                .ops = &adau1373_dai_ops,
-               .symmetric_rates = 1,
+               .symmetric_rate = 1,
        },
        {
                .id = 1,
@@ -1225,7 +1225,7 @@ static struct snd_soc_dai_driver adau1373_dai_driver[] = {
                        .formats = ADAU1373_FORMATS,
                },
                .ops = &adau1373_dai_ops,
-               .symmetric_rates = 1,
+               .symmetric_rate = 1,
        },
        {
                .id = 2,
@@ -1245,7 +1245,7 @@ static struct snd_soc_dai_driver adau1373_dai_driver[] = {
                        .formats = ADAU1373_FORMATS,
                },
                .ops = &adau1373_dai_ops,
-               .symmetric_rates = 1,
+               .symmetric_rate = 1,
        },
 };
 
index 68130eaa64a404509f0aca81c854fcf0cb389b8e..5ce74697564af1017691063a6a1fcc743d30a60b 100644 (file)
@@ -653,7 +653,7 @@ static struct snd_soc_dai_driver adau1701_dai = {
                .formats = ADAU1701_FORMATS,
        },
        .ops = &adau1701_dai_ops,
-       .symmetric_rates = 1,
+       .symmetric_rate = 1,
 };
 
 #ifdef CONFIG_OF