Searched refs:SYSMSG (Results 1 - 5 of 5) sorted by relevance
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_hw.c | 148 SYSMSG("SNDRV_PCM_IOCTL_SYNC_PTR failed (%i)", err); in sync_ptr1() 271 SYSMSG("F_GETFL failed (%i)", err); in snd_pcm_hw_nonblock() 280 SYSMSG("F_SETFL for O_NONBLOCK failed (%i)", err); in snd_pcm_hw_nonblock() 294 SYSMSG("F_GETFL failed (%i)", err); in snd_pcm_hw_async() 303 SYSMSG("F_SETFL for O_ASYNC failed (%i)", err); in snd_pcm_hw_async() 310 SYSMSG("F_SETSIG failed (%i)", err); in snd_pcm_hw_async() 315 SYSMSG("F_SETOWN failed (%i)", err); in snd_pcm_hw_async() 327 SYSMSG("SNDRV_PCM_IOCTL_INFO failed (%i)", err); in snd_pcm_hw_info() 369 // SYSMSG("SNDRV_PCM_IOCTL_HW_REFINE failed"); in snd_pcm_hw_hw_refine() 412 SYSMSG("SNDRV_PCM_IOCTL_HW_PARAM in snd_pcm_hw_hw_params() [all...] |
| H A D | pcm_share.c | 241 SYSMSG("snd_pcm_mmap_commit error"); in _snd_pcm_share_missing() 245 SYSMSG("commit returns %ld for size %ld", err, frames); in _snd_pcm_share_missing() 855 SYSMSG("snd_pcm_mmap_commit error"); in _snd_pcm_share_mmap_commit() 859 SYSMSG("commit returns %ld for size %ld", err, frames); in _snd_pcm_share_mmap_commit()
|
| /third_party/alsa-lib/src/rawmidi/ |
| H A D | rawmidi_hw.c | 72 SYSMSG("close failed"); in snd_rawmidi_hw_close() 85 SYSMSG("F_GETFL failed"); in snd_rawmidi_hw_nonblock() 93 SYSMSG("F_SETFL for O_NONBLOCK failed"); in snd_rawmidi_hw_nonblock() 104 SYSMSG("SNDRV_RAWMIDI_IOCTL_INFO failed"); in snd_rawmidi_hw_info() 116 SYSMSG("SNDRV_RAWMIDI_IOCTL_PARAMS failed"); in snd_rawmidi_hw_params() 148 SYSMSG("SNDRV_RAWMIDI_IOCTL_STATUS failed"); in snd_rawmidi_hw_status() 159 SYSMSG("SNDRV_RAWMIDI_IOCTL_DROP failed"); in snd_rawmidi_hw_drop() 171 SYSMSG("SNDRV_RAWMIDI_IOCTL_DRAIN failed"); in snd_rawmidi_hw_drain() 385 SYSMSG("open %s failed", filename); in snd_rawmidi_hw_open() 391 SYSMSG("SNDRV_RAWMIDI_IOCTL_PVERSIO in snd_rawmidi_hw_open() [all...] |
| /third_party/alsa-lib/src/control/ |
| H A D | eld.c | 56 SYSMSG("Cannot open the associated CTL"); in __snd_pcm_info_eld_fixup() 69 SYSMSG("Cannot read ELD"); in __snd_pcm_info_eld_fixup()
|
| /third_party/alsa-lib/include/ |
| H A D | local.h | 273 #define SYSMSG(args...) snd_err_msg(__FILE__, __LINE__, __func__, errno, ##args) macro 277 #define SYSMSG(args...) /* nop */ macro
|
Completed in 7 milliseconds