ASoC: lochnagar-sc: 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/87lfcun6tp.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
852d4daa96
commit
65ba325625
|
@ -166,8 +166,8 @@ static struct snd_soc_dai_driver lochnagar_sc_dai[] = {
|
|||
.formats = SNDRV_PCM_FMTBIT_S32_LE,
|
||||
},
|
||||
.ops = &lochnagar_sc_line_ops,
|
||||
.symmetric_rates = true,
|
||||
.symmetric_samplebits = true,
|
||||
.symmetric_rate = true,
|
||||
.symmetric_sample_bits = true,
|
||||
},
|
||||
{
|
||||
.name = "lochnagar-usb1",
|
||||
|
@ -186,8 +186,8 @@ static struct snd_soc_dai_driver lochnagar_sc_dai[] = {
|
|||
.formats = SNDRV_PCM_FMTBIT_S32_LE,
|
||||
},
|
||||
.ops = &lochnagar_sc_usb_ops,
|
||||
.symmetric_rates = true,
|
||||
.symmetric_samplebits = true,
|
||||
.symmetric_rate = true,
|
||||
.symmetric_sample_bits = true,
|
||||
},
|
||||
{
|
||||
.name = "lochnagar-usb2",
|
||||
|
@ -206,8 +206,8 @@ static struct snd_soc_dai_driver lochnagar_sc_dai[] = {
|
|||
.formats = SNDRV_PCM_FMTBIT_S32_LE,
|
||||
},
|
||||
.ops = &lochnagar_sc_usb_ops,
|
||||
.symmetric_rates = true,
|
||||
.symmetric_samplebits = true,
|
||||
.symmetric_rate = true,
|
||||
.symmetric_sample_bits = true,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue