Searched refs:snd_pcm_open (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/alsa-utils/ |
| H A D | 0002-aplay-aplay.c-make-UCM-support-optional.patch | 74 err = snd_pcm_open(&handle, pcm_name, stream, open_mode);
|
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_audio_linein_test.c | 55 … if ((err = snd_pcm_open (&handle, "hw:0,0", type, 0)) < 0) //���豸����2��������ָʹ��Ĭ�ϵ� �豸����
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | configure.ac | 127 SOX_FMT_LIB([alsa], [alsa/asoundlib.h], [asound], [snd_pcm_open], [], [],
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | alsa.c | 112 …_(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 D | bt_test.c | 1480 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 D | pcm_native.c | 69 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
|