Home
last modified time | relevance | path

Searched refs:AUDIO_CAP (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/audio/
H A Ddsoundaudio.c32 #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 Dossaudio.c35 #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 Dalsaaudio.c34 #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 Dcoreaudio.m33 #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 Daudio_win_int.c5 #define AUDIO_CAP "win-int" macro
H A Dsdlaudio.c40 #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 Daudio_int.h284 #define dolog(fmt, ...) AUD_log(AUDIO_CAP, fmt, ## __VA_ARGS__)
287 #define ldebug(fmt, ...) AUD_log(AUDIO_CAP, fmt, ## __VA_ARGS__)
H A Dnoaudio.c31 #define AUDIO_CAP "noaudio" macro
H A Dpaaudio.c10 #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 Dwavaudio.c32 #define AUDIO_CAP "wav" macro
H A Dmixeng.c30 #define AUDIO_CAP "mixeng" macro
H A Dspiceaudio.c28 #define AUDIO_CAP "spice" macro
H A Dsndioaudio.c24 #define AUDIO_CAP "sndio" macro
H A Djackaudio.c31 #define AUDIO_CAP "jack" macro
H A Daudio_template.h132 AUDIO_CAP ": The guest selected a " NAME " sample rate" in glue()
H A Ddbusaudio.c39 #define AUDIO_CAP "dbus" macro
H A Dpwaudio.c24 #define AUDIO_CAP "pipewire" macro
H A Daudio.c47 #define AUDIO_CAP "audio" macro