Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/alsa-utils/
H A D0002-aplay-aplay.c-make-UCM-support-optional.patch74 err = snd_pcm_open(&handle, pcm_name, stream, open_mode);
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_audio_linein_test.c55 … if ((err = snd_pcm_open (&handle, "hw:0,0", type, 0)) < 0) //���豸����2��������ָʹ��Ĭ�ϵ� �豸����
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A Dconfigure.ac127 SOX_FMT_LIB([alsa], [alsa/asoundlib.h], [asound], [snd_pcm_open], [], [],
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dalsa.c112 …_(snd_pcm_open, (&p->pcm, ft->filename, ft->mode == 'r'? SND_PCM_STREAM_CAPTURE : SND_PCM_STREAM_P… in setup()
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Dbt_test.c1480 err = snd_pcm_open(playback_handle, device_name, SND_PCM_STREAM_PLAYBACK, 0); in hfp_playback_device_open()
1565 err = snd_pcm_open(capture_handle, device_name, SND_PCM_STREAM_CAPTURE, 0); in hfp_capture_device_open()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_native.c69 static int snd_pcm_open(struct file *file, struct snd_pcm *pcm, int stream);
2778 err = snd_pcm_open(file, pcm, SNDRV_PCM_STREAM_PLAYBACK); in snd_pcm_playback_open()
2792 err = snd_pcm_open(file, pcm, SNDRV_PCM_STREAM_CAPTURE); in snd_pcm_capture_open()
2798 static int snd_pcm_open(struct file *file, struct snd_pcm *pcm, int stream) in snd_pcm_open() function