Searched refs:snd_pcm_open (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dpcm_min.c22 if ((err = snd_pcm_open(&handle, device, SND_PCM_STREAM_PLAYBACK, 0)) < 0) {
H A Dlatency.c591 if ((err = snd_pcm_open(&phandle, pdevice, SND_PCM_STREAM_PLAYBACK, block ? 0 : SND_PCM_NONBLOCK)) < 0) {
595 if ((err = snd_pcm_open(&chandle, cdevice, SND_PCM_STREAM_CAPTURE, block ? 0 : SND_PCM_NONBLOCK)) < 0) {
H A Dseq-sender.c212 if ((err = snd_pcm_open(&phandle, "default", SND_PCM_STREAM_PLAYBACK, 0)) < 0) {
H A Dpcm.c882 if ((err = snd_pcm_open(&handle, device, SND_PCM_STREAM_PLAYBACK, 0)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dalsa-audio-common.c195 res = snd_pcm_open(&h, audio_device, mode, flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dalsa-audio-common.c214 res = snd_pcm_open(&h, audio_device, mode, flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dlaudio_alsa.c520 ret = snd_pcm_open(&hdl, card_name, SND_PCM_STREAM_PLAYBACK, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/aserver/
H A Daserver.c285 err = snd_pcm_open(&pcm, client->name, client->stream, SND_PCM_NONBLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_native.c71 static int snd_pcm_open(struct file *file, struct snd_pcm *pcm, int stream);
2086 return snd_pcm_open(file, pcm, SNDRV_PCM_STREAM_PLAYBACK);
2097 return snd_pcm_open(file, pcm, SNDRV_PCM_STREAM_CAPTURE);
2100 static int snd_pcm_open(struct file *file, struct snd_pcm *pcm, int stream) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm.h423 int snd_pcm_open(snd_pcm_t **pcm, const char *name,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_share.c1464 err = snd_pcm_open(&spcm, sname, stream, mode);
H A Dpcm.c128 \a mode argument in #snd_pcm_open() function.
144 mode for #snd_pcm_open() function and
154 The PCM device is in the open state. After the #snd_pcm_open() open call,
492 is passed to #snd_pcm_open() or #snd_pcm_open_lconf().
648 * identifier specified in snd_pcm_open().
2239 int snd_pcm_open(snd_pcm_t **pcmp, const char *name, function

Completed in 209 milliseconds