linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* P1022 audio driver help!
@ 2014-05-30  6:03 eshe168
  2014-05-30 15:48 ` Timur Tabi
  0 siblings, 1 reply; 4+ messages in thread
From: eshe168 @ 2014-05-30  6:03 UTC (permalink / raw)
  To: timur; +Cc: linuxppc-dev, zhphsearch

[-- Attachment #1: Type: text/plain, Size: 907 bytes --]

@timur

hi,

Audio card (wm8776) cannot work in full duplex, CPU is FSL P1022.
The PCB design about audio card reference FSL P1022 development board, and palying or recording is OK separately.

My question is whether P1022 audio driver cannot support full duplex?

The following is my test method.
test script:
#!/bin/sh
echo "start plarying"  
aplay /nor-disk/audiosrv/Success.wav & 
sleep 1
echo "start recording" 
arecord -d 5 -t wav -D "plug:SLAVE='hw:0,1'" -r 19886 test.wav

when start "record", "aplay" just suspend, and I cannot listen voice. when record is over, I found aplay still suspend.
according to "ps -aux":
root 1499 0.2 0.1 4012 1500 pts/0 S 08:25 0:00 aplay /nor-disk/audiosrv/Success.wav

But, I run this script in a PC linux, I can listen the voice, the audio card can record my voice simultaneous.

Looking forward your response!

Thanks! 




B.R.
YXS

[-- Attachment #2: Type: text/html, Size: 2887 bytes --]

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

end of thread, other threads:[~2014-06-02 15:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-30  6:03 P1022 audio driver help! eshe168
2014-05-30 15:48 ` Timur Tabi
2014-06-02 14:05   ` eshe168
2014-06-02 15:52     ` Timur Tabi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).