Searched refs:snd_pcm_new_stream (Results 1 – 3 of 3) sorted by relevance
/sound/core/ |
D | pcm.c | 690 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count) in snd_pcm_new_stream() function 756 EXPORT_SYMBOL(snd_pcm_new_stream); 785 if ((err = snd_pcm_new_stream(pcm, SNDRV_PCM_STREAM_PLAYBACK, playback_count)) < 0) { in _snd_pcm_new() 789 if ((err = snd_pcm_new_stream(pcm, SNDRV_PCM_STREAM_CAPTURE, capture_count)) < 0) { in _snd_pcm_new()
|
/sound/aoa/soundbus/i2sbus/ |
D | pcm.c | 985 err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_PLAYBACK, 1); in i2sbus_attach_codec() 1002 err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_CAPTURE, 1); in i2sbus_attach_codec()
|
/sound/usb/ |
D | stream.c | 348 err = snd_pcm_new_stream(as->pcm, stream, 1); in snd_usb_add_audio_stream()
|