Home
last modified time | relevance | path

Searched refs:snd_pcm_open_substream (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/core/
H A Dpcm_native.c2706 int snd_pcm_open_substream(struct snd_pcm *pcm, int stream, in snd_pcm_open_substream() function
2745 EXPORT_SYMBOL(snd_pcm_open_substream); variable
2755 err = snd_pcm_open_substream(pcm, stream, file, &substream); in snd_pcm_open_file()
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_native.c2723 int snd_pcm_open_substream(struct snd_pcm *pcm, int stream, in snd_pcm_open_substream() function
2770 EXPORT_SYMBOL(snd_pcm_open_substream); variable
2780 err = snd_pcm_open_substream(pcm, stream, file, &substream); in snd_pcm_open_file()
/kernel/linux/linux-5.10/include/sound/
H A Dpcm.h579 int snd_pcm_open_substream(struct snd_pcm *pcm, int stream, struct file *file,
/kernel/linux/linux-6.6/include/sound/
H A Dpcm.h582 int snd_pcm_open_substream(struct snd_pcm *pcm, int stream, struct file *file,
/kernel/linux/linux-5.10/sound/core/oss/
H A Dpcm_oss.c2438 err = snd_pcm_open_substream(pcm, idx, file, &substream); in snd_pcm_oss_open_file()
/kernel/linux/linux-6.6/sound/core/oss/
H A Dpcm_oss.c2454 err = snd_pcm_open_substream(pcm, idx, file, &substream); in snd_pcm_oss_open_file()

Completed in 24 milliseconds