/openbmc/qemu/hw/audio/ |
H A D | ac97.c | 145 #define dolog(...) AUD_log("ac97", __VA_ARGS__) macro 147 #define dolog(...) macro 193 dolog("bd %2d addr=0x%x ctl=0x%06x len=0x%x(%d bytes)\n", in fetch_bd() 225 dolog("IOC%d LVB%d sr=0x%x event=%d level=%d\n", in update_sr() 234 dolog("set irq level=1\n"); in update_sr() 238 dolog("set irq level=0\n"); in update_sr() 266 dolog("reset_bm_regs\n"); in reset_bm_regs() 284 dolog("mixer_store: index %d out of bounds %zd\n", in mixer_store() 298 dolog("mixer_load: index %d out of bounds %zd\n", in mixer_load() 463 dolog("mixer_reset\n"); in mixer_reset() [all …]
|
H A D | sb16.c | 39 #define dolog(...) AUD_log ("sb16", __VA_ARGS__) macro 45 #define ldebug(...) dolog (__VA_ARGS__) 410 dolog ("buffer underflow\n"); in dsp_get_data() 699 dolog ("ADC params cmd = %#x d0 = %d, d1 = %d, d2 = %d\n", in complete() 757 dolog ("cmd 0x10 d0=%#x\n", d0); in complete() 828 dolog ("E2 = %#x\n", d0); in complete() 979 dolog ("in data overrun\n"); in dsp_write() 1019 dolog ("empty output buffer for command %#x\n", in dsp_read() 1065 dolog ("warning: dsp_read %#x error\n", nport); in dsp_read() 1244 dolog ("pos:%06d %d till:%d len:%d\n", in SB_read_DMA()
|
H A D | cs4231a.c | 54 #define dolog(...) AUD_log ("cs4231a", __VA_ARGS__) macro 56 #define dolog(...) macro 396 dolog ("read %d:%d -> %d\n", saddr, iaddr, ret); in cs_read() 479 dolog ("val=%#x\n", val); in cs_write() 510 dolog ("written value %#x to indirect register %d\n", val, iaddr); in cs_write()
|
H A D | adlib.c | 44 #define dolog(...) AUD_log ("adlib", __VA_ARGS__) macro 46 #define ldebug(...) dolog (__VA_ARGS__)
|
H A D | gus.c | 38 #define dolog(...) AUD_log ("audio", __VA_ARGS__) macro 40 #define ldebug(...) dolog (__VA_ARGS__)
|
/openbmc/qemu/audio/ |
H A D | wavaudio.c | 49 dolog("wav_write_out: fwrite of %" PRId64 " bytes failed\nReason: %s\n", in wav_write_out() 97 dolog ("WAVE files can not handle 32bit formats\n"); in wav_init_out() 101 dolog("WAVE files can not handle float formats\n"); in wav_init_out() 121 dolog ("Failed to open wave file `%s'\nReason: %s\n", in wav_init_out() 127 dolog ("wav_init_out: failed to write header\nReason: %s\n", in wav_init_out() 152 dolog ("wav_fini_out: fseek to rlen failed\nReason: %s\n", in wav_fini_out() 157 dolog ("wav_fini_out: failed to write rlen\nReason: %s\n", in wav_fini_out() 162 dolog ("wav_fini_out: fseek to dlen failed\nReason: %s\n", in wav_fini_out() 167 dolog ("wav_fini_out: failed to write dlen\nReaons: %s\n", in wav_fini_out() 174 dolog ("wav_fini_out: fclose %p failed\nReason: %s\n", in wav_fini_out()
|
H A D | audio_win_int.c | 56 dolog("Internal logic error: Bad audio format %d\n", as->fmt); in waveformat_from_audio_settings() 67 dolog ("Invalid wave format, frequency is zero\n"); in waveformat_to_audio_settings() 82 dolog ( in waveformat_to_audio_settings() 104 dolog("Invalid PCM wave format, bits per sample is not " in waveformat_to_audio_settings() 116 dolog("Invalid IEEE_FLOAT wave format, bits per sample is not " in waveformat_to_audio_settings() 122 dolog("Invalid wave format, tag is not PCM and not IEEE_FLOAT, " in waveformat_to_audio_settings()
|
H A D | dsoundaudio.c | 260 dolog ("tag = %d\n", wfx->wFormatTag); in print_wave_format() 261 dolog ("nChannels = %d\n", wfx->nChannels); in print_wave_format() 262 dolog ("nSamplesPerSec = %ld\n", wfx->nSamplesPerSec); in print_wave_format() 263 dolog ("nAvgBytesPerSec = %ld\n", wfx->nAvgBytesPerSec); in print_wave_format() 264 dolog ("nBlockAlign = %d\n", wfx->nBlockAlign); in print_wave_format() 265 dolog ("wBitsPerSample = %d\n", wfx->wBitsPerSample); in print_wave_format() 266 dolog ("cbSize = %d\n", wfx->cbSize); in print_wave_format() 346 dolog ("clear %p,%ld,%ld %p,%ld,%ld\n", in dsound_clear_sample() 392 dolog ("Attempt to control voice without a buffer\n"); in dsound_enable_out() 402 dolog ("warning: Voice is already playing\n"); in dsound_enable_out() [all …]
|
H A D | alsaaudio.c | 164 dolog ("alsa_poll_handler: poll %s\n", strerror (errno)); in alsa_poll_handler() 209 dolog ("Unexpected state %d\n", state); in alsa_poll_handler() 220 dolog ("Could not initialize poll mode\n" in alsa_poll_helper() 312 dolog ("Internal logic error: Bad audio format %d\n", fmt); in aud_to_alsafmt() 385 dolog ("Unrecognized audio format %d\n", alsafmt); in alsa_to_audfmt() 397 dolog("parameter | requested value | obtained value\n"); in alsa_dump_info() 398 dolog("format | %10d | %10d\n", req->fmt, obtfmt); in alsa_dump_info() 399 dolog("channels | %10d | %10d\n", in alsa_dump_info() 401 dolog("frequency | %10d | %10d\n", req->freq, obt->freq); in alsa_dump_info() 402 dolog("============================================\n"); in alsa_dump_info() [all …]
|
H A D | audio_template.h | 49 dolog ("Driver `%s' does not support " NAME "\n", drv->name); in glue() 52 dolog ("Driver `%s' does not support %d " NAME " voices, max %d\n", in glue() 61 dolog ("Bogus number of " NAME " voices %d, setting to %d\n", in glue() 67 dolog ("drv=`%s' voice_size=0 max_voices=%d\n", in glue() 73 dolog("drv=`%s' voice_size=%zu max_voices=0\n", in glue() 91 dolog("Attempted to allocate empty buffer\n"); in glue() 274 dolog ("No host audio driver\n"); in glue() 279 dolog ("Host audio driver without pcm_ops\n"); in glue() 300 dolog("hw->samples=%zd\n", hw->samples); in glue() 444 dolog("Could not create a backend for voice `%s'\n", sw_name); in glue() [all …]
|
H A D | dsound_template.h | 103 dolog("DirectSound returned misaligned buffer %ld %ld\n", in glue() 111 dolog("warning: !p1 && blen1=%ld\n", *blen1p); in glue() 116 dolog("warning: !p2 && blen2=%ld\n", *blen2p); in glue() 187 dolog ("Attempt to initialize voice without " NAME2 " object\n"); in dsound_init_in() 229 dolog (NAME "\n"); in dsound_init_in() 252 dolog ( in dsound_init_in() 262 dolog ("caps %ld, desc %ld\n", in dsound_init_in()
|
H A D | jackaudio.c | 337 dolog("attempting to reconnect to server\n"); in qjack_client_recover() 393 dolog("connect %s -> %s\n", p, ports[i]); in qjack_client_connect_ports() 396 dolog("connect %s -> %s\n", ports[i], p); in qjack_client_connect_ports() 435 dolog("jack_client_open failed: status = 0x%2.0x\n", status); in qjack_client_init() 437 dolog("unable to connect to JACK server\n"); in qjack_client_init() 445 dolog("JACK server started\n"); in qjack_client_init() 449 dolog("JACK unique name assigned %s\n", in qjack_client_init() 531 dolog("JACK output configured for %dHz (%d samples)\n", in qjack_init_out() 568 dolog("JACK input configured for %dHz (%d samples)\n", in qjack_init_in() 687 dolog("E: %s\n", msg); in qjack_error() [all …]
|
H A D | sndioaudio.c | 342 dolog("failed to open device\n"); in sndio_init() 376 dolog("unknown audio sample format\n"); in sndio_init() 395 dolog("failed set audio params\n"); in sndio_init() 400 dolog("failed get audio params\n"); in sndio_init() 413 dolog("unsupported audio params\n"); in sndio_init() 425 dolog("failed to allocate audio buffer\n"); in sndio_init() 433 dolog("failed to allocate pollfd structures\n"); in sndio_init() 439 dolog("failed to allocate pollindex structures\n"); in sndio_init()
|
H A D | ossaudio.c | 158 dolog ("Internal logic error: Bad audio format %d\n", fmt); in aud_to_ossfmt() 200 dolog ("Unrecognized audio format %d\n", ossfmt); in oss_to_audfmt() 210 dolog ("parameter | requested value | obtained value\n"); in oss_dump_info() 211 dolog ("format | %10d | %10d\n", req->fmt, obt->fmt); in oss_dump_info() 212 dolog ("channels | %10d | %10d\n", in oss_dump_info() 214 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq); in oss_dump_info() 215 dolog ("nfrags | %10d | %10d\n", req->nfrags, obt->nfrags); in oss_dump_info() 216 dolog ("fragsize | %10d | %10d\n", in oss_dump_info() 354 dolog ("Audio parameters mismatch\n"); in oss_open() 530 dolog ("warning: Misaligned DAC buffer, size %d, alignment %d\n", in oss_init_out() [all …]
|
H A D | audio.c | 176 dolog ("frequency=%d nchannels=%d fmt=", as->freq, as->nchannels); in audio_print_settings() 406 dolog ("notification %d sent\n", cmd); in audio_notify_capture() 493 dolog ("Added %s active = %d\n", sw->name, sw->active); in audio_attach_capture() 522 dolog("live=%zu hw->conv_buf.size=%zu\n", live, hw->conv_buf.size); in audio_pcm_hw_get_live_in() 592 dolog("live_in=%zu hw->conv_buf.size=%zu\n", live, hw->conv_buf.size); in audio_pcm_sw_read() 644 dolog("live=%zu hw->mix_buf.size=%zu\n", live, hw->mix_buf.size); in audio_pcm_hw_get_live_out() 721 dolog("live=%zu hw->mix_buf.size=%zu\n", live, hw->mix_buf.size); in audio_pcm_sw_write() 727 dolog ("%s is full %zu\n", sw->name, live); in audio_pcm_sw_write() 777 dolog ( in audio_pcm_sw_write() 792 dolog("%s: bits %d, sign %d, float %d, freq %d, nchan %d\n", in audio_pcm_print_info() [all …]
|
H A D | sdlaudio.c | 94 dolog ("Internal logic error: Bad audio format %d\n", fmt); in aud_to_sdlfmt() 156 dolog ("Unrecognized SDL audio format %d\n", sdlfmt); in sdl_to_audfmt() 174 dolog ("sdl_open: sigfillset failed: %s\n", strerror (errno)); in sdl_open() 179 dolog ("sdl_open: pthread_sigmask failed: %s\n", strerror (err)); in sdl_open() 193 dolog ("sdl_open: pthread_sigmask (restore) failed: %s\n", in sdl_open()
|
H A D | coreaudio.m | 251 dolog ("Could not lock voice for %s\nReason: %s\n", 264 dolog ("Could not unlock voice for %s\nReason: %s\n", 378 dolog ("Could not initialize playback - Unknown Audiodevice\n"); 396 dolog ("warning: Upsizing Buffer Frames to %f\n", frameRange.mMinimum); 399 dolog ("warning: Downsizing Buffer Frames to %f\n", frameRange.mMaximum); 572 dolog("Could not create mutex\nReason: %s\n", strerror (err)); 630 dolog("Could not destroy mutex\nReason: %s\n", strerror (err));
|
H A D | paaudio.c | 340 dolog ("Internal logic error: Bad audio format %d\n", afmt); in audfmt_to_pa() 371 dolog ("Internal logic error: Bad pa_sample_format %d\n", fmt); in pa_to_audfmt() 468 dolog("Internal error: unsupported channel count %d\n", ss->channels); in qpa_simple_new() 625 dolog("Failed to disconnect! err=%d\n", err); in qpa_simple_disconnect()
|
H A D | pwaudio.c | 354 dolog("Internal logic error: Bad audio format %d\n", fmt); in audfmt_to_pw() 414 dolog("Internal logic error: Bad spa_audio_format %d\n", fmt); in pw_to_audfmt() 514 dolog("Internal error: unsupported channel count %d\n", channels); in qpw_set_position()
|
H A D | audio_int.h | 284 #define dolog(fmt, ...) AUD_log(AUDIO_CAP, fmt, ## __VA_ARGS__) macro
|
/openbmc/qemu/hw/dma/ |
H A D | i8257.c | 39 #define dolog(...) fprintf (stderr, "dma: " __VA_ARGS__) macro 77 dolog ("invalid channel %#x %#x\n", nport, data); in i8257_write_page() 90 dolog ("invalid channel %#x %#x\n", nport, data); in i8257_write_pageh() 103 dolog ("invalid channel read %#x\n", nport); in i8257_read_page() 116 dolog ("invalid channel read %#x\n", nport); in i8257_read_pageh() 259 dolog ("unknown iport %#x\n", iport); in i8257_write_cont() 332 dolog ("DMA in address decrement mode\n"); in i8257_channel_run() 335 dolog ("DMA not in single mode select %#x\n", opmode); in i8257_channel_run()
|
/openbmc/linux/tools/testing/ktest/ |
H A D | ktest.pl | 1855 my $dolog = 0; 1879 $dolog = 1; 1908 print LOG $line if ($dolog);
|