We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf5481 commit f374f99Copy full SHA for f374f99
drivers/mfd/cs48l32-tables.c
@@ -16,6 +16,7 @@
16
#include "tacna.h"
17
18
static const struct reg_sequence cs48l32_reva_patch[] = {
19
+ { 0x00001044, 0x0005000f },
20
{ 0x00001c34, 0x000037e8 },
21
};
22
@@ -53,7 +54,7 @@ static const struct reg_default cs48l32_reg_default[] = {
53
54
{ 0x00001020, 0x00000000 }, /* OUTPUT_SYS_CLK */
55
{ 0x00001030, 0x00000000 }, /* CLKGEN_PAD_CTRL */
56
{ 0x00001034, 0x00000000 }, /* DMIC_PAD_CTRL */
- { 0x00001044, 0x0000000f }, /* AUXPDM_CTRL */
57
+ { 0x00001044, 0x0005000f }, /* AUXPDM_CTRL */
58
{ 0x0000105c, 0x00000000 }, /* AUXPDM_CTRL2 */
59
{ 0x00001400, 0x00000002 }, /* CLOCK32K */
60
{ 0x00001404, 0x00000404 }, /* SYSTEM_CLOCK1 */
0 commit comments