Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86ae04b1 authored by Oder Chiou's avatar Oder Chiou Committed by Mark Brown
Browse files

ASoC: rt5677: Modify the default value of the MX-8E[4] for ASRC function



Modify the default value of the MX-8E[4] to 1 for ASRC function. It could
prevent the pop noise with ASRC function.

Signed-off-by: default avatarOder Chiou <oder_chiou@realtek.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 91159eca
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ static const struct regmap_range_cfg rt5677_ranges[] = {
};

static const struct reg_default init_list[] = {
	{RT5677_ASRC_12, 0x0018},
	{RT5677_PR_BASE + 0x3d, 0x364d},
	{RT5677_PR_BASE + 0x17, 0x4fc0},
	{RT5677_PR_BASE + 0x13, 0x0312},
@@ -173,7 +174,7 @@ static const struct reg_default rt5677_reg[] = {
	{RT5677_ASRC_9			, 0x0000},
	{RT5677_ASRC_10			, 0x0000},
	{RT5677_ASRC_11			, 0x0000},
	{RT5677_ASRC_12			, 0x0008},
	{RT5677_ASRC_12			, 0x0018},
	{RT5677_ASRC_13			, 0x0000},
	{RT5677_ASRC_14			, 0x0000},
	{RT5677_ASRC_15			, 0x0000},