OSDN Git Service

ASoC: da*: sync parameter naming (rate/sample_bits)
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 15 Jan 2021 04:54:33 +0000 (13:54 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 21 Jan 2021 12:38:01 +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/875z3yolgf.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/da7210.c
sound/soc/codecs/da7213.c
sound/soc/codecs/da7218.c
sound/soc/codecs/da7219.c
sound/soc/codecs/da9055.c

index 3d05c37..8af344b 100644 (file)
@@ -1059,7 +1059,7 @@ static struct snd_soc_dai_driver da7210_dai = {
                .formats = DA7210_FORMATS,
        },
        .ops = &da7210_dai_ops,
-       .symmetric_rates = 1,
+       .symmetric_rate = 1,
 };
 
 static int da7210_probe(struct snd_soc_component *component)
index 7240246..3ab8938 100644 (file)
@@ -1551,7 +1551,7 @@ static struct snd_soc_dai_driver da7213_dai = {
                .formats = DA7213_FORMATS,
        },
        .ops = &da7213_dai_ops,
-       .symmetric_rates = 1,
+       .symmetric_rate = 1,
 };
 
 static int da7213_set_auto_pll(struct snd_soc_component *component, bool enable)
index 2bfafbe..0e5b91e 100644 (file)
@@ -2194,9 +2194,9 @@ static struct snd_soc_dai_driver da7218_dai = {
                .formats = DA7218_FORMATS,
        },
        .ops = &da7218_dai_ops,
-       .symmetric_rates = 1,
+       .symmetric_rate = 1,
        .symmetric_channels = 1,
-       .symmetric_samplebits = 1,
+       .symmetric_sample_bits = 1,
 };
 
 
index e9b45da..13009d0 100644 (file)
@@ -1692,9 +1692,9 @@ static struct snd_soc_dai_driver da7219_dai = {
                .formats = DA7219_FORMATS,
        },
        .ops = &da7219_dai_ops,
-       .symmetric_rates = 1,
+       .symmetric_rate = 1,
        .symmetric_channels = 1,
-       .symmetric_samplebits = 1,
+       .symmetric_sample_bits = 1,
 };
 
 
index aed92f6..a9676b2 100644 (file)
@@ -1347,7 +1347,7 @@ static struct snd_soc_dai_driver da9055_dai = {
                .formats = DA9055_FORMATS,
        },
        .ops = &da9055_dai_ops,
-       .symmetric_rates = 1,
+       .symmetric_rate = 1,
 };
 
 static int da9055_set_bias_level(struct snd_soc_component *component,