[alsa-devel] Compilation procedure from git/tiwai/sound-2.6.git
Pavel Hofman
pavel.hofman at ivitera.com
Fri Oct 2 11:32:13 CEST 2009
Takashi Iwai wrote:
> At Thu, 01 Oct 2009 22:06:56 +0200,
> Pavel Hofman wrote:
>> Takashi Iwai wrote:
>>> At Mon, 21 Sep 2009 20:38:08 +0200,
>>>
>>> Use sound-2.6.git tree on kernel.org together with alsa-driver-build.git
>>> tree:
>>> git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
>>> git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/alsa-driver-build.git
>>>
>> Hi Takashi,
>>
>> I am sorry if I overlooked something but the gitcompile in
>> alsa-driver-build.git does not work with the sound-2.6.git:
>
> First run utils/setup-alsa-kernel with the path to sound-2.6 git
> tree. See "Compilation from Linux kernel tree" section in INSTALL
> file.
>
> The file structure of alsa-kernel isn't identical with linux kernel.
>
Hi Takashi,
Thanks a lot, it works fine now. Should I add this information to the
alsa-project wiki?
Please could you commit the following patch? I had to check the script
code to find out the actual meaning.
Thanks,
Pavel.
diff --git a/utils/setup-alsa-kernel b/utils/setup-alsa-kernel
index 47ecfe4..75be3b3 100755
--- a/utils/setup-alsa-kernel
+++ b/utils/setup-alsa-kernel
@@ -22,7 +22,7 @@ if [ -z "$1" ]; then
fi
if [ ! -d acore ]; then
- echo "Run this script on alsa-driver directory"
+ echo "Run this script in alsa-driver directory"
exit 1
fi
More information about the Alsa-devel
mailing list