Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dpcm_native.c2789 int snd_pcm_open_substream(struct snd_pcm *pcm, int stream, in snd_pcm_open_substream() function
2836 EXPORT_SYMBOL(snd_pcm_open_substream);
2846 err = snd_pcm_open_substream(pcm, stream, file, &substream); in snd_pcm_open_file()
/linux/sound/core/oss/
H A Dpcm_oss.c2454 err = snd_pcm_open_substream(pcm, idx, file, &substream); in snd_pcm_oss_open_file()