Re: [PATCH] ASoC: tegra: Read and use the GPIO flags of the headphone detect

2014-10-21 Thread Mark Brown
On Tue, Oct 21, 2014 at 05:33:29PM +0200, Alban Bedel wrote: > The headphone detect was hardcoded to low-active, use the flags from > DT to allow high-active as well. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] ASoC: tegra: Read and use the GPIO flags of the headphone detect

2014-10-21 Thread Stephen Warren
On 10/21/2014 09:33 AM, Alban Bedel wrote: The headphone detect was hardcoded to low-active, use the flags from DT to allow high-active as well. diff --git a/sound/soc/tegra/tegra_rt5640.c b/sound/soc/tegra/tegra_rt5640.c @@ -44,6 +44,7 @@ struct tegra_rt5640 { struct

[PATCH] ASoC: tegra: Read and use the GPIO flags of the headphone detect

2014-10-21 Thread Alban Bedel
The headphone detect was hardcoded to low-active, use the flags from DT to allow high-active as well. Signed-off-by: Alban Bedel --- sound/soc/tegra/tegra_rt5640.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sound/soc/tegra/tegra_rt5640.c

[PATCH] ASoC: tegra: Read and use the GPIO flags of the headphone detect

2014-10-21 Thread Alban Bedel
The headphone detect was hardcoded to low-active, use the flags from DT to allow high-active as well. Signed-off-by: Alban Bedel alban.be...@avionic-design.de --- sound/soc/tegra/tegra_rt5640.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

Re: [PATCH] ASoC: tegra: Read and use the GPIO flags of the headphone detect

2014-10-21 Thread Stephen Warren
On 10/21/2014 09:33 AM, Alban Bedel wrote: The headphone detect was hardcoded to low-active, use the flags from DT to allow high-active as well. diff --git a/sound/soc/tegra/tegra_rt5640.c b/sound/soc/tegra/tegra_rt5640.c @@ -44,6 +44,7 @@ struct tegra_rt5640 { struct

Re: [PATCH] ASoC: tegra: Read and use the GPIO flags of the headphone detect

2014-10-21 Thread Mark Brown
On Tue, Oct 21, 2014 at 05:33:29PM +0200, Alban Bedel wrote: The headphone detect was hardcoded to low-active, use the flags from DT to allow high-active as well. Applied, thanks. signature.asc Description: Digital signature