summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-10-02 11:42:43 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-10-02 11:42:43 +0000
commit454aa7612c82690bd2547e4f42be4591c08d2a6f (patch)
treeca831e3beeb5de459e8103b6d98fba3cc1ac8be9 /v4l
parent05196fe29613127ed011b78d53a0313a0132d318 (diff)
downloadmediapointer-dvb-s2-454aa7612c82690bd2547e4f42be4591c08d2a6f.tar.gz
mediapointer-dvb-s2-454aa7612c82690bd2547e4f42be4591c08d2a6f.tar.bz2
- Included audio chips enum
- Added a new tuner tradution on tveeprom. - tveeprom now, returns audio chip according with enum audiochip. This allows audio chip autodetection as used on em28xx. - CodeStyle cleanups. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog16
-rw-r--r--v4l/Make.config2
2 files changed, 17 insertions, 1 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 20a9b7a93..1669f8eb6 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,19 @@
+2005-10-02 11:39 mchehab
+
+ * Make.config:
+ - Default not compiling tvp5150.c
+
+ * audiochip.h:
+ - Included audio chips enum
+
+ * tveeprom.c: (hasRadioTuner), (tveeprom_hauppauge_analog),
+ (tveeprom_read):
+ - Added a new tuner tradution.
+ - Now, returns audio chip according with enum audiochip.
+ This allows audio chip autodetection as used on em28xx.
+
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2005-10-01 16:53 mkrufky
* scripts/merge-trees.sh, scripts/unmerge-trees.sh:
diff --git a/v4l/Make.config b/v4l/Make.config
index d60cb7b8a..37e1a77a5 100644
--- a/v4l/Make.config
+++ b/v4l/Make.config
@@ -1,7 +1,7 @@
MDIR := v4l2
snap := video4linux
-CONFIG_TVP5150 := m
+CONFIG_TVP5150 := n
CONFIG_VIDEO_BTTV := m
CONFIG_VIDEO_SAA7134 := m
CONFIG_VIDEO_IR := m