All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Clemens Ladisch <clemens@ladisch.de>
Cc: ALSA development <alsa-devel@alsa-project.org>
Subject: Re: Request for test (1.0.18 final)
Date: Tue, 28 Oct 2008 10:28:03 +0100	[thread overview]
Message-ID: <s5hr6615asc.wl%tiwai@suse.de> (raw)
In-Reply-To: <4906C822.7070807@ladisch.de>

At Tue, 28 Oct 2008 09:06:58 +0100,
Clemens Ladisch wrote:
> 
> Jaroslav Kysela wrote:
> > Please, report compilation trouble with the current ALSA code.
> 
> make[4]: *** No rule to make target `/home/c/alsa/alsa-driver/i2c/other/tea575x-tuner.o', needed by `/home/c/alsa/alsa-driver/i2c/other/snd-tea575x-tuner.o'.  Stop.
> make[3]: *** [/home/c/alsa/alsa-driver/i2c/other] Error 2
> make[2]: *** [/home/c/alsa/alsa-driver/i2c] Error 2
> make[1]: *** [_module_/home/c/alsa/alsa-driver] Error 2
> make[1]: Leaving directory `/root/linux-2.6'
> make: *** [compile] Error 2
> 
> In my kernel, CONFIG_VIDEO_DEV is set but CONFIG_VIDEO_V4L1 isn't,
> and the snd-tea575x-tuner module depends on the latter.
> 
> I don't fully understand the purpose of the hack in the makefile, but
> this patch works for me:

IIRC, the hack was needed at the time alsa-driver's kconfig parser
didn't parse the tea575x dependency correctly.  So, the whole hack should
be removed now.

How about the patch below?


Takashi

---
diff --git a/i2c/other/Makefile b/i2c/other/Makefile
index d5825f8..e67067f 100644
--- a/i2c/other/Makefile
+++ b/i2c/other/Makefile
@@ -5,17 +5,8 @@ endif
 include $(SND_TOPDIR)/toplevel.config
 include $(SND_TOPDIR)/Makefile.conf
 
-export-objs += ak4xxx-adda.o ak4114.o ak4117.o pt2258.o
-
-# Toplevel Module Dependency
-# hack for tea575x support
-ifeq (y,$(CONFIG_VIDEO_DEV))
-obj-$(CONFIG_SND_FM801) += snd-tea575x-tuner.o
-ifeq (m,$(CONFIG_SND_FM801))
-export-objs += tea575x-tuner.o
+export-objs += ak4xxx-adda.o ak4114.o ak4117.o pt2258.o tea575x-tuner.o
 clean-files += tea575x-tuner.c
-endif
-endif
 
 include $(SND_TOPDIR)/alsa-kernel/i2c/other/Makefile

  reply	other threads:[~2008-10-28  9:28 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-27 13:54 Request for test (1.0.18 final) Jaroslav Kysela
2008-10-27 14:47 ` Colin Guthrie
2008-10-27 15:00   ` Takashi Iwai
2008-10-27 17:14 ` Chris Pemberton
2008-10-27 18:18   ` Jaroslav Kysela
2008-10-27 18:56     ` Takashi Iwai
2008-10-27 19:25     ` Chris Pemberton
2008-10-28 21:10       ` Chris Pemberton
2008-10-28  8:06   ` Clemens Ladisch
2008-10-28  9:28     ` Takashi Iwai [this message]
2008-10-28 11:53       ` Clemens Ladisch
2008-10-28 12:00         ` Takashi Iwai
2008-10-28 13:24           ` Clemens Ladisch
2008-10-27 20:41 ` Alan Horstmann
2008-10-28  6:56   ` Takashi Iwai
2008-10-29  8:48   ` Jaroslav Kysela
2008-10-29  8:53     ` Takashi Iwai
2008-10-29  8:56       ` Jaroslav Kysela
2008-10-29 13:25     ` Request for test (1.0.18 final) (2.4 Kernel report) Alan Horstmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hr6615asc.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=clemens@ladisch.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.