Re: [Alsa-user] Compiling ALSA-Lib using uClibc

2007-07-05 Thread Eyal Cohen
I have found what is causing the problems : 1)Udev does not create /dev/snd and /dev/dsp files, it does however create /dev/pcmC0D0c and pcmC0D0p. Why is that? 2)After I create the dev files manually all the sound channels are muted by default. How can I change that? Thank you. EyalC On Th

[Alsa-user] Compiling ALSA-Lib using uClibc

2007-07-05 Thread Eyal Cohen
Hello. I have a board which has a CS5530 sound card. I'm booting two different linuxes on it: One fedora 6 and one which I have compiled based on buildroot (http://buildroot.uclibc.org). The system I have compiled is using uClibc. Both systems use the exact same kernel and the exact same modules. O