7 Jul
2009
7 Jul
'09
4:29 p.m.
On a PXA embedded board, the sample rate propagation from user space to kernel space seems to be wrong.
When I start aplay (v1.0.19) from userspace like this ...
# aplay -f dat /dev/urandom Playing raw data '/dev/urandom' : Signed 16 bit Little Endian, Rate 48000 Hz, Stereo
... params_rate(params) in my snd_soc_ops .hw_params callback returns 88200, not 48000.
Can anyone reproduce this? I guess this is unrelated to PXA and ASoC.
Thanks, Daniel