summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra210_dmic.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-01-15 07:53:33 +0300
committerMark Brown <broonie@kernel.org>2021-01-21 15:37:49 +0300
commitc6d152a8de560f50a37e9580b7550dc2001eaccf (patch)
treefd14ce20afd6c6c549d53e4389449b7728b2d433 /sound/soc/tegra/tegra210_dmic.c
parentf1e6b04baba690e3bd08669c73e8d78032c2b905 (diff)
downloadlinux-c6d152a8de560f50a37e9580b7550dc2001eaccf.tar.xz
ASoC: tegra: 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/87o8hqoli4.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/tegra/tegra210_dmic.c')
-rw-r--r--sound/soc/tegra/tegra210_dmic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra210_dmic.c b/sound/soc/tegra/tegra210_dmic.c
index ead2c99bf72e..b096478cd2ef 100644
--- a/sound/soc/tegra/tegra210_dmic.c
+++ b/sound/soc/tegra/tegra210_dmic.c
@@ -228,7 +228,7 @@ static struct snd_soc_dai_driver tegra210_dmic_dais[] = {
SNDRV_PCM_FMTBIT_S32_LE,
},
.ops = &tegra210_dmic_dai_ops,
- .symmetric_rates = 1,
+ .symmetric_rate = 1,
},
};