Re: [Alsa-user] [help] alsa conf in LFS on special platform

2007-07-18 Thread Lee Revell
On 7/18/07, ming qian <[EMAIL PROTECTED]> wrote: > snd_pcm_open_noupdate() pcm.c 2144 : Unknown PCM HW:0,0 > Actually the problem could be as simple as a wrong case. Make sure you open "hw:0,0" not "HW:0,0". Lee - This S

Re: [Alsa-user] [help] alsa conf in LFS on special platform

2007-07-18 Thread Lee Revell
On 7/18/07, ming qian <[EMAIL PROTECTED]> wrote: > 1. recompile the kernel with the alsa driver. ( linux 2.6.17 > )(alsa-1.0.11rc4) > 2. cross compile alsa-lib-1.0.14 > 3. copy the asoundrc.txt in the alsa-lib package to ~/.asoundrc > 4. mknod /dev/snd/pcmC0D0p c 116 16 > mknod /dev/snd/control

[Alsa-user] [help] alsa conf in LFS on special platform

2007-07-18 Thread ming qian
Recently, I build lfs on Unicore32 platform( we develop our cpu and everything on our soc, the platform is called Unicore32 ). the system = tftpboot + nfs. I have done several things as follows: 1. recompile the kernel with the alsa driver. ( linux 2.6.17 )( alsa-1.0.11rc4) 2. cross compile alsa-l