Searched refs:snd_pcm_attach_substream (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm.c | 884 int snd_pcm_attach_substream(struct snd_pcm *pcm, int stream, in snd_pcm_attach_substream() function
|
H A D | pcm_native.c | 2713 err = snd_pcm_attach_substream(pcm, stream, file, &substream); in snd_pcm_open_substream()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | pcm.h | 582 int snd_pcm_attach_substream(struct snd_pcm *pcm, int stream, struct file *file,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | pcm.h | 585 int snd_pcm_attach_substream(struct snd_pcm *pcm, int stream, struct file *file,
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm.c | 887 int snd_pcm_attach_substream(struct snd_pcm *pcm, int stream, in snd_pcm_attach_substream() function
|
H A D | pcm_native.c | 2730 err = snd_pcm_attach_substream(pcm, stream, file, &substream); in snd_pcm_open_substream()
|
Completed in 24 milliseconds