From: Michael Krufky <mkrufky@linuxtv.org>
To: Takashi Iwai <tiwai@suse.de>
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 10:25:31 -0500 [thread overview]
Message-ID: <4374B7EB.4000107@linuxtv.org> (raw)
In-Reply-To: <s5hslu3z44q.wl%tiwai@suse.de>
Takashi Iwai wrote:
> 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
Yes, I realized that after Andrew applied the patch. We will send a
correction in our next patchset.
-Michael Krufky
prev parent reply other threads:[~2005-11-11 15:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-10 22:37 [PATCH 21/20] v4l: prevent saa7134 alsa undefined warnings Mike Krufky
2005-11-11 13:49 ` Takashi Iwai
2005-11-11 15:25 ` Michael Krufky [this message]
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=4374B7EB.4000107@linuxtv.org \
--to=mkrufky@linuxtv.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mauro_chehab@yahoo.com.br \
--cc=tiwai@suse.de \
--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 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.