public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [QUERY] [AUDIO][OMAP3 EVM] arecord not working on OMAP3 EVM
@ 2011-01-20 15:26 Koyamangalath, Abhilash
  2011-01-21  7:56 ` Peter Ujfalusi
  0 siblings, 1 reply; 3+ messages in thread
From: Koyamangalath, Abhilash @ 2011-01-20 15:26 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org; +Cc: alsa-devel@vger.kernel.org

Hi all
While testing audio capture (using arecord e,g.),I'm getting only noise in the (zeroed out) output buffers on the OMAP3 EVM.
I have enabled AUXL and AUXR mic inputs through alsamixer, which according to the schematics are connected to the "Audio In"
connector on the board, even though the TWL4030 reg list does not allow me any ways ( or so I think) to specify mic-bias for 
these aux inputs.
With AUXL and AUXR muted - I get only silence, which seems to make sense.
Is there any basic startup setting I'm missing, maybe specific to OMAP3 EVM?
Has anyone seen anything like this before, and could provide pointers?

I'm running a kernel based on 2.6.37-rc7 and audio playback is working fine for me.




Thanks in advance
Abhilash

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

* Re: [QUERY] [AUDIO][OMAP3 EVM] arecord not working on OMAP3 EVM
  2011-01-20 15:26 [QUERY] [AUDIO][OMAP3 EVM] arecord not working on OMAP3 EVM Koyamangalath, Abhilash
@ 2011-01-21  7:56 ` Peter Ujfalusi
  2011-01-21 14:00   ` Koyamangalath, Abhilash
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Ujfalusi @ 2011-01-21  7:56 UTC (permalink / raw)
  To: ext Koyamangalath, Abhilash
  Cc: linux-omap@vger.kernel.org, alsa-devel@vger.kernel.org

On 01/20/11 17:26, ext Koyamangalath, Abhilash wrote:
> Hi all
> While testing audio capture (using arecord e,g.),I'm getting only noise in the (zeroed out) output buffers on the OMAP3 EVM.
> I have enabled AUXL and AUXR mic inputs through alsamixer, which according to the schematics are connected to the "Audio In"
> connector on the board, even though the TWL4030 reg list does not allow me any ways ( or so I think) to specify mic-bias for 
> these aux inputs.

Well, it is auxiliary input (line in). You do not need bias for it.
I do not have access to OMAP3 EVM documentation, but Beagle also have
AUXL/R as input.
I guess you need to use correct cable, and correct source for the input
(stereo jack I suppose).

> With AUXL and AUXR muted - I get only silence, which seems to make sense.
> Is there any basic startup setting I'm missing, maybe specific to OMAP3 EVM?

Beagle?

> Has anyone seen anything like this before, and could provide pointers?

My bet goes for the wrong cable/accessory pair.

-- 
Péter
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* RE: [QUERY] [AUDIO][OMAP3 EVM] arecord not working on OMAP3 EVM
  2011-01-21  7:56 ` Peter Ujfalusi
@ 2011-01-21 14:00   ` Koyamangalath, Abhilash
  0 siblings, 0 replies; 3+ messages in thread
From: Koyamangalath, Abhilash @ 2011-01-21 14:00 UTC (permalink / raw)
  To: Peter Ujfalusi; +Cc: linux-omap@vger.kernel.org, alsa-devel@vger.kernel.org

Thanks Peter, 
Your comment helped.

> -----Original Message-----
> From: Peter Ujfalusi [mailto:peter.ujfalusi@nokia.com]
> Sent: Friday, January 21, 2011 1:27 PM
> To: Koyamangalath, Abhilash
> Cc: linux-omap@vger.kernel.org; alsa-devel@vger.kernel.org
> Subject: Re: [QUERY] [AUDIO][OMAP3 EVM] arecord not working on OMAP3 EVM
> 
> On 01/20/11 17:26, ext Koyamangalath, Abhilash wrote:
> > Hi all
> > While testing audio capture (using arecord e,g.),I'm getting only noise
> in the (zeroed out) output buffers on the OMAP3 EVM.
> > I have enabled AUXL and AUXR mic inputs through alsamixer, which
> according to the schematics are connected to the "Audio In"
> > connector on the board, even though the TWL4030 reg list does not allow
> me any ways ( or so I think) to specify mic-bias for
> > these aux inputs.
> 
> Well, it is auxiliary input (line in). You do not need bias for it.
> I do not have access to OMAP3 EVM documentation, but Beagle also have
> AUXL/R as input.
> I guess you need to use correct cable, and correct source for the input
> (stereo jack I suppose).
No need of bias precludes using a MIC, so I tried by connecting a Line-in/out audio cable (a cable with a 3.5 mm audio jack on each end) fed from the PC and it worked, thanks. Originally, I had connected a head-phone mic directly to the audio-in port, which it seems, rather expects a dc-biased and/or a pre-amplified signal.

> 
> > With AUXL and AUXR muted - I get only silence, which seems to make
> sense.
> > Is there any basic startup setting I'm missing, maybe specific to OMAP3
> EVM?
> 
> Beagle?
> 
> > Has anyone seen anything like this before, and could provide pointers?
> 
> My bet goes for the wrong cable/accessory pair.
Bang On.
> 
> --
> Péter
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2011-01-21 14:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-20 15:26 [QUERY] [AUDIO][OMAP3 EVM] arecord not working on OMAP3 EVM Koyamangalath, Abhilash
2011-01-21  7:56 ` Peter Ujfalusi
2011-01-21 14:00   ` Koyamangalath, Abhilash

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox