alsa: log period and buffer size

Log the real period and buffer size.  This might be useful when
debugging xruns.  Note that the same information is available in
/proc/asound/card*/pcm*p/sub*/hw_params
This commit is contained in:
Max Kellermann 2009-03-03 22:19:37 +01:00
parent 3e5a445467
commit 1063c1f2e3
1 changed files with 3 additions and 0 deletions

View File

@ -369,6 +369,9 @@ configure_hw:
if (err < 0)
goto error;
g_debug("buffer_size=%u period_size=%u",
(unsigned)alsa_buffer_size, (unsigned)alsa_period_size);
return true;
error: