]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
ASoC: tas*: sync parameter naming (rate/sample_bits)
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 15 Jan 2021 04:54:29 +0000 (13:54 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 21 Jan 2021 12:38:00 +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/877doeolgk.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2764.c
sound/soc/codecs/tas2770.c

index 14a193e48dc767c93c69ba691207a5791a219091..8ff4d9e8d568193a2cc480b23330432bc30bfd58 100644 (file)
@@ -490,7 +490,7 @@ static struct snd_soc_dai_driver tas2764_dai_driver[] = {
                        .formats = TAS2764_FORMATS,
                },
                .ops = &tas2764_dai_ops,
-               .symmetric_rates = 1,
+               .symmetric_rate = 1,
        },
 };
 
index a91a0a31e74d1c07f7489cf1a948d214e09a95be..15fca5109e1497a9b54af408713822318ab05237 100644 (file)
@@ -499,7 +499,7 @@ static struct snd_soc_dai_driver tas2770_dai_driver[] = {
                        .formats    = TAS2770_FORMATS,
                },
                .ops = &tas2770_dai_ops,
-               .symmetric_rates = 1,
+               .symmetric_rate = 1,
        },
 };