Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92800
b: refs/heads/master
c: c21f1e2
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 50ff341 commit c42398e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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: d2b213f7b76f187c4391079c7581d3a08b940133
refs/heads/master: c21f1e2e39a1012f57c33d21af5c909cf2ae3b9a
7 changes: 6 additions & 1 deletion trunk/drivers/media/video/tuner-xc2028-types.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,13 @@
/* LCD firmwares exist only for MTS STD/MN (PAL or NTSC/M)
and for non-MTS STD/MN (PAL, NTSC/M or NTSC/Kr)
There are variants both with and without NOGD
Those firmwares produce better result with LCD displays
*/
#define LCD (1<<12)

/* NOGD firmwares exist only for MTS STD/MN (PAL or NTSC/M)
and for non-MTS STD/MN (PAL, NTSC/M or NTSC/Kr)
The NOGD firmwares don't have group delay compensation filter
*/
#define NOGD (1<<13)

Expand All @@ -88,7 +90,10 @@
/* This flag identifies that the scode table has a new format */
#define HAS_IF (1 << 30)

#define SCODE_TYPES SCODE
/* There are different scode tables for MTS and non-MTS.
The MTS firmwares support mono only
*/
#define SCODE_TYPES (SCODE | MTS)


/* Newer types not defined on videodev2.h.
Expand Down

0 comments on commit c42398e

Please sign in to comment.