snd fails to compile with alsa support enabled under alsa / kernel 2.6 snd works, no ebuild however renaming / new digest works for me. Reproducible: Always Steps to Reproduce: 1. run kernel 2.6 with alsa support 2. USE=alsa emerge snd-6.7 3. Actual Results: audio.c: In function `alsa_mus_audio_initialize': audio.c:4325: error: too few arguments to function `snd_pcm_hw_params_get_periods_min' audio.c:4326: error: too few arguments to function `snd_pcm_hw_params_get_periods_max' audio.c:4328: error: too few arguments to function `snd_pcm_hw_params_get_periods_min' audio.c:4329: error: too few arguments to function `snd_pcm_hw_params_get_periods_max' audio.c:4349: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size_min' audio.c:4350: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size_max' audio.c:4352: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size_min' audio.c:4353: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size_max' audio.c: In function `alsa_audio_open': audio.c:4482: error: too few arguments to function `snd_pcm_hw_params_get_periods_min' audio.c:4483: error: too few arguments to function `snd_pcm_hw_params_get_periods_max' audio.c:4495: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size_min' audio.c:4496: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size_max' audio.c:4523: warning: passing arg 3 of `snd_pcm_hw_params_set_rate_near' makes pointer from integer without a cast audio.c: In function `alsa_mus_audio_mixer_read': audio.c:4730: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size_min' audio.c:4731: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size_max' audio.c:4740: error: too few arguments to function `snd_pcm_hw_params_get_channels_max' audio.c:4755: error: too few arguments to function `snd_pcm_hw_params_get_channels_min' audio.c:4768: error: too few arguments to function `snd_pcm_hw_params_get_rate_min' audio.c:4769: error: too few arguments to function `snd_pcm_hw_params_get_rate_max' make: *** [audio.o] Error 1 Expected Results: snd merged snd 7 which is availble from ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz works for me!
in cvs