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

Takashi Iwai wrote:
> 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?
>
> --- 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

AFAICS snd-tea575x-tuner is not compiled at all; it should have:

obj-$(CONFIG_SND_FM801_TEA575X) += snd-tea575x-tuner.o

And it looks as if the usual dependencies for patched files are missing:

tea575x-tuner.c: tea575x-tuner.patch $(SND_TOPDIR)/alsa-kernel/i2c/other/tea575x-tuner.c


Regards,
Clemens

  reply	other threads:[~2008-10-28 11:53 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
2008-10-28 11:53       ` Clemens Ladisch [this message]
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=4906FD24.608@ladisch.de \
    --to=clemens@ladisch.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=tiwai@suse.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.