Searched refs:snd_open_device (Results 1 - 9 of 9) sorted by relevance
| /third_party/alsa-lib/src/hwdep/ |
| H A D | hwdep_hw.c | 118 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 D | seq_hw.c | 518 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 D | cards.c | 47 open_dev = snd_open_device(control, O_RDONLY); in snd_card_load2()
|
| H A D | control_hw.c | 452 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 D | timer_query_hw.c | 96 fd = snd_open_device(SNDRV_FILE_TIMER, tmode); in snd_timer_query_hw_open()
|
| H A D | timer_hw.c | 231 fd = snd_open_device(SNDRV_FILE_TIMER, tmode); in snd_timer_hw_open()
|
| /third_party/alsa-lib/src/rawmidi/ |
| H A D | rawmidi_hw.c | 379 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 D | local.h | 330 static inline int snd_open_device(const char *filename, int fmode) in snd_open_device() function
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_hw.c | 1798 fd = snd_open_device(filename, fmode); in snd_pcm_hw_open()
|
Completed in 11 milliseconds