Home
last modified time | relevance | path

Searched refs:snd_pcm_attach_substream (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/sound/
Dpcm.h600 int snd_pcm_attach_substream(struct snd_pcm *pcm, int stream, struct file *file,
/Linux-v4.19/sound/core/
Dpcm.c939 int snd_pcm_attach_substream(struct snd_pcm *pcm, int stream, in snd_pcm_attach_substream() function
Dpcm_native.c2406 err = snd_pcm_attach_substream(pcm, stream, file, &substream); in snd_pcm_open_substream()