diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-03-09 13:14:32 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-24 12:11:35 -0300 |
commit | e4d2a6162d2a0a27be16b75da36f6bba64af63bc (patch) | |
tree | 356289a785e8aaa2919eae8b046d4504b0c7bc41 /include/media | |
parent | ffb9749346b4e3bb567d0d5daa88edae9f8ec8ae (diff) | |
download | talos-obmc-linux-e4d2a6162d2a0a27be16b75da36f6bba64af63bc.tar.gz talos-obmc-linux-e4d2a6162d2a0a27be16b75da36f6bba64af63bc.zip |
[media] tuner: add Sony BTF tuners
This adds support for three Sony BTF tuners:
TUNER_SONY_BTF_PG472Z: PAL+SECAM
TUNER_SONY_BTF_PK467Z: NTSC-M-JP
TUNER_SONY_BTF_PB463Z: NTSC-M
These come from the go7007 staging driver where they were implemented in
the wis-sony-tuner i2c driver.
Adding support for these tuners to tuner-types.c is the first step towards
removing the wis-sony-tuner driver.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/tuner.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h index 926aff9bdf65..24eaafe461bd 100644 --- a/include/media/tuner.h +++ b/include/media/tuner.h @@ -138,6 +138,10 @@ #define TUNER_XC4000 87 /* Xceive Silicon Tuner */ #define TUNER_XC5000C 88 /* Xceive Silicon Tuner */ +#define TUNER_SONY_BTF_PG472Z 89 /* PAL+SECAM */ +#define TUNER_SONY_BTF_PK467Z 90 /* NTSC_JP */ +#define TUNER_SONY_BTF_PB463Z 91 /* NTSC */ + /* tv card specific */ #define TDA9887_PRESENT (1<<0) #define TDA9887_PORT1_INACTIVE (1<<1) |