Searched refs:snd_pcm_new_stream (Results 1 – 7 of 7) sorted by relevance
/linux/sound/core/ |
A 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/sound/aoa/soundbus/i2sbus/ |
A D | pcm.c | 970 err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_PLAYBACK, 1); in i2sbus_attach_codec() 987 err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_CAPTURE, 1); in i2sbus_attach_codec()
|
/linux/sound/usb/ |
A D | stream.c | 508 err = snd_pcm_new_stream(as->pcm, stream, 1); in __snd_usb_add_audio_stream()
|
/linux/include/sound/ |
A D | pcm.h | 543 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);
|
/linux/ |
A D | vmlinux.symvers | 2576 0x00000000 snd_pcm_new_stream vmlinux EXPORT_SYMBOL
|
A D | System.map | 49479 ffff800010d37930 T snd_pcm_new_stream
|
A D | .tmp_System.map | 49479 ffff800010d37930 T snd_pcm_new_stream
|
Completed in 993 milliseconds