From: Jaswinder Jassal Date: Fri, 9 Sep 2016 17:24:17 +0000 (+0100) Subject: mfd: cs47l15: Fix an update made to patch file X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ff959b71b0743912d536c07ac26f70670563dfc9;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git mfd: cs47l15: Fix an update made to patch file Change-Id: I4592d3ba6521d6ad714ced9df05b2e92d3e2f41e Signed-off-by: Jaswinder Jassal Signed-off-by: Charles Keepax --- diff --git a/drivers/mfd/cs47l15-tables.c b/drivers/mfd/cs47l15-tables.c index d4e68a8b6b1c..ccad146c773e 100644 --- a/drivers/mfd/cs47l15-tables.c +++ b/drivers/mfd/cs47l15-tables.c @@ -21,7 +21,7 @@ static const struct reg_sequence cs47l15_reva_16_patch[] = { { 0x8C, 0x5555 }, { 0x8C, 0xAAAA }, - { 0x314, 0x0081 }, + { 0x314, 0x0080 }, { 0x4D4, 0x0008 }, { 0x4CF, 0x0F00 }, { 0x4A8, 0x6020 }, @@ -143,7 +143,7 @@ static const struct reg_default cs47l15_reg_default[] = { { 0x00000311, 0x0180 }, /* R785 (0x000311) - ADC_DIGITAL_VOLUME_1L */ { 0x00000312, 0x0500 }, /* R786 (0x000312) - DMIC1L_CONTROL */ { 0x00000313, 0x0000 }, /* R787 (0x000313) - IN1L_RATE_CONTROL */ - { 0x00000314, 0x0081 }, /* R788 (0x000314) - IN1R_CONTROL */ + { 0x00000314, 0x0080 }, /* R788 (0x000314) - IN1R_CONTROL */ { 0x00000315, 0x0180 }, /* R789 (0x000315) - ADC_DIGITAL_VOLUME_1R */ { 0x00000316, 0x0000 }, /* R790 (0x000316) - DMIC1R_CONTROL */ { 0x00000317, 0x0000 }, /* R791 (0x000317) - IN1R_RATE_CONTROL */