Home | History | Annotate | Download | only in audio

Lines Matching full:dolog

221         dolog ("Internal logic error: Bad audio format %d\n", fmt);
284 dolog ("Unrecognized audio format %d\n", alsafmt);
294 dolog ("parameter | requested value | obtained value\n");
295 dolog ("format | %10d | %10d\n", req->fmt, obt->fmt);
296 dolog ("channels | %10d | %10d\n",
298 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq);
299 dolog ("============================================\n");
300 dolog ("requested: buffer size %d period size %d\n",
302 dolog ("obtained: samples %ld\n", obt->samples);
314 dolog ("Could not fully initialize DAC\n");
321 dolog ("Could not fully initialize DAC\n");
329 dolog ("Could not fully initialize DAC\n");
443 dolog ("Requested buffer %s %u was rejected, using %lu\n",
482 dolog ("Requested period %s %u was rejected, using %lu\n",
506 dolog ("Invalid format was returned %d\n", obtfmt);
552 dolog ("Audio paramters for %s\n", typ);
614 dolog ("Could not get number of available playback frames\n");
638 dolog ("Failed to write %d frames (wrote zero)\n", len);
649 dolog ("Recovering from playback xrun\n");
725 dolog ("Could not allocate DAC buffer (%d samples, each %d bytes)\n",
816 dolog ("Could not allocate ADC buffer (%d samples, each %d bytes)\n",
868 dolog ("Could not get number of captured frames\n");
907 dolog ("Failed to read %ld frames (read zero)\n", len);
917 dolog ("Recovering from capture xrun\n");