diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2021-01-15 13:53:23 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-01-21 12:37:47 +0000 |
commit | a8e940222bdf60b9957515e80064b1230a3fc774 (patch) | |
tree | d644bcfdec810d9b2994e9fe2418c91667f7d986 /sound/soc/bcm/bcm63xx-i2s-whistler.c | |
parent | 3470c2398ce9f6e80a5434c1c8649b036544a1d4 (diff) |
ASoC: bcm: 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/87r1mmolie.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/bcm/bcm63xx-i2s-whistler.c')
-rw-r--r-- | sound/soc/bcm/bcm63xx-i2s-whistler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/bcm/bcm63xx-i2s-whistler.c b/sound/soc/bcm/bcm63xx-i2s-whistler.c index 246a57ac6679..527caf430715 100644 --- a/sound/soc/bcm/bcm63xx-i2s-whistler.c +++ b/sound/soc/bcm/bcm63xx-i2s-whistler.c @@ -212,7 +212,7 @@ static struct snd_soc_dai_driver bcm63xx_i2s_dai = { .formats = SNDRV_PCM_FMTBIT_S32_LE, }, .ops = &bcm63xx_i2s_dai_ops, - .symmetric_rates = 1, + .symmetric_rate = 1, .symmetric_channels = 1, }; |