summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5682s.h
diff options
context:
space:
mode:
authorDerek Fang <derek.fang@realtek.com>2021-09-30 18:29:28 +0800
committerMark Brown <broonie@kernel.org>2021-09-30 13:26:01 +0100
commit853cb0be0eb2dba3e016b4f1d9fdae91065930c6 (patch)
tree676600720c6129042c9085b61e54e43189fbdd9d /sound/soc/codecs/rt5682s.h
parent087330c642a968be8b1b9f2df6fb87b217f17372 (diff)
ASoC: rt5682s: Revise the macro RT5682S_PLLB_SRC_MASK
Revise the macro RT5682S_PLLB_SRC_MASK to 0x1 because the mux is only two-source. Signed-off-by: Derek Fang <derek.fang@realtek.com> Link: https://lore.kernel.org/r/20210930102928.28628-3-derek.fang@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5682s.h')
-rw-r--r--sound/soc/codecs/rt5682s.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5682s.h b/sound/soc/codecs/rt5682s.h
index 7c755e5efb81..55f1febb81e9 100644
--- a/sound/soc/codecs/rt5682s.h
+++ b/sound/soc/codecs/rt5682s.h
@@ -1094,7 +1094,7 @@
#define RT5682S_PLLA_K_BP_SFT 6
/* PLL M/N/K Code Control 7 (0x009e) */
-#define RT5682S_PLLB_SRC_MASK (0x3 << 0)
+#define RT5682S_PLLB_SRC_MASK (0x1)
#define RT5682S_PLLB_SRC_DFIN (0x1)
#define RT5682S_PLLB_SRC_PLLA (0x0)