On Mon, 03 Jul 2023 12:15:59 +0200, Symbolic Debugger wrote: > > I wish to program (C) against the new ALSA drivers. Understandably the current alsa-lib one is for the current kernel (up to 6.4) but since I have the kernel installed, I don't have the .h and .so files and distro's may include the packages (libasound) even later. Is there a interim library available before the kernel and distro's are updated ? The build of alsa-lib doesn't rely on the kernel headers installed on your system, as it has its own copies in the tree. You just need to update alsa-lib from the latest git version. Takashi