Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/alsa/
H A Dtest-pcmtest-driver.c91 err = snd_pcm_open(handle, pcm_name, stream, 0); in setup_handle()
H A Dpcm-test.c351 err = snd_pcm_open(&handle, name, data->stream, 0); in test_pcm_time()
/linux/sound/core/
H A Dpcm_native.c70 static int snd_pcm_open(struct file *file, struct snd_pcm *pcm, int stream);
2849 err = snd_pcm_open(file, pcm, SNDRV_PCM_STREAM_PLAYBACK); in snd_pcm_playback_open()
2863 err = snd_pcm_open(file, pcm, SNDRV_PCM_STREAM_CAPTURE); in snd_pcm_capture_open()
2869 static int snd_pcm_open(struct file *file, struct snd_pcm *pcm, int stream) in snd_pcm_open() function