Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/hwdep/
Dhwdep_hw.c118 fd = snd_open_device(filename, mode); in snd_hwdep_hw_open()
121 fd = snd_open_device(filename, mode); in snd_hwdep_hw_open()
/third_party/alsa-lib/src/seq/
Dseq_hw.c456 fd = snd_open_device(filename, fmode); in snd_seq_hw_open()
459 fd = snd_open_device(SNDRV_FILE_ALOADSEQ, fmode); in snd_seq_hw_open()
462 fd = snd_open_device(filename, fmode); in snd_seq_hw_open()
/third_party/alsa-lib/src/timer/
Dtimer_query_hw.c96 fd = snd_open_device(SNDRV_FILE_TIMER, tmode); in snd_timer_query_hw_open()
Dtimer_hw.c231 fd = snd_open_device(SNDRV_FILE_TIMER, tmode); in snd_timer_hw_open()
/third_party/alsa-lib/src/control/
Dcards.c47 open_dev = snd_open_device(control, O_RDONLY); in snd_card_load2()
Dcontrol_hw.c419 fd = snd_open_device(filename, fmode); in snd_ctl_hw_open()
422 fd = snd_open_device(filename, fmode); in snd_ctl_hw_open()
/third_party/alsa-lib/src/rawmidi/
Drawmidi_hw.c346 fd = snd_open_device(filename, fmode); in snd_rawmidi_hw_open()
349 fd = snd_open_device(filename, fmode); in snd_rawmidi_hw_open()
/third_party/alsa-lib/include/
Dlocal.h308 static inline int snd_open_device(const char *filename, int fmode) in snd_open_device() function
/third_party/alsa-lib/src/pcm/
Dpcm_hw.c1713 fd = snd_open_device(filename, fmode); in snd_pcm_hw_open()