mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Mike Krufky <mkrufky@linuxtv.org>
Cc: Andrew Morton <akpm@osdl.org>,
	Linux and Kernel Video <video4linux-list@redhat.com>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Mauro Carvalho Chehab <mauro_chehab@yahoo.com.br>
Subject: Re: [PATCH 21/20] v4l: prevent saa7134 alsa undefined warnings
Date: Fri, 11 Nov 2005 14:49:09 +0100	[thread overview]
Message-ID: <s5hslu3z44q.wl%tiwai@suse.de> (raw)
In-Reply-To: <4373CBC6.4080305@linuxtv.org>

At Thu, 10 Nov 2005 17:37:58 -0500,
Mike Krufky wrote:
> 
> Prevent the following build warnings:
> 
> *** Warning: "snd_card_free" 
> *** Warning: "snd_card_register" 
> *** Warning: "snd_device_new" 
> *** Warning: "snd_card_new" 
> *** Warning: "snd_ctl_add"
> *** Warning: "snd_ctl_new1" 
> *** Warning: "snd_pcm_set_ops" 
> *** Warning: "snd_pcm_new"
> *** Warning: "snd_pcm_lib_ioctl" 
> *** Warning: "snd_pcm_hw_constraint_integer" 
> *** Warning: "snd_pcm_stop" 
> *** Warning: "snd_pcm_period_elapsed" 
> [drivers/media/video/saa7134/saa7134-alsa.ko] undefined!
> 
> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
> Acked-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
> 
>  drivers/media/video/saa7134/Kconfig |    2 +-
>  1 files changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux.orig/drivers/media/video/saa7134/Kconfig
> +++ linux/drivers/media/video/saa7134/Kconfig
> @@ -1,6 +1,6 @@
>  config VIDEO_SAA7134
>  	tristate "Philips SAA7134 support"
> -	depends on VIDEO_DEV && PCI && I2C && SOUND
> +	depends on VIDEO_DEV && PCI && I2C && SOUND && SND && SND_PCM_OSS

No, this driver should select SND_PCM_OSS, instead.


Takashi

  reply	other threads:[~2005-11-11 13:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-10 22:37 Mike Krufky
2005-11-11 13:49 ` Takashi Iwai [this message]
2005-11-11 15:25   ` Michael Krufky

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=s5hslu3z44q.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mauro_chehab@yahoo.com.br \
    --cc=mkrufky@linuxtv.org \
    --cc=video4linux-list@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome