瀏覽代碼

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>
Adrian Bunk 19 年之前
父節點
當前提交
f9cfc08d64
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/media/video/saa7134/Kconfig

+ 1 - 1
drivers/media/video/saa7134/Kconfig

@@ -15,7 +15,7 @@ config VIDEO_SAA7134
 config VIDEO_SAA7134_ALSA
 config VIDEO_SAA7134_ALSA
 	tristate "Philips SAA7134 DMA audio support"
 	tristate "Philips SAA7134 DMA audio support"
 	depends on VIDEO_SAA7134 && SND
 	depends on VIDEO_SAA7134 && SND
-	select SND_PCM_OSS
+	select SND_PCM
 	---help---
 	---help---
 	  This is a video4linux driver for direct (DMA) audio in
 	  This is a video4linux driver for direct (DMA) audio in
 	  Philips SAA713x based TV cards using ALSA
 	  Philips SAA713x based TV cards using ALSA