two channels of audio

2007-06-20 Thread yoni l
hello, I have tried to read 2 channels from the sound device. I got 2 channels but the left channel is sometimes exchange with the right channel what should I do in order to read correct channels? ___ Davinci-linux-open-source mailing list Davinci-linux

Still testing

2007-06-20 Thread Philip Balister
Ping ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

RE: Still testing

2007-06-20 Thread Ring, Chris
Ping acknowledged(?). Chris > -Original Message- > From: > [EMAIL PROTECTED] > p.com > [mailto:[EMAIL PROTECTED] > avincidsp.com] On Behalf Of Philip Balister > Sent: Monday, June 18, 2007 5:57 AM > To: davinci-linux-open-source@linux.davincidsp.com > Subject: Still testing > > Ping >

Re: two channels of audio

2007-06-20 Thread andrew
Yoni, try the following as a test: cat /dev/dsp > test.raw after a few seconds CTRL-C now do the following cat test.raw > /dev/dsp and listen on the headphones socket. Does it exhibit the same behaviour? Could the problem lie with the codec? Regards, Andrew On Mon, 2007-06-18 at 1

Re: Still testing

2007-06-20 Thread andrew
Pong On Mon, 2007-06-18 at 08:57 -0400, Philip Balister wrote: > Ping > ___ > Davinci-linux-open-source mailing list > Davinci-linux-open-source@linux.davincidsp.com > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source __

DDR controller timing

2007-06-20 Thread Philip Balister
When I set up the controller (in DVFlasher) with these numbers, attempts to flash lead to flash/RAM verification failures. I really think I am doing the math OK, but I could be missing something (like an off by two) I think I set the SYSCLOCK to 324 MHz, which should clock the DDR interface at

DDR controller setup

2007-06-20 Thread Philip Balister
I'm trying this again as I had a report the first try was garbled. When I set up the controller (in DVFlasher) with these numbers, attempts to flash lead to flash/RAM verification failures. I really think I am doing the math OK, but I could be missing something (like an off by two) I think I

duplex sound problem on custom board

2007-06-20 Thread Andy Ngo
Hi, I wonder if anyone can help me. I was able to use sound driver (GIT kernel 2.6.20 version) in full duplex mode on the DVEVM board with any problems (I can just do cat /dev/dsp > /dev/dsp and let it run forever without any issues). However, when I do this on our custom Davinci (which use

MMc/SD driver problem from git tree!

2007-06-20 Thread feiyang yun
Hi all, I use Git kernel 2.6.20 version,when compile the mmc/sd driver, error likes: error: 'struct mmc_data' has no member named 'req' error: 'struct mmc_data' has no member named 'blksz_bits' How can I solve it? And whether the MMC/SD driver that from git tree capable? Bestregards

DM6443 debug console not working

2007-06-20 Thread madhvapathi sriram
Hi all, I am facing a strange problem. I am porting Montavista linux 2.6.10 onto a custom board built around a davinci DM6443 SoC. When I download the kernel into DDR and try running the kernel, I either get corrupted characters on the console (through which roughly I can make out that kernel

Re: duplex sound problem on custom board

2007-06-20 Thread Amol Lad
Dig archives (old posts). This problem has been reported earlier and fixed too Thanks --- Andy Ngo <[EMAIL PROTECTED]> wrote: > > > Hi, > > I wonder if anyone can help me. I was able to use > sound driver (GIT kernel 2.6.20 version) in full > duplex mode on the DVEVM board with any problems

MMC/SD driver problem from git tree!

2007-06-20 Thread Yogesh Kumar M
Hi all, I use Git kernel 2.6.20 version,when compile the mmc/sd driver, error likes: error: 'struct mmc_data' has no member named 'req' error: 'struct mmc_data' has no member named 'blksz_bits' How can I solve it? And whether the MMC/SD driver that from git tree capable thanks yogesh ___