mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
ASoC: tscs*: sync parameter naming (rate/sample_bits)
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/87zh1an6vh.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
260b668cf3
commit
9b4488efde
@@ -1397,9 +1397,9 @@ static struct snd_soc_dai_driver tscs42xx_dai = {
|
|||||||
.rates = TSCS42XX_RATES,
|
.rates = TSCS42XX_RATES,
|
||||||
.formats = TSCS42XX_FORMATS,},
|
.formats = TSCS42XX_FORMATS,},
|
||||||
.ops = &tscs42xx_dai_ops,
|
.ops = &tscs42xx_dai_ops,
|
||||||
.symmetric_rates = 1,
|
.symmetric_rate = 1,
|
||||||
.symmetric_channels = 1,
|
.symmetric_channels = 1,
|
||||||
.symmetric_samplebits = 1,
|
.symmetric_sample_bits = 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct reg_sequence tscs42xx_patch[] = {
|
static const struct reg_sequence tscs42xx_patch[] = {
|
||||||
|
@@ -3346,9 +3346,9 @@ static struct snd_soc_dai_driver tscs454_dais[] = {
|
|||||||
.rates = TSCS454_RATES,
|
.rates = TSCS454_RATES,
|
||||||
.formats = TSCS454_FORMATS,},
|
.formats = TSCS454_FORMATS,},
|
||||||
.ops = &tscs454_dai1_ops,
|
.ops = &tscs454_dai1_ops,
|
||||||
.symmetric_rates = 1,
|
.symmetric_rate = 1,
|
||||||
.symmetric_channels = 1,
|
.symmetric_channels = 1,
|
||||||
.symmetric_samplebits = 1,
|
.symmetric_sample_bits = 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "tscs454-dai2",
|
.name = "tscs454-dai2",
|
||||||
@@ -3366,9 +3366,9 @@ static struct snd_soc_dai_driver tscs454_dais[] = {
|
|||||||
.rates = TSCS454_RATES,
|
.rates = TSCS454_RATES,
|
||||||
.formats = TSCS454_FORMATS,},
|
.formats = TSCS454_FORMATS,},
|
||||||
.ops = &tscs454_dai23_ops,
|
.ops = &tscs454_dai23_ops,
|
||||||
.symmetric_rates = 1,
|
.symmetric_rate = 1,
|
||||||
.symmetric_channels = 1,
|
.symmetric_channels = 1,
|
||||||
.symmetric_samplebits = 1,
|
.symmetric_sample_bits = 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "tscs454-dai3",
|
.name = "tscs454-dai3",
|
||||||
@@ -3386,9 +3386,9 @@ static struct snd_soc_dai_driver tscs454_dais[] = {
|
|||||||
.rates = TSCS454_RATES,
|
.rates = TSCS454_RATES,
|
||||||
.formats = TSCS454_FORMATS,},
|
.formats = TSCS454_FORMATS,},
|
||||||
.ops = &tscs454_dai23_ops,
|
.ops = &tscs454_dai23_ops,
|
||||||
.symmetric_rates = 1,
|
.symmetric_rate = 1,
|
||||||
.symmetric_channels = 1,
|
.symmetric_channels = 1,
|
||||||
.symmetric_samplebits = 1,
|
.symmetric_sample_bits = 1,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user