ASoC: tlv*: sync parameter naming (rate/sample_bits)
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 15 Jan 2021 04:54:17 +0000 (13:54 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 21 Jan 2021 12:37:58 +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/87bldqolgw.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320adcx140.c
sound/soc/codecs/tlv320aic31xx.c
sound/soc/codecs/tlv320aic32x4.c
sound/soc/codecs/tlv320aic3x.c

index 3f027c8234a6022c395737250b86880903856705..32b120d624b25f68050b2c850fba08138066bd85 100644 (file)
@@ -1069,7 +1069,7 @@ static struct snd_soc_dai_driver adcx140_dai_driver[] = {
                        .formats         = ADCX140_FORMATS,
                },
                .ops = &adcx140_dai_ops,
-               .symmetric_rates = 1,
+               .symmetric_rate = 1,
        }
 };
 
index 5ac7ce26443117268ed5b647cde097d20e2164f0..51870d50f4195e348e600905602ee3cc7620e5ff 100644 (file)
@@ -1395,7 +1395,7 @@ static struct snd_soc_dai_driver dac31xx_dai_driver[] = {
                        .formats         = AIC31XX_FORMATS,
                },
                .ops = &aic31xx_dai_ops,
-               .symmetric_rates = 1,
+               .symmetric_rate = 1,
        }
 };
 
@@ -1417,7 +1417,7 @@ static struct snd_soc_dai_driver aic31xx_dai_driver[] = {
                        .formats         = AIC31XX_FORMATS,
                },
                .ops = &aic31xx_dai_ops,
-               .symmetric_rates = 1,
+               .symmetric_rate = 1,
        }
 };
 
index 9e3de9ded0efbdf620129487e79100b333c62c40..f04f88c8d42510b4cb3f3e6246970e8a410f18e9 100644 (file)
@@ -916,7 +916,7 @@ static struct snd_soc_dai_driver aic32x4_dai = {
                        .rates = AIC32X4_RATES,
                        .formats = AIC32X4_FORMATS,},
        .ops = &aic32x4_ops,
-       .symmetric_rates = 1,
+       .symmetric_rate = 1,
 };
 
 static void aic32x4_setup_gpios(struct snd_soc_component *component)
index 6d066bc58ac8adc0bf6ae4e7bc636cdcc3250ef9..db14441274441709f3e4840745e340c470482ed1 100644 (file)
@@ -1503,7 +1503,7 @@ static struct snd_soc_dai_driver aic3x_dai = {
                .rates = AIC3X_RATES,
                .formats = AIC3X_FORMATS,},
        .ops = &aic3x_dai_ops,
-       .symmetric_rates = 1,
+       .symmetric_rate = 1,
 };
 
 static void aic3x_mono_init(struct snd_soc_component *component)