hi!
i tried to compile pd against the latest alsa-drivers (fresh cvs-checkout) on a new machine (linux 2.4.22) and ran into errors. am i doing something wrong, or did the alsa-api change and pd-sources are out of sync with the drivers?
regards d13b
s_linux.c: In function `alsa_set_params': s_linux.c:1551: Warnung: passing arg 2 of `snd_pcm_hw_params_get_period_size_min' from incompatible pointer type s_linux.c:1551: error: too few arguments to function `snd_pcm_hw_params_get_period_size_min' s_linux.c:1552: Warnung: passing arg 2 of `snd_pcm_hw_params_get_period_size_max' from incompatible pointer type s_linux.c:1552: error: too few arguments to function `snd_pcm_hw_params_get_period_size_max' s_linux.c:1553: error: too few arguments to function `snd_pcm_hw_params_get_periods_min' s_linux.c:1554: error: too few arguments to function `snd_pcm_hw_params_get_periods_max' s_linux.c:1598: error: too few arguments to function `snd_pcm_hw_params_get_channels_max' s_linux.c:1613: error: too few arguments to function `snd_pcm_hw_params_get_periods_max'