mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 19:14:01 +08:00
ASoC: jz4740: 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/87v9byn6uo.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
f88f45861b
commit
0547dece8d
@ -214,7 +214,7 @@ static struct snd_soc_dai_driver jz4740_codec_dai = {
|
||||
.formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8,
|
||||
},
|
||||
.ops = &jz4740_codec_dai_ops,
|
||||
.symmetric_rates = 1,
|
||||
.symmetric_rate = 1,
|
||||
};
|
||||
|
||||
static void jz4740_codec_wakeup(struct regmap *regmap)
|
||||
|
@ -455,7 +455,7 @@ static struct snd_soc_dai_driver jz4740_i2s_dai = {
|
||||
.rates = SNDRV_PCM_RATE_8000_48000,
|
||||
.formats = JZ4740_I2S_FMTS,
|
||||
},
|
||||
.symmetric_rates = 1,
|
||||
.symmetric_rate = 1,
|
||||
.ops = &jz4740_i2s_dai_ops,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user