Home
last modified time | relevance | path

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

/linux-3.4.99/sound/core/
Dpcm.c646 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count) in snd_pcm_new_stream() function
705 EXPORT_SYMBOL(snd_pcm_new_stream);
733 if ((err = snd_pcm_new_stream(pcm, SNDRV_PCM_STREAM_PLAYBACK, playback_count)) < 0) { in _snd_pcm_new()
737 if ((err = snd_pcm_new_stream(pcm, SNDRV_PCM_STREAM_CAPTURE, capture_count)) < 0) { in _snd_pcm_new()
/linux-3.4.99/sound/usb/
Dstream.c114 err = snd_pcm_new_stream(as->pcm, stream, 1); in snd_usb_add_audio_stream()
/linux-3.4.99/sound/aoa/soundbus/i2sbus/
Dpcm.c986 err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_PLAYBACK, 1); in i2sbus_attach_codec()
1001 err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_CAPTURE, 1); in i2sbus_attach_codec()
/linux-3.4.99/include/sound/
Dpcm.h482 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);