aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJianhua Lu <[email protected]>2023-03-18 22:14:39 +0800
committerMark Brown <[email protected]>2023-03-20 21:02:30 +0000
commit00a7ef3242f42c38c9ffdf14ab2d729fd9754391 (patch)
tree3f5dfe46ae134d29dc4dc8a17e83e2bb8b44ef5a
parent446967a46db5a740293d00faf550886dcfde5eab (diff)
ASoC: cs35l41: Add 12288000 clk freq to cs35l41_fs_mon clk config
There are 8 cs35l41 speaker amplifier connected to TDM in my Xiaomi Mi Pad 5 Pro tablet. In this case, it's necessary to set 12288000 (48000 * 32 * 8) clk freq for it. rate=48000, slot_width=32, slots=8. Signed-off-by: Jianhua Lu <[email protected]> Reviewed-by: David Rhodes <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/codecs/cs35l41.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/cs35l41.c b/sound/soc/codecs/cs35l41.c
index 9ec01a5f09ca..6ac501f008ec 100644
--- a/sound/soc/codecs/cs35l41.c
+++ b/sound/soc/codecs/cs35l41.c
@@ -150,6 +150,7 @@ static const struct cs35l41_fs_mon_config cs35l41_fs_mon[] = {
{ 5644800, 16, 24 },
{ 6000000, 16, 24 },
{ 6144000, 16, 24 },
+ { 12288000, 0, 0 },
};
static int cs35l41_get_fs_mon_config_index(int freq)