mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
ASoC: da*: 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/875z3yolgf.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
fa056c0736
commit
1c6d1c4f68
@ -1059,7 +1059,7 @@ static struct snd_soc_dai_driver da7210_dai = {
|
||||
.formats = DA7210_FORMATS,
|
||||
},
|
||||
.ops = &da7210_dai_ops,
|
||||
.symmetric_rates = 1,
|
||||
.symmetric_rate = 1,
|
||||
};
|
||||
|
||||
static int da7210_probe(struct snd_soc_component *component)
|
||||
|
@ -1551,7 +1551,7 @@ static struct snd_soc_dai_driver da7213_dai = {
|
||||
.formats = DA7213_FORMATS,
|
||||
},
|
||||
.ops = &da7213_dai_ops,
|
||||
.symmetric_rates = 1,
|
||||
.symmetric_rate = 1,
|
||||
};
|
||||
|
||||
static int da7213_set_auto_pll(struct snd_soc_component *component, bool enable)
|
||||
|
@ -2194,9 +2194,9 @@ static struct snd_soc_dai_driver da7218_dai = {
|
||||
.formats = DA7218_FORMATS,
|
||||
},
|
||||
.ops = &da7218_dai_ops,
|
||||
.symmetric_rates = 1,
|
||||
.symmetric_rate = 1,
|
||||
.symmetric_channels = 1,
|
||||
.symmetric_samplebits = 1,
|
||||
.symmetric_sample_bits = 1,
|
||||
};
|
||||
|
||||
|
||||
|
@ -1692,9 +1692,9 @@ static struct snd_soc_dai_driver da7219_dai = {
|
||||
.formats = DA7219_FORMATS,
|
||||
},
|
||||
.ops = &da7219_dai_ops,
|
||||
.symmetric_rates = 1,
|
||||
.symmetric_rate = 1,
|
||||
.symmetric_channels = 1,
|
||||
.symmetric_samplebits = 1,
|
||||
.symmetric_sample_bits = 1,
|
||||
};
|
||||
|
||||
|
||||
|
@ -1347,7 +1347,7 @@ static struct snd_soc_dai_driver da9055_dai = {
|
||||
.formats = DA9055_FORMATS,
|
||||
},
|
||||
.ops = &da9055_dai_ops,
|
||||
.symmetric_rates = 1,
|
||||
.symmetric_rate = 1,
|
||||
};
|
||||
|
||||
static int da9055_set_bias_level(struct snd_soc_component *component,
|
||||
|
Loading…
Reference in New Issue
Block a user