diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-11 10:25:30 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-11 10:25:30 -0200 |
commit | 9dad7a8ef98c99fbd6c8e7a235426867bdf328f6 (patch) | |
tree | 3c98f73b2e1b3af281a7498180897720ae274d1c /linux/drivers/media/video/em28xx/Kconfig | |
parent | 5af359015ddc9e36fc7a6620dbc0e8a1bdd08e93 (diff) | |
parent | a042cc6d0f7afd9f007a070fded78d32606b0133 (diff) | |
download | mediapointer-dvb-s2-9dad7a8ef98c99fbd6c8e7a235426867bdf328f6.tar.gz mediapointer-dvb-s2-9dad7a8ef98c99fbd6c8e7a235426867bdf328f6.tar.bz2 |
merge: http://www.linuxtv.org/hg/~dougsland/v4l-mutex
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/em28xx/Kconfig')
-rw-r--r-- | linux/drivers/media/video/em28xx/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/Kconfig b/linux/drivers/media/video/em28xx/Kconfig index abbd38c1e..0f7a0bd86 100644 --- a/linux/drivers/media/video/em28xx/Kconfig +++ b/linux/drivers/media/video/em28xx/Kconfig @@ -13,7 +13,8 @@ config VIDEO_EM28XX module will be called em28xx config VIDEO_EM28XX_ALSA - depends on VIDEO_EM28XX + depends on VIDEO_EM28XX && SND + select SND_PCM tristate "Empia EM28xx ALSA audio module" ---help--- This is an ALSA driver for some Empia 28xx based TV cards. |