/openbmc/qemu/audio/ |
H A D | dsoundaudio.c | 32 #define AUDIO_CAP "dsound" macro 218 AUD_log (AUDIO_CAP, "Reason: Unknown (HRESULT 0x%lx)\n", hr); in dsound_log_hresult() 222 AUD_log (AUDIO_CAP, "Reason: %s\n", str); in dsound_log_hresult() 234 AUD_vlog (AUDIO_CAP, fmt, ap); in dsound_logerr() 249 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in dsound_logerr2() 251 AUD_vlog (AUDIO_CAP, fmt, ap); in dsound_logerr2()
|
H A D | ossaudio.c | 35 #define AUDIO_CAP "oss" macro 72 AUD_vlog (AUDIO_CAP, fmt, ap); in oss_logerr() 75 AUD_log (AUDIO_CAP, "Reason: %s\n", strerror (err)); in oss_logerr() 87 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in oss_logerr2() 90 AUD_vlog (AUDIO_CAP, fmt, ap); in oss_logerr2() 93 AUD_log (AUDIO_CAP, "Reason: %s\n", strerror (err)); in oss_logerr2() 336 AUD_log (AUDIO_CAP, "Returned bogus buffer information(%d, %d) for %s\n", in oss_open()
|
H A D | alsaaudio.c | 34 #define AUDIO_CAP "alsa" macro 80 AUD_vlog (AUDIO_CAP, fmt, ap); in alsa_logerr() 83 AUD_log (AUDIO_CAP, "Reason: %s\n", snd_strerror (err)); in alsa_logerr() 95 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in alsa_logerr2() 98 AUD_vlog (AUDIO_CAP, fmt, ap); in alsa_logerr2() 101 AUD_log (AUDIO_CAP, "Reason: %s\n", snd_strerror (err)); in alsa_logerr2()
|
H A D | coreaudio.m | 33 #define AUDIO_CAP "coreaudio" macro 202 AUD_log (AUDIO_CAP, "Reason: status code %" PRId32 "\n", (int32_t)status); 206 AUD_log (AUDIO_CAP, "Reason: %s\n", str); 218 AUD_log (AUDIO_CAP, fmt, ap); 233 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); 236 AUD_vlog (AUDIO_CAP, fmt, ap);
|
H A D | audio_win_int.c | 5 #define AUDIO_CAP "win-int" macro
|
H A D | sdlaudio.c | 40 #define AUDIO_CAP "sdl" macro 64 AUD_vlog (AUDIO_CAP, fmt, ap); in sdl_logerr() 67 AUD_log (AUDIO_CAP, "Reason: %s\n", SDL_GetError ()); in sdl_logerr()
|
H A D | audio_int.h | 284 #define dolog(fmt, ...) AUD_log(AUDIO_CAP, fmt, ## __VA_ARGS__) 287 #define ldebug(fmt, ...) AUD_log(AUDIO_CAP, fmt, ## __VA_ARGS__)
|
H A D | noaudio.c | 31 #define AUDIO_CAP "noaudio" macro
|
H A D | paaudio.c | 10 #define AUDIO_CAP "pulseaudio" macro 51 AUD_vlog (AUDIO_CAP, fmt, ap); in qpa_logerr() 54 AUD_log (AUDIO_CAP, "Reason: %s\n", pa_strerror (err)); in qpa_logerr() 816 AUD_log (AUDIO_CAP, "Failed to initialize PA context"); in qpa_conn_init()
|
H A D | wavaudio.c | 32 #define AUDIO_CAP "wav" macro
|
H A D | mixeng.c | 30 #define AUDIO_CAP "mixeng" macro
|
H A D | spiceaudio.c | 28 #define AUDIO_CAP "spice" macro
|
H A D | sndioaudio.c | 24 #define AUDIO_CAP "sndio" macro
|
H A D | jackaudio.c | 31 #define AUDIO_CAP "jack" macro
|
H A D | audio_template.h | 132 AUDIO_CAP ": The guest selected a " NAME " sample rate" in glue()
|
H A D | dbusaudio.c | 39 #define AUDIO_CAP "dbus" macro
|
H A D | pwaudio.c | 24 #define AUDIO_CAP "pipewire" macro
|
H A D | audio.c | 47 #define AUDIO_CAP "audio" macro
|