I'm trying to play audio on a DM8168 processor out the mcasp0 device at 32kHz. I'm using arecord from mcasp1 and aplay to mcasp0. I can see using an oscilloscope that the audio data is coming in at 32kHz (mca1-aclkr is 2.048MHz), but the audio data coming out of mcasp0 is at 48kHz (mca0-aclkx is 3.072MHz). I cannot change the rate coming out of the mcasp0 to anything other than 48kHz. At first I thought it was a problem with the codec driver, but all PCM rates from 8KHz to 96KHz are enabled. Does anyone have any idea way I'm enountering this problem?
Carl