All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Ricardo Cerqueira <v4l@cerqueira.org>
Cc: mchehab@brturbo.com.br, video4linux-list@redhat.com,
	linux-kernel@vger.kernel.org
Subject: [2.6 patch] VIDEO_SAA7134_ALSA shouldn't select SND_PCM_OSS
Date: Tue, 10 Jan 2006 05:06:05 +0100	[thread overview]
Message-ID: <20060110040605.GA3911@stusta.de> (raw)

There's no reason for an ALSA driver to select an OSS legacy userspace 
interface.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.15-mm2/drivers/media/video/saa7134/Kconfig.old	2006-01-10 02:59:30.000000000 +0100
+++ linux-2.6.15-mm2/drivers/media/video/saa7134/Kconfig	2006-01-10 03:02:57.000000000 +0100
@@ -15,7 +15,7 @@
 config VIDEO_SAA7134_ALSA
 	tristate "Philips SAA7134 DMA audio support"
 	depends on VIDEO_SAA7134 && SND
-	select SND_PCM_OSS
+	select SND_PCM
 	---help---
 	  This is a video4linux driver for direct (DMA) audio in
 	  Philips SAA713x based TV cards using ALSA


             reply	other threads:[~2006-01-10  4:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-10  4:06 Adrian Bunk [this message]
2006-01-10  4:14 ` [2.6 patch] VIDEO_SAA7134_ALSA shouldn't select SND_PCM_OSS Lee Revell
2006-01-10  4:33   ` Adrian Bunk
2006-01-10  4:43     ` Lee Revell
2006-01-10 18:56 ` Mauro Carvalho Chehab

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=20060110040605.GA3911@stusta.de \
    --to=bunk@stusta.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab@brturbo.com.br \
    --cc=v4l@cerqueira.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 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.