10 Mar
2008
10 Mar
'08
9:41 p.m.
Hi,
I have written an user space plugin and the plugin shared library is copied on board appropriately, libasound.so is also copied.
When I try:
#aplay -D omx test.wav //omx is my plugin
I get following error:
aplay: can't resolve symbol 'snd_dlsym_start
Any idea what is the problem?
-pharaoh