Hi All, I am trying to develop an audio application on linux(ARCH = arm). I compiled the kernel successfully as well as the rootfs. But the problem is that I dont see /dev/dsp in my rootfs. I build the kernel and rootfs with help of buildroot. I included udev package from buildroot but no benfit. Any idea? Thanks -Maya
/dev/dsp not present
You need to enable in kernel option OSS PCM (digital audio) API to have dsp device. Location: -> Device Drivers -> Sound card support (SOUND [=y]) -> Advanced Linux Sound Architecture (SND [=y])
Hi, I am already having that configuration in my kernel. But still I dont have /dev/dsp node. Thanks -Maya