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

Commit fc53d716 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: wcd9330: Add power sequence for ADCs"

parents cefbdf23 556dad56
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -7683,10 +7683,12 @@ static const struct snd_soc_dapm_widget tomtom_1_dapm_widgets[] = {
			   SND_SOC_DAPM_POST_PMD),
	SND_SOC_DAPM_ADC_E("ADC5", NULL, TOMTOM_A_TX_5_GAIN, 7, 0,
			   tomtom_codec_enable_adc,
			   SND_SOC_DAPM_POST_PMU),
			   SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMU |
			   SND_SOC_DAPM_POST_PMD),
	SND_SOC_DAPM_ADC_E("ADC6", NULL, TOMTOM_A_TX_6_GAIN, 7, 0,
			   tomtom_codec_enable_adc,
			   SND_SOC_DAPM_POST_PMU),
			   SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMU |
			   SND_SOC_DAPM_POST_PMD),
};

static struct regulator *tomtom_codec_find_regulator(struct snd_soc_codec *cdc,