>
> Dear All,
>
> First, I compile sound as a module for a while (ethernet, some fs,
> and almost as a module) but right now, I want to compile all of its that
> I frequently use into kernel.
> All of others is fine except sound :(
> I don't know why, I just change <M> to <*> and specific the IRQ, DMA
> at Sound section of 'make menuconfig'
>
> There's no /dev/mixer, /dev/dsp nothing except /proc/sound.
>
Sound is best left as a module. There is no reason to include it and it will
likely help make your kernel too large to compile. Modules are your friend.