提交 760d6c6f 编写于 作者: S Shuming Fan 提交者: Xie XiuQi

ASoC: rt5682: Fix PLL source register definitions

[ Upstream commit ee7ea2a9a318a89d21b156dc75e54d53904bdbe5 ]

Fix typo which causes headphone no sound while using BCLK
as PLL source.
Signed-off-by: NShuming Fan <shumingf@realtek.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
Signed-off-by: NSasha Levin <sashal@kernel.org>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 ca4addad
...@@ -849,18 +849,18 @@ ...@@ -849,18 +849,18 @@
#define RT5682_SCLK_SRC_PLL2 (0x2 << 13) #define RT5682_SCLK_SRC_PLL2 (0x2 << 13)
#define RT5682_SCLK_SRC_SDW (0x3 << 13) #define RT5682_SCLK_SRC_SDW (0x3 << 13)
#define RT5682_SCLK_SRC_RCCLK (0x4 << 13) #define RT5682_SCLK_SRC_RCCLK (0x4 << 13)
#define RT5682_PLL1_SRC_MASK (0x3 << 10) #define RT5682_PLL2_SRC_MASK (0x3 << 10)
#define RT5682_PLL1_SRC_SFT 10 #define RT5682_PLL2_SRC_SFT 10
#define RT5682_PLL1_SRC_MCLK (0x0 << 10) #define RT5682_PLL2_SRC_MCLK (0x0 << 10)
#define RT5682_PLL1_SRC_BCLK1 (0x1 << 10) #define RT5682_PLL2_SRC_BCLK1 (0x1 << 10)
#define RT5682_PLL1_SRC_SDW (0x2 << 10) #define RT5682_PLL2_SRC_SDW (0x2 << 10)
#define RT5682_PLL1_SRC_RC (0x3 << 10) #define RT5682_PLL2_SRC_RC (0x3 << 10)
#define RT5682_PLL2_SRC_MASK (0x3 << 8) #define RT5682_PLL1_SRC_MASK (0x3 << 8)
#define RT5682_PLL2_SRC_SFT 8 #define RT5682_PLL1_SRC_SFT 8
#define RT5682_PLL2_SRC_MCLK (0x0 << 8) #define RT5682_PLL1_SRC_MCLK (0x0 << 8)
#define RT5682_PLL2_SRC_BCLK1 (0x1 << 8) #define RT5682_PLL1_SRC_BCLK1 (0x1 << 8)
#define RT5682_PLL2_SRC_SDW (0x2 << 8) #define RT5682_PLL1_SRC_SDW (0x2 << 8)
#define RT5682_PLL2_SRC_RC (0x3 << 8) #define RT5682_PLL1_SRC_RC (0x3 << 8)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册