On Wed, 18 Jun 2008, Giuliano Pochini wrote: > On Mon, 16 Jun 2008 11:24:22 +0200 (CEST) > Jaroslav Kysela <perex@xxxxxxxx> wrote: > > > Hello all, > > > > ALSA 1.0.17rc2 packages (except tools, oss, python - no changes) > > were released and are available for download on ALSA server. > > Just like rc1, it doesn't compile the powermac driver (Linux Jay 2.6.25 #1 > SMP Sat Apr 26 00:55:22 CEST 2008 ppc 7455, altivec supported PowerMac3,6 > GNU/Linux). The patch below fixes the problem, but I'm not sure it's the > right fix. Could you try this patch on fresh tree? diff --git a/utils/mod-deps.c b/utils/mod-deps.c index baf21b8..8c9d2a6 100644 --- a/utils/mod-deps.c +++ b/utils/mod-deps.c @@ -130,6 +130,7 @@ static char *kernel_deps[] = { "SUPERH", "SUPERH64", "IA32_EMULATION", + "M68K", /* architecture specific */ "ARCH_*", "X86_PC9800", @@ -601,6 +602,10 @@ static struct cond *join_cond(struct cond *cond1, struct cond *cond2) while (cond1->next) cond1 = cond1->next; cond1->next = cond2; + cond2->left += 1; + while (cond2->next) + cond2 = cond2->next; + cond2->right += 1; return orig; } Jaroslav ----- Jaroslav Kysela <perex@xxxxxxxx> Linux Kernel Sound Maintainer ALSA Project, Red Hat, Inc. _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel