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() 410 dsound_logerr (hr, "Could not start playing buffer\n"); in dsound_enable_out() 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() 604 dsound_logerr (hr, "Could not release DirectSound\n"); in dsound_audio_fini() 640 dsound_logerr (hr, "Could not initialize COM\n"); in dsound_audio_init() 660 dsound_logerr (hr, "Could not initialize DirectSound\n"); in dsound_audio_init() [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()
|