Searched refs:oss_logerr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/audio/ |
H A D | ossaudio.c | 67 static void G_GNUC_PRINTF (2, 3) oss_logerr (int err, const char *fmt, ...) in oss_logerr() function 103 oss_logerr (errno, "Failed to close file(fd=%d)\n", *fdp); in oss_anal_close() 377 oss_logerr(errno, "SNDCTL_DSP_GETOPTR failed\n"); in oss_get_available_bytes() 458 oss_logerr(errno, "failed to write %zu bytes\n", in oss_write() 484 oss_logerr(errno, "Failed to unmap buffer %p, size %zu\n", in oss_fini_out() 548 oss_logerr(errno, "Failed to map %zu bytes of DAC\n", in oss_init_out() 554 oss_logerr (errno, "SNDCTL_DSP_SETTRIGGER 0 failed\n"); in oss_init_out() 558 oss_logerr ( in oss_init_out() 570 oss_logerr(errno, "Failed to unmap buffer %p size %zu\n", in oss_init_out() 604 oss_logerr(errno, in oss_enable_out() [all …]
|