diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-01-13 17:10:25 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-13 17:10:25 +0100 |
commit | b3d37042d7d33baf0247d1df31031e64427f39b3 (patch) | |
tree | c7463cf80fbdfd5d09d4af4fed95d87bdcfbef92 /include | |
parent | V4L/DVB (3359): Redesign tuners struct for maximum flexibility (diff) | |
download | linux-b3d37042d7d33baf0247d1df31031e64427f39b3.tar.xz linux-b3d37042d7d33baf0247d1df31031e64427f39b3.zip |
V4L/DVB (3363): Add support for Samsung tuner TCPN 2121P30A
- Add support for Samsung tuner TCPN 2121P30A, used in
Hauppauge PVR-500 cards.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to '')
-rw-r--r-- | include/media/tuner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h index c88b506971cf..a1d63787bc08 100644 --- a/include/media/tuner.h +++ b/include/media/tuner.h @@ -115,6 +115,7 @@ #define TUNER_PHILIPS_TUV1236D 68 /* ATI HDTV Wonder */ #define TUNER_TNF_5335MF 69 /* Sabrent Bt848 */ +#define TUNER_SAMSUNG_TCPN_2121P30A 70 /* Hauppauge PVR-500MCE NTSC */ /* tv card specific */ #define TDA9887_PRESENT (1<<0) |