From: Derek Fang Date: Thu, 30 Sep 2021 10:29:28 +0000 (+0800) Subject: ASoC: rt5682s: Revise the macro RT5682S_PLLB_SRC_MASK X-Git-Tag: howlett/maple/20220722_2~1757^2~4^2~153 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=853cb0be0eb2dba3e016b4f1d9fdae91065930c6;p=users%2Fjedix%2Flinux-maple.git 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 Link: https://lore.kernel.org/r/20210930102928.28628-3-derek.fang@realtek.com Signed-off-by: Mark Brown --- 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)