/qemu/audio/ |
H A D | audio.c | 180 AUD_log (NULL, "S8"); in audio_print_settings() 183 AUD_log (NULL, "U8"); in audio_print_settings() 186 AUD_log (NULL, "S16"); in audio_print_settings() 189 AUD_log (NULL, "U16"); in audio_print_settings() 192 AUD_log (NULL, "S32"); in audio_print_settings() 195 AUD_log (NULL, "U32"); in audio_print_settings() 198 AUD_log (NULL, "F32"); in audio_print_settings() 208 AUD_log (NULL, "little"); in audio_print_settings() 211 AUD_log (NULL, "big"); in audio_print_settings() 214 AUD_log (NULL, "invalid"); in audio_print_settings() [all …]
|
H A D | ossaudio.c | 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() 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 | 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 | dsoundaudio.c | 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() 249 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in dsound_logerr2()
|
H A D | coreaudio.m | 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);
|
H A D | alsaaudio.c | 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() 101 AUD_log (AUDIO_CAP, "Reason: %s\n", snd_strerror (err)); in alsa_logerr2()
|
H A D | audio.h | 95 void AUD_log (const char *cap, const char *fmt, ...) G_GNUC_PRINTF(2, 3);
|
H A D | paaudio.c | 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 | sdlaudio.c | 67 AUD_log (AUDIO_CAP, "Reason: %s\n", SDL_GetError ()); in sdl_logerr()
|
/qemu/hw/audio/ |
H A D | es1370.c | 193 AUD_log("es1370", "ctl - PCLKDIV %d(DAC2 freq %d), freq %d,%s\n", in print_ctl() 229 AUD_log("es1370", in print_sctl() 244 AUD_log("es1370: warning", __VA_ARGS__); \ 680 AUD_log ("es1370: warning", "non looping mode\n"); in es1370_transfer_audio()
|
H A D | cs4231a.c | 54 #define dolog(...) AUD_log ("cs4231a", __VA_ARGS__) 59 #define lwarn(...) AUD_log ("cs4231a", "warning: " __VA_ARGS__) 60 #define lerr(...) AUD_log ("cs4231a", "error: " __VA_ARGS__)
|
H A D | pcspk.c | 128 AUD_log(s_spk, "Could not open voice\n"); in pcspk_audio_init()
|
H A D | adlib.c | 44 #define dolog(...) AUD_log ("adlib", __VA_ARGS__)
|
H A D | ac97.c | 145 #define dolog(...) AUD_log("ac97", __VA_ARGS__) 259 AUD_log("ac97", "invalid bm_index(%d) in voice_set_active", bm_index); in voice_set_active() 1000 AUD_log("ac97", "attempt to use voice %d with invalid frequency %d\n", in transfer_audio()
|
H A D | gus.c | 38 #define dolog(...) AUD_log ("audio", __VA_ARGS__)
|
H A D | sb16.c | 39 #define dolog(...) AUD_log ("sb16", __VA_ARGS__)
|