Index: drivers/alsa/alsa_driver.c =================================================================== --- drivers/alsa/alsa_driver.c (revision 1051) +++ drivers/alsa/alsa_driver.c (working copy) @@ -622,8 +622,8 @@ driver->user_nperiods = user_nperiods; fprintf (stderr, "configuring for %" PRIu32 "Hz, period = %" - PRIu32 " frames, buffer = %" PRIu32 " periods\n", - rate, frames_per_cycle, user_nperiods); + PRIu32 " frames (%.1f ms), buffer = %" PRIu32 " periods\n", + rate, frames_per_cycle, (((float)frames_per_cycle / (float) rate) * 1000.0f), user_nperiods); if (driver->capture_handle) { if (alsa_driver_configure_stream (