On Thu, 7 Feb 2008, Mark Brown wrote:
On Thu, Feb 07, 2008 at 05:10:27AM -0800, Trent Piepho wrote:
On Thu, 7 Feb 2008, Takashi Iwai wrote:
Right, if you are a developer, it's fine (and even better). But, my concern is that the whole linux kernel tree might be too heavy for some casual user who just wants to try the latest version of ALSA driver... "Download 50MB and use 350MB disk space just for a single fix? Hell, no!"
You'll certainly get a lot fewer users of the latest driver code if they have to download, compile and install a entire new kernel. There are plenty of people who will install new drivers, but won't even consider switching from the kernel their distro came with.
Judging from what I've seen on the IRC channels I hang around on I get the impression that relatively few people doing this on a user level (typically people with shiny new laptops and so on) are using hg to access the drivers - they mostly seem to be using either the snapshot or
That could be because ALSA does "releases". For the media drivers, there are no releases. If you want the latest drivers (or maybe some developer's branch for a certain piece of hardware that's still under development), you grab the code from Hg. Certainly a lot of people just grab the tip tarball with wget and don't use hg clone, but they have the same codebase that developers using Hg have.