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>
This commit is contained in:
parent
c517d838eb
commit
a0cf43e2f0
|
@ -136,6 +136,7 @@ static const struct snd_soc_dapm_widget tegra_max98090_dapm_widgets[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct snd_kcontrol_new tegra_max98090_controls[] = {
|
static const struct snd_kcontrol_new tegra_max98090_controls[] = {
|
||||||
|
SOC_DAPM_PIN_SWITCH("Headphones"),
|
||||||
SOC_DAPM_PIN_SWITCH("Speakers"),
|
SOC_DAPM_PIN_SWITCH("Speakers"),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue