Home
last modified time | relevance | path

Searched refs:SYSMSG (Results 1 - 5 of 5) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_hw.c148 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 Dpcm_share.c241 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 Drawmidi_hw.c72 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 Deld.c56 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 Dlocal.h273 #define SYSMSG(args...) snd_err_msg(__FILE__, __LINE__, __func__, errno, ##args) macro
277 #define SYSMSG(args...) /* nop */ macro

Completed in 7 milliseconds