Re: [PATCH v2 10/11] ASoC: tegra: Add a control for the headphone switch

2015-01-15 Thread Mark Brown
On Thu, Jan 15, 2015 at 06:02:51PM +0100, Tomeu Vizoso wrote:
> On 15 January 2015 at 17:20, Mark Brown  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

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.


signature.asc
Description: Digital signature


Re: [PATCH v2 10/11] ASoC: tegra: Add a control for the headphone switch

2015-01-15 Thread Tomeu Vizoso
On 15 January 2015 at 17:20, Mark Brown  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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v2 10/11] ASoC: tegra: Add a control for the headphone switch

2015-01-15 Thread Mark Brown
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?


signature.asc
Description: Digital signature


[PATCH v2 10/11] ASoC: tegra: Add a control for the headphone switch

2015-01-15 Thread Tomeu Vizoso
To be used by userspace when the headphones jack is plugged in.

Signed-off-by: Tomeu Vizoso 
---
 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"),
 };
 
-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v2 10/11] ASoC: tegra: Add a control for the headphone switch

2015-01-15 Thread Tomeu Vizoso
On 15 January 2015 at 17:20, Mark Brown broo...@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
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v2 10/11] ASoC: tegra: Add a control for the headphone switch

2015-01-15 Thread Mark Brown
On Thu, Jan 15, 2015 at 06:02:51PM +0100, Tomeu Vizoso wrote:
 On 15 January 2015 at 17:20, Mark Brown broo...@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

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.


signature.asc
Description: Digital signature


Re: [PATCH v2 10/11] ASoC: tegra: Add a control for the headphone switch

2015-01-15 Thread Mark Brown
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?


signature.asc
Description: Digital signature


[PATCH v2 10/11] ASoC: tegra: Add a control for the headphone switch

2015-01-15 Thread Tomeu Vizoso
To be used by userspace when the headphones jack is plugged in.

Signed-off-by: Tomeu Vizoso tomeu.viz...@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),
 };
 
-- 
1.9.3

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/