diff options
author | Mark Brown <broonie@kernel.org> | 2021-02-17 19:52:26 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-02-17 19:52:26 +0100 |
commit | 0969db0d8d15caee41cd817154670c38d9ed7f61 (patch) | |
tree | 8ff546a65226e934d2b975ead545bb8bae54affc /sound/soc/codecs/cs35l35.c | |
parent | Merge remote-tracking branch 'asoc/for-5.11' into asoc-linus (diff) | |
parent | Merge series "ASoC: Intel: bytcr_rt5640: Add quirks for 4 more tablet / 2-in-... (diff) | |
download | linux-0969db0d8d15caee41cd817154670c38d9ed7f61.tar.xz linux-0969db0d8d15caee41cd817154670c38d9ed7f61.zip |
Merge remote-tracking branch 'asoc/for-5.12' into asoc-linus
Diffstat (limited to 'sound/soc/codecs/cs35l35.c')
-rw-r--r-- | sound/soc/codecs/cs35l35.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs35l35.c b/sound/soc/codecs/cs35l35.c index e330427a4314..55d529aa0011 100644 --- a/sound/soc/codecs/cs35l35.c +++ b/sound/soc/codecs/cs35l35.c @@ -692,7 +692,7 @@ static struct snd_soc_dai_driver cs35l35_dai[] = { .formats = CS35L35_FORMATS, }, .ops = &cs35l35_ops, - .symmetric_rates = 1, + .symmetric_rate = 1, }, { .name = "cs35l35-pdm", |