Closed folti closed 9 years ago
In case /dev/dsp is an device file, the previous implementation dies. It happens when ALSA's OSS emulation is not complete.
Check if /dev/dsp is a directory, if it isn't, don't try to traverse it.
Looks good, thanks.
In case /dev/dsp is an device file, the previous implementation dies. It happens when ALSA's OSS emulation is not complete.
Check if /dev/dsp is a directory, if it isn't, don't try to traverse it.