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/
H A 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/
H A Dseq_hw.c518 fd = snd_open_device(filename, fmode); in snd_seq_hw_open()
521 fd = snd_open_device(SNDRV_FILE_ALOADSEQ, fmode); in snd_seq_hw_open()
524 fd = snd_open_device(filename, fmode); in snd_seq_hw_open()
/third_party/alsa-lib/src/control/
H A Dcards.c47 open_dev = snd_open_device(control, O_RDONLY); in snd_card_load2()
H A Dcontrol_hw.c452 fd = snd_open_device(filename, fmode); in snd_ctl_hw_open()
455 fd = snd_open_device(filename, fmode); in snd_ctl_hw_open()
/third_party/alsa-lib/src/timer/
H A Dtimer_query_hw.c96 fd = snd_open_device(SNDRV_FILE_TIMER, tmode); in snd_timer_query_hw_open()
H A Dtimer_hw.c231 fd = snd_open_device(SNDRV_FILE_TIMER, tmode); in snd_timer_hw_open()
/third_party/alsa-lib/src/rawmidi/
H A Drawmidi_hw.c379 fd = snd_open_device(filename, fmode); in snd_rawmidi_hw_open()
382 fd = snd_open_device(filename, fmode); in snd_rawmidi_hw_open()
/third_party/alsa-lib/include/
H A Dlocal.h330 static inline int snd_open_device(const char *filename, int fmode) in snd_open_device() function
/third_party/alsa-lib/src/pcm/
H A Dpcm_hw.c1798 fd = snd_open_device(filename, fmode); in snd_pcm_hw_open()

Completed in 8 milliseconds