diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-26 17:54:54 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-26 17:54:54 -0200 |
commit | 9a4c4bb7abbb9174990491388b3b5b963a8e824e (patch) | |
tree | 73b442c918ca4ed0b3bbc04bd9c7414f4e6e62e6 /linux/drivers/media/video/bt8xx/Makefile | |
parent | f7d8cfd0cd4b120216f408c6f2bf8137eafbb8ce (diff) | |
download | mediapointer-dvb-s2-9a4c4bb7abbb9174990491388b3b5b963a8e824e.tar.gz mediapointer-dvb-s2-9a4c4bb7abbb9174990491388b3b5b963a8e824e.tar.bz2 |
Audio hooks moved to another file
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
---
linux/drivers/media/video/bt8xx/Makefile | 2
linux/drivers/media/video/bt8xx/bttv-audio-hook.c | 390 +++++++++++++++++++++
linux/drivers/media/video/bt8xx/bttv-audio-hook.h | 23 +
linux/drivers/media/video/bt8xx/bttv-cards.c | 399 ----------------------
linux/drivers/media/video/bt8xx/bttv.h | 2
linux/drivers/media/video/bt8xx/bttvp.h | 3
6 files changed, 420 insertions(+), 399 deletions(-)
Diffstat (limited to 'linux/drivers/media/video/bt8xx/Makefile')
-rw-r--r-- | linux/drivers/media/video/bt8xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bt8xx/Makefile b/linux/drivers/media/video/bt8xx/Makefile index a096a0341..924d216d9 100644 --- a/linux/drivers/media/video/bt8xx/Makefile +++ b/linux/drivers/media/video/bt8xx/Makefile @@ -4,7 +4,7 @@ bttv-objs := bttv-driver.o bttv-cards.o bttv-if.o \ bttv-risc.o bttv-vbi.o bttv-i2c.o bttv-gpio.o \ - bttv-input.o + bttv-input.o bttv-audio-hook.o obj-$(CONFIG_VIDEO_BT848) += bttv.o |