mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 09:13:20 -05:00
ASoC: adau*: 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/87wnwen6v8.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
870b76ea7d
commit
f88f45861b
3 changed files with 5 additions and 5 deletions
|
@ -890,7 +890,7 @@ static struct snd_soc_dai_driver adau1372_dai_driver = {
|
|||
.sig_bits = 24,
|
||||
},
|
||||
.ops = &adau1372_dai_ops,
|
||||
.symmetric_rates = 1,
|
||||
.symmetric_rate = 1,
|
||||
};
|
||||
|
||||
static int adau1372_setup_pll(struct adau1372 *adau1372, unsigned int rate)
|
||||
|
|
|
@ -1205,7 +1205,7 @@ static struct snd_soc_dai_driver adau1373_dai_driver[] = {
|
|||
.formats = ADAU1373_FORMATS,
|
||||
},
|
||||
.ops = &adau1373_dai_ops,
|
||||
.symmetric_rates = 1,
|
||||
.symmetric_rate = 1,
|
||||
},
|
||||
{
|
||||
.id = 1,
|
||||
|
@ -1225,7 +1225,7 @@ static struct snd_soc_dai_driver adau1373_dai_driver[] = {
|
|||
.formats = ADAU1373_FORMATS,
|
||||
},
|
||||
.ops = &adau1373_dai_ops,
|
||||
.symmetric_rates = 1,
|
||||
.symmetric_rate = 1,
|
||||
},
|
||||
{
|
||||
.id = 2,
|
||||
|
@ -1245,7 +1245,7 @@ static struct snd_soc_dai_driver adau1373_dai_driver[] = {
|
|||
.formats = ADAU1373_FORMATS,
|
||||
},
|
||||
.ops = &adau1373_dai_ops,
|
||||
.symmetric_rates = 1,
|
||||
.symmetric_rate = 1,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -653,7 +653,7 @@ static struct snd_soc_dai_driver adau1701_dai = {
|
|||
.formats = ADAU1701_FORMATS,
|
||||
},
|
||||
.ops = &adau1701_dai_ops,
|
||||
.symmetric_rates = 1,
|
||||
.symmetric_rate = 1,
|
||||
};
|
||||
|
||||
#ifdef CONFIG_OF
|
||||
|
|
Loading…
Add table
Reference in a new issue