]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ASoC: sgtl5000: sync parameter naming (rate/sample_bits)
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 15 Jan 2021 04:55:40 +0000 (13:55 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 21 Jan 2021 12:38:11 +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/87pn26n6u4.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/sgtl5000.c

index 4d6ff811462287c0c32ba730ffc184564085ee8d..73551e36695e98123a35de8ee4dac3e6d96a5caa 100644 (file)
@@ -1187,7 +1187,7 @@ static struct snd_soc_dai_driver sgtl5000_dai = {
                .formats = SGTL5000_FORMATS,
        },
        .ops = &sgtl5000_ops,
-       .symmetric_rates = 1,
+       .symmetric_rate = 1,
 };
 
 static bool sgtl5000_volatile(struct device *dev, unsigned int reg)