Searched refs:snd_pcm_open (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/ |
H A D | test-pcmtest-driver.c | 91 err = snd_pcm_open(handle, pcm_name, stream, 0); in setup_handle()
|
H A D | pcm-test.c | 324 err = snd_pcm_open(&handle, name, data->stream, 0); in test_pcm_time()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_native.c | 69 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
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_native.c | 69 static int snd_pcm_open(struct file *file, struct snd_pcm *pcm, int stream); 2805 err = snd_pcm_open(file, pcm, SNDRV_PCM_STREAM_PLAYBACK); in snd_pcm_playback_open() 2819 err = snd_pcm_open(file, pcm, SNDRV_PCM_STREAM_CAPTURE); in snd_pcm_capture_open() 2825 static int snd_pcm_open(struct file *file, struct snd_pcm *pcm, int stream) in snd_pcm_open() function
|
Completed in 17 milliseconds