diff options
author | Jack Yu <jack.yu@realtek.com> | 2020-05-04 14:20:13 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-05-04 18:23:24 +0300 |
commit | d696a61413b405a13bbe04f31e6f4531a426fee7 (patch) | |
tree | e0a2d3cea0350e21c5432abf6234dbdf7be5405f /sound/soc/codecs/rt1015.h | |
parent | c25504ad64fe391acb23dcfab039831c3825c17e (diff) | |
download | linux-d696a61413b405a13bbe04f31e6f4531a426fee7.tar.xz |
ASoC: rt1015: Add condition to prevent SoC providing bclk in ratio of 50 times of sample rate.
Add condition to prevent SoC providing bclk in ratio of 50 times of sample rate.
Signed-off-by: Jack Yu <jack.yu@realtek.com>
Link: https://lore.kernel.org/r/20200504112013.2499-1-jack.yu@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt1015.h')
-rw-r--r-- | sound/soc/codecs/rt1015.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt1015.h b/sound/soc/codecs/rt1015.h index ef3745a4faae..6fbe802082c4 100644 --- a/sound/soc/codecs/rt1015.h +++ b/sound/soc/codecs/rt1015.h @@ -362,6 +362,7 @@ struct rt1015_priv { int sysclk_src; int lrck; int bclk; + int bclk_ratio; int id; int pll_src; int pll_in; |