On Mon, 2008-09-08 at 10:20 +0530, umeshyv wrote:
Hi to all, Currently working on Asoc for Au1200.I need to know whether the framework is completed since I see some of the files missing in the all versions of the kernel and moreover I am trying to compile alsa libs and utils ,it compiled successfully but when I run at the target
What files are missing ? It all works for me.
sh-3.2# aplay -c1 -r8000 -fs8 Infected.wav ALSA lib conf.c:3009:(snd_config_update_r) Cannot access file /home/alsa/install/share/alsa/alsa.conf ALSA lib pcm.c:2184:(snd_pcm_open_noupdate) Unknown
PCM default aplay: main:583: audio open error: No such file or directory
Do I need to export any PATH at the target.Can anyone guide me.
It looks like your make install did not install all the conf files to your target.
Please check your build directory for these files and copy across to your target.
Liam