I do not often work on the Linux kernel and I’m also not a Git expert. Therefore getting the latest Linux kernel sources for the Raspberry Pi always takes time. This is a short cheat sheet how to get the latest 3.12 kernel sources:
mkdir linux3.12 cd linux3.12/ git init git fetch https://github.com/raspberrypi/linux rpi-3.12.y:refs/remotes/origin/rpi-3.12.y git checkout rpi-3.12.y
Nice one. thanks!
Will there be an USB Version of hifiberry DAC?
This is not planned yet. We might do it in the future, but it has no priority at the moment.