Searched refs:snd_pcm_open_substream (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_native.c | 2706 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 D | pcm_native.c | 2723 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 D | pcm.h | 579 int snd_pcm_open_substream(struct snd_pcm *pcm, int stream, struct file *file,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | pcm.h | 582 int snd_pcm_open_substream(struct snd_pcm *pcm, int stream, struct file *file,
|
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | pcm_oss.c | 2438 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 D | pcm_oss.c | 2454 err = snd_pcm_open_substream(pcm, idx, file, &substream); in snd_pcm_oss_open_file()
|
Completed in 24 milliseconds