1
0
Fork 0

ASoC: tegra: Expose Headphones pin to userspace

So userspace can enable or disable it based on the current policy.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
wifi-calibration
Tomeu Vizoso 2015-02-12 09:41:55 +01:00 committed by Mark Brown
parent c517d838eb
commit a0cf43e2f0
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ static const struct snd_soc_dapm_widget tegra_max98090_dapm_widgets[] = {
};
static const struct snd_kcontrol_new tegra_max98090_controls[] = {
SOC_DAPM_PIN_SWITCH("Headphones"),
SOC_DAPM_PIN_SWITCH("Speakers"),
};