aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-03-20 12:15:30 +0100
committerTakashi Iwai <tiwai@suse.de>2015-03-23 13:21:19 +0100
commit2fef2d590a80efa3b685ca3e506a582e0d9e478e (patch)
tree92697abcab7876dc60df18a0660b28c36cf6192b
parent9dd3071343bfcfe1329861b8edda7213940c2464 (diff)
downloadhda-emu-2fef2d590a80efa3b685ca3e506a582e0d9e478e.tar.gz
Update README
Mention the new --with-kerneldir option, and update download URLs.
-rw-r--r--README20
1 files changed, 10 insertions, 10 deletions
diff --git a/README b/README
index b20b371..edfa04f 100644
--- a/README
+++ b/README
@@ -11,13 +11,13 @@ contains three things: the HD-audio controller/codec emulation codes,
the build stub for codec parser codes in the kernel HD-audio driver
tree, and a collection of codec proc files.
-The package already contains the recent codes of HD-audio kernel
-driver. If you want to emulate other versions of codes, prepare the
-kernel-tree, and pass the directory of HD-audio driver, typically
-$LINUX/sound/pci/hda, to --with-hdadir option of configure script.
-For example, if you have linux-2.6.28 kernel in /somewhere/linux-2.6.28,
+This package itself doesn't contain the kernel driver code at all.
+You need to prepare the Linux kernel-tree to emulate, and pass the
+root directory of Linux kernel to --with-kerneldir option of configure
+script. For example, if you have linux-4.0 kernel in
+/somewhere/linux-4.0,
- % ./configure --with-hdadir=/somewhere/linux-2.6.28/sound/pci/hda
+ % ./configure --with-kerneldir=/somewhere/linux-2.0
Then it'll copy (symlink) the files from the given directory into
kernel subdirectory.
@@ -465,12 +465,12 @@ gdb or such, as SIGTRAP is ignored as default in hda-emu.
DOWNLOAD
--------
-The package tarballs are found at
- ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/misc/
-
-The git tree is at
+The git tree is found at:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/hda-emu.git
+A backup repo is at:
+ https://github.com/tiwai/hda-emu
+
LICENSE
-------