Searched refs:snd_pcm_open_substream (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/sound/ |
H A D | pcm.h | 582 int snd_pcm_open_substream(struct snd_pcm *pcm, int stream, struct file *file,
|
/openbmc/linux/sound/core/ |
H A D | pcm_native.c | 2725 int snd_pcm_open_substream(struct snd_pcm *pcm, int stream, in snd_pcm_open_substream() function 2772 EXPORT_SYMBOL(snd_pcm_open_substream); 2782 err = snd_pcm_open_substream(pcm, stream, file, &substream); in snd_pcm_open_file()
|
/openbmc/linux/sound/core/oss/ |
H A D | pcm_oss.c | 2454 err = snd_pcm_open_substream(pcm, idx, file, &substream); in snd_pcm_oss_open_file()
|