Skip to content

Commit d20d35d

Browse files
Edgarbroonie
authored andcommitted
ASoc: codecs: ES8316: Fix DMIC config
According to the datasheet, the DMIC config should be changed to { 0, 2 ,3 } Signed-off-by: Edgar <ljijcj@163.com> Link: https://lore.kernel.org/r/20230719054722.401954-1-ljijcj@163.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 02fb23d commit d20d35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/es8316.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ static const char * const es8316_dmic_txt[] = {
153153
"dmic data at high level",
154154
"dmic data at low level",
155155
};
156-
static const unsigned int es8316_dmic_values[] = { 0, 1, 2 };
156+
static const unsigned int es8316_dmic_values[] = { 0, 2, 3 };
157157
static const struct soc_enum es8316_dmic_src_enum =
158158
SOC_VALUE_ENUM_SINGLE(ES8316_ADC_DMIC, 0, 3,
159159
ARRAY_SIZE(es8316_dmic_txt),

0 commit comments

Comments
 (0)