Error writing to /dev/dsp.

2013-05-14 Thread michele.sanges
Hi all, I wish report a problem regarding the use of /dev/dsp device. My program opens this device, then configures and writes a data stream in it. The write operation is made passing to the write() function a valid /dev/dsp file descriptor, as returned from the open function, the buffer

Re: Error writing to /dev/dsp.

2013-05-14 Thread Corinna Vinschen
On May 14 17:22, michele.sanges wrote: Hi all, I wish report a problem regarding the use of /dev/dsp device. My program opens this device, then configures and writes a data stream in it. The write operation is made passing to the write() function a valid /dev/dsp file descriptor, as