Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76686
b: refs/heads/master
c: 6d79468
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 48bc7ad commit 5a4a805
Show file tree
Hide file tree
Showing 6 changed files with 366 additions and 261 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1a6f11e0e8db9e76ef34bc6731d5291e4df1ba37
refs/heads/master: 6d79468dd8537530f4150e76ed9b4b63f80571c6
15 changes: 15 additions & 0 deletions trunk/drivers/media/video/em28xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,18 @@ config VIDEO_EM28XX

To compile this driver as a module, choose M here: the
module will be called em28xx

config VIDEO_EM28XX_ALSA
depends on VIDEO_EM28XX
tristate "Empia EM28xx ALSA audio module"
---help---
This is an ALSA driver for some Empia 28xx based TV cards.

This is not required for em2800/em2820/em2821 boards. However,
newer em28xx devices uses Vendor Class for audio, instead of
implementing the USB Audio Class. For those chips, this module
will enable digital audio.

To compile this driver as a module, choose M here: the
module will be called em28xx-alsa

3 changes: 3 additions & 0 deletions trunk/drivers/media/video/em28xx/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
em28xx-objs := em28xx-video.o em28xx-i2c.o em28xx-cards.o em28xx-core.o \
em28xx-input.o

em28xx-alsa-objs := em28xx-audio.o

obj-$(CONFIG_VIDEO_EM28XX) += em28xx.o
obj-$(CONFIG_VIDEO_EM28XX_ALSA) += em28xx-alsa.o

EXTRA_CFLAGS += -Idrivers/media/video
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
Expand Down
Loading

0 comments on commit 5a4a805

Please sign in to comment.