projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
087330c
)
ASoC: rt5682s: Revise the macro RT5682S_PLLB_SRC_MASK
author
Derek Fang
<derek.fang@realtek.com>
Thu, 30 Sep 2021 10:29:28 +0000
(18:29 +0800)
committer
Mark Brown
<broonie@kernel.org>
Thu, 30 Sep 2021 12:26:01 +0000
(13:26 +0100)
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>
sound/soc/codecs/rt5682s.h
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/rt5682s.h
b/sound/soc/codecs/rt5682s.h
index 7c755e5efb81f283f262f7f5466b9b0341af663e..55f1febb81e97e8418bafec632c7a57e8005727c 100644
(file)
--- 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 (0x
3 << 0
)
+#define RT5682S_PLLB_SRC_MASK (0x
1
)
#define RT5682S_PLLB_SRC_DFIN (0x1)
#define RT5682S_PLLB_SRC_PLLA (0x0)