Searched refs:dsound_logerr (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/audio/ |
H A D | dsoundaudio.c | 225 static void G_GNUC_PRINTF (2, 3) dsound_logerr ( in dsound_logerr() function 277 dsound_logerr (hr, "Could not restore playback buffer\n"); in dsound_restore_out() 295 dsound_logerr (hr, "Could not get playback buffer status\n"); in dsound_get_status_out() 314 dsound_logerr (hr, "Could not get capture buffer status\n"); in dsound_get_status_in() 375 dsound_logerr (hr, "Could not set cooperative level for window %p\n", in dsound_set_cooperative_level() 410 dsound_logerr (hr, "Could not start playing buffer\n"); in dsound_enable_out() 421 dsound_logerr (hr, "Could not stop playing buffer\n"); in dsound_enable_out() 440 dsound_logerr(hr, "Could not get playback buffer position\n"); in dsound_buffer_get_free() 517 dsound_logerr (hr, "Could not start capturing\n"); in dsound_enable_in() 528 dsound_logerr (hr, "Could not stop capturing\n"); in dsound_enable_in() [all …]
|
H A D | dsound_template.h | 58 dsound_logerr (hr, "Could not unlock " NAME "\n"); in glue() 92 dsound_logerr (hr, "Could not lock " NAME "\n"); in glue() 97 dsound_logerr (hr, "Could not lock " NAME "\n"); in glue() 148 dsound_logerr (hr, "Could not stop " NAME "\n"); in dsound_fini_in() 153 dsound_logerr (hr, "Could not release " NAME "\n"); in dsound_fini_in()
|