]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ASoC: es*: sync parameter naming (rate/sample_bits)
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 15 Jan 2021 04:54:39 +0000 (13:54 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 21 Jan 2021 12:38:02 +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/874kjiolga.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es8316.c
sound/soc/codecs/es8328.c

index 1ce84f12a4cfcb15b5095dddb77ae42c8600e507..d632055370e09208cf6af576f9541e89d1a12b2e 100644 (file)
@@ -543,7 +543,7 @@ static struct snd_soc_dai_driver es8316_dai = {
                .formats = ES8316_FORMATS,
        },
        .ops = &es8316_ops,
-       .symmetric_rates = 1,
+       .symmetric_rate = 1,
 };
 
 static void es8316_enable_micbias_for_mic_gnd_short_detect(
index b537300d0ce860808a5ce1d7b689ef4879a4fa5f..9632afc2d4d64189db9368a6f1af1d7492622d82 100644 (file)
@@ -715,7 +715,7 @@ static struct snd_soc_dai_driver es8328_dai = {
                .formats = ES8328_FORMATS,
        },
        .ops = &es8328_dai_ops,
-       .symmetric_rates = 1,
+       .symmetric_rate = 1,
 };
 
 static int es8328_suspend(struct snd_soc_component *component)