diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-02 11:42:43 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-02 11:42:43 +0000 |
commit | 454aa7612c82690bd2547e4f42be4591c08d2a6f (patch) | |
tree | ca831e3beeb5de459e8103b6d98fba3cc1ac8be9 /v4l/Make.config | |
parent | 05196fe29613127ed011b78d53a0313a0132d318 (diff) | |
download | mediapointer-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/Make.config')
-rw-r--r-- | v4l/Make.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |