Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dpcm.h585 int snd_pcm_attach_substream(struct snd_pcm *pcm, int stream, struct file *file,
/openbmc/linux/sound/core/
H A Dpcm.c887 int snd_pcm_attach_substream(struct snd_pcm *pcm, int stream, in snd_pcm_attach_substream() function
H A Dpcm_native.c2732 err = snd_pcm_attach_substream(pcm, stream, file, &substream); in snd_pcm_open_substream()