Lines Matching defs:opensoundsys_open_device
360 static int opensoundsys_open_device (int channels, int srate) ;
383 audio_device = opensoundsys_open_device (sfinfo.channels, sfinfo.samplerate) ;
424 opensoundsys_open_device (int channels, int srate)
429 { perror ("opensoundsys_open_device : open ") ;
436 perror ("opensoundsys_open_device : stereo ") ;
441 { perror ("opensoundsys_open_device : reset ") ;
447 { perror ("opensoundsys_open_device : set format ") ;
452 { perror ("opensoundsys_open_device : channels ") ;
457 { perror ("opensoundsys_open_device : sample rate ") ;
462 { perror ("opensoundsys_open_device : sync ") ;
467 } /* opensoundsys_open_device */