Searched refs:snd_pcm_new_stream (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm.c629 * snd_pcm_new_stream - create a new PCM stream
641 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count) function
697 EXPORT_SYMBOL(snd_pcm_new_stream); variable
740 if ((err = snd_pcm_new_stream(pcm, SNDRV_PCM_STREAM_PLAYBACK, playback_count)) < 0) {
744 if ((err = snd_pcm_new_stream(pcm, SNDRV_PCM_STREAM_CAPTURE, capture_count)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dendpoint.c112 err = snd_pcm_new_stream(as->pcm, stream, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/soundbus/i2sbus/
H A Dpcm.c974 err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_PLAYBACK, 1);
989 err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_CAPTURE, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dpcm.h475 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);

Completed in 43 milliseconds