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

Commit 0b6e81d1 authored by Nicolas Schichan's avatar Nicolas Schichan Committed by Mark Brown
Browse files

ASoC: cs42l52: microphone bias is controlled by IFACE_CTL2 register.

parent c7788792
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ static const char * const mic_bias_level_text[] = {
};

static const struct soc_enum mic_bias_level_enum =
	SOC_ENUM_SINGLE(CS42L52_IFACE_CTL1, 0,
	SOC_ENUM_SINGLE(CS42L52_IFACE_CTL2, 0,
			ARRAY_SIZE(mic_bias_level_text), mic_bias_level_text);

static const char * const cs42l52_mic_text[] = { "Single", "Differential" };