Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dpcm.h584 int snd_pcm_open_substream(struct snd_pcm *pcm, int stream, struct file *file,
/linux-4.1.27/sound/core/
Dpcm_native.c2257 int snd_pcm_open_substream(struct snd_pcm *pcm, int stream, in snd_pcm_open_substream() function
2297 EXPORT_SYMBOL(snd_pcm_open_substream);
2307 err = snd_pcm_open_substream(pcm, stream, file, &substream); in snd_pcm_open_file()
/linux-4.1.27/sound/core/oss/
Dpcm_oss.c2346 err = snd_pcm_open_substream(pcm, idx, file, &substream); in snd_pcm_oss_open_file()