[alsa-devel] aplay - memory leak
Hi,
I am working with DM368 based custom board. we have external codec interfaced to McBSP. when we run aplay command i am observing memory leak.
the leak is around 12k everytime i do aplay. if i get any underruns the leak is more than 12k
the kernel version i am working is "Linux-2.6.32.17-davinci1".
The codec driver is in alsa model. Could you please help to resolve this problem.
Thanks in advance, Sreedhar.
Hi,
Please find my observation details below.
root@dm368-evm:/# free total used free shared buffers Mem: 76384 22876 53508 0 3436 Swap: 0 0 0 Total: 76384 22876 53508
root@dm368-evm:/# aplay usr/share/sounds/alsa/Front_Left.wav Playing WAVE 'usr/share/sounds/alsa/Front_Left.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
root@dm368-evm:/# free total used free shared buffers Mem: 76384 23416 52968 0 3476 Swap: 0 0 0 Total: 76384 23416 52968
root@dm368-evm:/# aplay usr/share/sounds/alsa/Front_Center.wav
root@dm368-evm:/# free total used free shared buffers Mem: 76384 23560 52824 0 3480 Swap: 0 0 0 Total: 76384 23560 52824
root@dm368-evm:/# aplay usr/share/sounds/alsa/Side_Right.wav
root@dm368-evm:/# free total used free shared buffers Mem: 76384 23692 52692 0 3484 Swap: 0 0 0 Total: 76384 23692 52692
Thank you, Sreedhar.
On 11/4/11, Appalayagari Sreedhar sreecha01@gmail.com wrote:
Hi,
I am working with DM368 based custom board. we have external codec interfaced to McBSP. when we run aplay command i am observing memory leak.
the leak is around 12k everytime i do aplay. if i get any underruns the leak is more than 12k
the kernel version i am working is "Linux-2.6.32.17-davinci1".
The codec driver is in alsa model. Could you please help to resolve this problem.
Thanks in advance, Sreedhar.
participants (1)
-
Appalayagari Sreedhar