diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-12-11 15:39:52 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-12-11 15:39:52 +0100 |
commit | 132bb7c0efe82fc976b06d557f5d63536cb9fdaa (patch) | |
tree | 614a59d23b6ec9d60c97fd1783b4602890bff137 /Documentation/sound | |
parent | f8bbd06b17f16984328398cdecdf9302ef9bb0bf (diff) | |
download | op-kernel-dev-132bb7c0efe82fc976b06d557f5d63536cb9fdaa.zip op-kernel-dev-132bb7c0efe82fc976b06d557f5d63536cb9fdaa.tar.gz |
ALSA: hda - Add development tree URLs in HD-audio.txt
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/alsa/HD-Audio.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/HD-Audio.txt b/Documentation/sound/alsa/HD-Audio.txt index 2e4d031..642a2b0 100644 --- a/Documentation/sound/alsa/HD-Audio.txt +++ b/Documentation/sound/alsa/HD-Audio.txt @@ -393,6 +393,28 @@ power-saving. See /sys/module/snd_hda_intel/parameters/power_save to check the current value. If it's non-zero, the feature is turned on. +Development Tree +~~~~~~~~~~~~~~~~ +The latest development codes for HD-audio are found on sound git tree: + +- git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git + +The master branch or for-next branches can be used as the main +development branches in general while the HD-audio specific patches +are committed in topic/hda branch. + +If you are using the latest Linus tree, it'd be better to pull the +above GIT tree onto it. If you are using the older kernels, an easy +way to try the latest ALSA code is to build from the snapshot +tarball. There are daily tarballs and the latest snapshot tarball. +All can be built just like normal alsa-driver release packages, that +is, installed via the usual spells: configure, make and make +install(-modules). See INSTALL in the package. The snapshot tarballs +are found at: + +- ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/ + + Sending a Bug Report ~~~~~~~~~~~~~~~~~~~~ If any model or module options don't work for your device, it's time |