Searched refs:qpa_logerr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/audio/ |
H A D | paaudio.c | 46 static void G_GNUC_PRINTF (2, 3) qpa_logerr (int err, const char *fmt, ...) in qpa_logerr() function 80 qpa_logerr(pa_context_errno((c)->context), msg); \ 91 qpa_logerr(pa_context_errno((c)->context), msg); \ 93 qpa_logerr(PA_ERR_BADSTATE, msg); \ 547 qpa_logerr (error, "pa_simple_new for playback failed\n"); in qpa_init_out() 596 qpa_logerr (error, "pa_simple_new for capture failed\n"); in qpa_init_in() 655 qpa_logerr(pa_context_errno(c->context), in qpa_fini_in() 689 qpa_logerr(pa_context_errno(c->context), in qpa_volume_out() 699 qpa_logerr(pa_context_errno(c->context), in qpa_volume_out() 731 qpa_logerr(pa_context_errno(c->context), in qpa_volume_in() [all …]
|