All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: RX1950: Enable Mic Jack during glue driver init
@ 2011-01-06 20:15 Vasily Khoruzhick
  2011-01-07  1:36 ` Jassi Brar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vasily Khoruzhick @ 2011-01-06 20:15 UTC (permalink / raw)
  To: alsa-devel, Liam Girdwood, Mark Brown; +Cc: Vasily Khoruzhick

Enable Mic Jack during glue driver init, otherwise capture will not work.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
---
 sound/soc/samsung/rx1950_uda1380.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/soc/samsung/rx1950_uda1380.c b/sound/soc/samsung/rx1950_uda1380.c
index 5a4587e..f400274 100644
--- a/sound/soc/samsung/rx1950_uda1380.c
+++ b/sound/soc/samsung/rx1950_uda1380.c
@@ -246,6 +246,7 @@ static int rx1950_uda1380_init(struct snd_soc_pcm_runtime *rtd)
 
 	snd_soc_dapm_enable_pin(dapm, "Headphone Jack");
 	snd_soc_dapm_enable_pin(dapm, "Speaker");
+	snd_soc_dapm_enable_pin(dapm, "Mic Jack");
 
 	snd_soc_dapm_sync(dapm);
 
-- 
1.7.3.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: RX1950: Enable Mic Jack during glue driver init
  2011-01-06 20:15 [PATCH] ASoC: RX1950: Enable Mic Jack during glue driver init Vasily Khoruzhick
@ 2011-01-07  1:36 ` Jassi Brar
  2011-01-09 13:58 ` Liam Girdwood
  2011-01-10 11:50 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Jassi Brar @ 2011-01-07  1:36 UTC (permalink / raw)
  To: Vasily Khoruzhick; +Cc: alsa-devel, Mark Brown, Liam Girdwood

On Fri, Jan 7, 2011 at 5:15 AM, Vasily Khoruzhick <anarsoul@gmail.com> wrote:
> Enable Mic Jack during glue driver init, otherwise capture will not work.

Acked-by: Jassi Brar <jassi.brar@samsung.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: RX1950: Enable Mic Jack during glue driver init
  2011-01-06 20:15 [PATCH] ASoC: RX1950: Enable Mic Jack during glue driver init Vasily Khoruzhick
  2011-01-07  1:36 ` Jassi Brar
@ 2011-01-09 13:58 ` Liam Girdwood
  2011-01-10 11:50 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Liam Girdwood @ 2011-01-09 13:58 UTC (permalink / raw)
  To: Vasily Khoruzhick; +Cc: alsa-devel, Mark Brown

On Thu, 2011-01-06 at 22:15 +0200, Vasily Khoruzhick wrote:
> Enable Mic Jack during glue driver init, otherwise capture will not work.
> 
> Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
> ---
>  sound/soc/samsung/rx1950_uda1380.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/sound/soc/samsung/rx1950_uda1380.c b/sound/soc/samsung/rx1950_uda1380.c
> index 5a4587e..f400274 100644
> --- a/sound/soc/samsung/rx1950_uda1380.c
> +++ b/sound/soc/samsung/rx1950_uda1380.c
> @@ -246,6 +246,7 @@ static int rx1950_uda1380_init(struct snd_soc_pcm_runtime *rtd)
>  
>  	snd_soc_dapm_enable_pin(dapm, "Headphone Jack");
>  	snd_soc_dapm_enable_pin(dapm, "Speaker");
> +	snd_soc_dapm_enable_pin(dapm, "Mic Jack");
>  
>  	snd_soc_dapm_sync(dapm);
>  
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: RX1950: Enable Mic Jack during glue driver init
  2011-01-06 20:15 [PATCH] ASoC: RX1950: Enable Mic Jack during glue driver init Vasily Khoruzhick
  2011-01-07  1:36 ` Jassi Brar
  2011-01-09 13:58 ` Liam Girdwood
@ 2011-01-10 11:50 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2011-01-10 11:50 UTC (permalink / raw)
  To: Vasily Khoruzhick; +Cc: alsa-devel, Liam Girdwood

On Thu, Jan 06, 2011 at 10:15:49PM +0200, Vasily Khoruzhick wrote:
> Enable Mic Jack during glue driver init, otherwise capture will not work.
> 
> Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-10 11:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06 20:15 [PATCH] ASoC: RX1950: Enable Mic Jack during glue driver init Vasily Khoruzhick
2011-01-07  1:36 ` Jassi Brar
2011-01-09 13:58 ` Liam Girdwood
2011-01-10 11:50 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.