I've been trying to check out the latest alsa-driver source to do some work on it. I followed the instructions at: http://www.alsa-project.org/main/index.php/GIT_Server#Occasional_Developers
But when I cd alsa-drivers and gitcompile, it fails:
make[1]: Entering directory `/homedirs/kamilner/Development/Workspace/alsa/alsa-driver/acore' copying file alsa-kernel/core/init.c patching file init.c Hunk #2 succeeded at 280 (offset 3 lines). Hunk #3 succeeded at 306 (offset 3 lines). Hunk #4 FAILED at 568. 1 out of 4 hunks FAILED -- saving rejects to file init.c.rej make[1]: *** [init.c] Error 1 make[1]: Leaving directory `/homedirs/kamilner/Development/Workspace/alsa/alsa-driver/acore' make: *** [dep] Error 1
Do I have the right version? Am I going about this the right way? I see a lot of posts on this list talking about CVS but none mentioning git.
Maybe I should be using CVS instead?