Since updating to kernel 2.6.35-r4, alsa-driver 1.0.23 fails to compile with error : CC [M] /tmp/portage/media-sound/alsa-driver-1.0.23/work/alsa-driver-1.0.23/pci/hda/patch_atihdmi.o /tmp/portage/media-sound/alsa-driver-1.0.23/work/alsa-driver-1.0.23/acore/pcm_native.c: In function ‘snd_pcm_hw_params’: /tmp/portage/media-sound/alsa-driver-1.0.23/work/alsa-driver-1.0.23/acore/pcm_native.c:489: erreur: implicit declaration of function ‘pm_qos_remove_requirement’ /tmp/portage/media-sound/alsa-driver-1.0.23/work/alsa-driver-1.0.23/acore/pcm_native.c:492: erreur: implicit declaration of function ‘pm_qos_add_requirement’ make[3]: *** [/tmp/portage/media-sound/alsa-driver-1.0.23/work/alsa-driver-1.0.23/acore/pcm_native.o] Erreur 1 make[3]: *** Attente des tâches non terminées.... Reproducible: Always Steps to Reproduce: 1. Update to kernel 2.6.35-r4 2.Compile alsa-driver 1.0.23
How about with 2.6.36?
I can't reproduce this bug for 2.6.35-r12 on amd64; could you give us some details about your kernel configuration, Cedric? Attach your .config I guess. Thanks, cheers.
I'm usually not using "testing" kernels but I'll give it a try later. Note that I'm still using a 32 bits system. I'll attach the .config files for 2.6.35 and 2.6.36 if it fails again (I didn't keep the last one). Regards.
Thanks. If you could do it soon that would be marvellous, as we want to stabilize 1.0.23 asap. Cheers.
Created attachment 253351 [details] .config for Kernel 2.6.35-r12
Config file attached. Still happening with 2.6.35-r12. I'll Try with 2.6.36 asap.
Cedric, I'm so sorry, I totally overlooked the fact that you are talking about the *driver* and not libs or utils. This is what happens when you try to work before coffee! The driver package is unsupported. Why aren't you using the in-kernel alsa driver?
I had some problems with ALSA a few monthes ago, so I installed it via portage to update it and I got used to do it. I think I'll just continue using kernel 2.6.34 until alsa 1.0.24 is released. Thanks anyway ;).
I highly recommend trying to get in-kernel alsa working, because alsa-driver is not supported and will only create problems that we can't/won't help with.
I'll give it a try. ;)
Just an observation that snd-aloop should be coming in-kernel soon (http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=597603d615d2b19a9e451d8cfac24372856a522d). Won't need external alsa-driver after that.