Searched refs:snd_pcm_new_stream (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/sound/core/ |
| D | pcm.c | 636 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count) in snd_pcm_new_stream() function 701 EXPORT_SYMBOL(snd_pcm_new_stream); 734 err = snd_pcm_new_stream(pcm, SNDRV_PCM_STREAM_PLAYBACK, in _snd_pcm_new() 739 err = snd_pcm_new_stream(pcm, SNDRV_PCM_STREAM_CAPTURE, capture_count); in _snd_pcm_new()
|
| /Linux-v5.4/sound/aoa/soundbus/i2sbus/ |
| D | pcm.c | 984 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-v5.4/include/sound/ |
| D | pcm.h | 538 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);
|
| /Linux-v5.4/sound/usb/ |
| D | stream.c | 505 err = snd_pcm_new_stream(as->pcm, stream, 1); in __snd_usb_add_audio_stream()
|