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 02fb23d commit d20d35dCopy full SHA for d20d35d
sound/soc/codecs/es8316.c
@@ -153,7 +153,7 @@ static const char * const es8316_dmic_txt[] = {
153
"dmic data at high level",
154
"dmic data at low level",
155
};
156
-static const unsigned int es8316_dmic_values[] = { 0, 1, 2 };
+static const unsigned int es8316_dmic_values[] = { 0, 2, 3 };
157
static const struct soc_enum es8316_dmic_src_enum =
158
SOC_VALUE_ENUM_SINGLE(ES8316_ADC_DMIC, 0, 3,
159
ARRAY_SIZE(es8316_dmic_txt),
0 commit comments