[alsa-devel] [PATCH v2 10/11] ASoC: tegra: Add a control for the headphone switch
To be used by userspace when the headphones jack is plugged in.
Signed-off-by: Tomeu Vizoso tomeu.vizoso@collabora.com --- sound/soc/tegra/tegra_max98090.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/tegra/tegra_max98090.c b/sound/soc/tegra/tegra_max98090.c index af3fb99..8df71a4 100644 --- a/sound/soc/tegra/tegra_max98090.c +++ b/sound/soc/tegra/tegra_max98090.c @@ -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"), };
On Thu, Jan 15, 2015 at 05:12:22PM +0100, Tomeu Vizoso wrote:
To be used by userspace when the headphones jack is plugged in.
I'm missing patches 1-9 of this series, what's going on there?
On 15 January 2015 at 17:20, Mark Brown broonie@kernel.org wrote:
On Thu, Jan 15, 2015 at 05:12:22PM +0100, Tomeu Vizoso wrote:
To be used by userspace when the headphones jack is plugged in.
I'm missing patches 1-9 of this series, what's going on there?
Sorry, no idea. They have reached lkml though:
https://lkml.org/lkml/2015/1/15/473
Regards,
Tomeu
On Thu, Jan 15, 2015 at 06:02:51PM +0100, Tomeu Vizoso wrote:
On 15 January 2015 at 17:20, Mark Brown broonie@kernel.org wrote:
On Thu, Jan 15, 2015 at 05:12:22PM +0100, Tomeu Vizoso wrote:
To be used by userspace when the headphones jack is plugged in.
I'm missing patches 1-9 of this series, what's going on there?
Sorry, no idea. They have reached lkml though:
What's going wrong there is that you didn't CC me on either them or the cover letter - you should always make sure that everyone is at least getting the cover letter so they know what's going on. Never assume anyone is going to see anything on the list.
participants (2)
-
Mark Brown
-
Tomeu Vizoso