diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-12 02:57:55 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-12 03:37:59 +0100 |
commit | f9cfc08d640e1586e76eee63cc2b0a9360bc7c7e (patch) | |
tree | 6fa5c8614c2e55aa1df7af5f1349eab5c667112f /drivers | |
parent | V4L/DVB (3352): Some fixes to compat_ioctl32 (diff) | |
download | linux-f9cfc08d640e1586e76eee63cc2b0a9360bc7c7e.tar.xz linux-f9cfc08d640e1586e76eee63cc2b0a9360bc7c7e.zip |
V4L/DVB (3354): VIDEO_SAA7134_ALSA shouldn't select SND_PCM_OSS
- There's no reason for an ALSA driver to select an OSS legacy userspace
interface.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/saa7134/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/Kconfig b/drivers/media/video/saa7134/Kconfig index 8a5c3e71b37d..86671a43e769 100644 --- a/drivers/media/video/saa7134/Kconfig +++ b/drivers/media/video/saa7134/Kconfig @@ -15,7 +15,7 @@ config VIDEO_SAA7134 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 |