Re: [PATCH v3 07/10] ASoC: tegra: add sink for the internal mic to tegra_max98090
From: Mark Brown <broonie@kernel.org>
Date: 2015-01-29 01:32:56
Also in:
alsa-devel, linux-tegra, lkml
From: Mark Brown <broonie@kernel.org>
Date: 2015-01-29 01:32:56
Also in:
alsa-devel, linux-tegra, lkml
On Wed, Jan 28, 2015 at 11:51:05AM +0100, Tomeu Vizoso wrote:
This is used in the Tegra-based Chromebooks.
This doesn't apply due to the dependency on the previous patch, and also...
static const struct snd_kcontrol_new tegra_max98090_controls[] = {
SOC_DAPM_PIN_SWITCH("Headphones"),
SOC_DAPM_PIN_SWITCH("Speakers"),
+ SOC_DAPM_PIN_SWITCH("Int Mic"),
};...it's not clear what the purpose of the pin switch is here.