Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/core/
Dpcm_native.c69 static int snd_pcm_open(struct file *file, struct snd_pcm *pcm, int stream);
2780 err = snd_pcm_open(file, pcm, SNDRV_PCM_STREAM_PLAYBACK); in snd_pcm_playback_open()
2794 err = snd_pcm_open(file, pcm, SNDRV_PCM_STREAM_CAPTURE); in snd_pcm_capture_open()
2800 static int snd_pcm_open(struct file *file, struct snd_pcm *pcm, int stream) in snd_pcm_open() function