Home
last modified time | relevance | path

Searched refs:sndio_open (Results 1 – 3 of 3) sorted by relevance

/dports/audio/moc/moc-2.5.2/
H A Dsndio_out.c60 static int sndio_open (struct sound_params *sound_params) in sndio_open() function
172 funcs->open = sndio_open; in sndio_funcs()
/dports/audio/cmus/cmus-2.9.1/op/
H A Dsndio.c143 static int sndio_open(sample_format_t sf, const channel_position_t *channel_map) in sndio_open() function
225 .open = sndio_open,
/dports/audio/alsa-sndio/alsa-sndio-0.2/
H A Dpcm_sndio.c376 sndio_open(snd_pcm_t **pcmp, const char *name, const char *device, in sndio_open() function
464 err = sndio_open(pcmp, name, device, stream, mode, volume); in SND_PCM_PLUGIN_DEFINE_FUNC()