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

Commit 5a78dfcd authored by Kuirong Wang's avatar Kuirong Wang
Browse files

ASoC: msm8x10: Add the widget for secondary analog mic



AMIC3 is used as secondary analog mic in some use case
to service as stereo recording. Add the widget for the
secondary mic in machine driver to support this usage.

Change-Id: I91b13d43fc1c955d7c369ca5250d2c005b8a1935
Signed-off-by: default avatarKuirong Wang <kuirongw@codeaurora.org>
parent 86155e46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ static const struct snd_soc_dapm_widget msm8x10_dapm_widgets[] = {
	SND_SOC_DAPM_SPK("Lineout amp", msm_ext_spkramp_event),
	SND_SOC_DAPM_MIC("Handset Mic", NULL),
	SND_SOC_DAPM_MIC("Headset Mic", NULL),

	SND_SOC_DAPM_MIC("Secondary Mic", NULL),
};
static int msm8x10_ext_spk_power_amp_init(void)
{