mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
alsa: make build gcc clean on 32bit
This commit is contained in:
parent
33b45cd72a
commit
88b777311d
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ int pa_alsa_set_hw_params(
|
||||||
if ((ret = snd_pcm_hw_params_get_buffer_size_max(hwparams, &max_frames)) < 0)
|
if ((ret = snd_pcm_hw_params_get_buffer_size_max(hwparams, &max_frames)) < 0)
|
||||||
pa_log_warn("snd_pcm_hw_params_get_buffer_size_max() failed: %s", pa_alsa_strerror(ret));
|
pa_log_warn("snd_pcm_hw_params_get_buffer_size_max() failed: %s", pa_alsa_strerror(ret));
|
||||||
else
|
else
|
||||||
pa_log_debug("Maximum hw buffer size is %lu ms", (long unsigned) max_frames * PA_MSEC_PER_SEC / _ss.rate);
|
pa_log_debug("Maximum hw buffer size is %lu ms", (long unsigned) (max_frames * PA_MSEC_PER_SEC / _ss.rate));
|
||||||
|
|
||||||
/* Some ALSA drivers really don't like if we set the buffer
|
/* Some ALSA drivers really don't like if we set the buffer
|
||||||
* size first and the number of periods second. (which would
|
* size first and the number of periods second. (which would
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue