diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-02 18:57:03 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-26 00:01:02 +0300 |
commit | 6cb45879dca84c667996d65a12880db6705a2b0e (patch) | |
tree | 1548d262b2bcf68eeaf07d5ec5fa33af5e0a11af /drivers/media/video/tuner-xc2028.h | |
parent | 12466577853b0d057f4416f4c7020e544f3a4209 (diff) | |
download | linux-6cb45879dca84c667996d65a12880db6705a2b0e.tar.xz |
V4L/DVB (6423): Add tuner-xc2028 driver
Add support for Xceive XC2028/XC3028 tuner driver
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-xc2028.h')
-rw-r--r-- | drivers/media/video/tuner-xc2028.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-xc2028.h b/drivers/media/video/tuner-xc2028.h new file mode 100644 index 000000000000..7c540c3871bf --- /dev/null +++ b/drivers/media/video/tuner-xc2028.h @@ -0,0 +1,9 @@ +/* tuner-xc2028 + * + * Copyright (c) 2007 Mauro Carvalho Chehab (mchehab@infradead.org) + * This code is placed under the terms of the GNU General Public License v2 + */ + +/* xc2028 commands for callback */ +#define XC2028_TUNER_RESET 0 +#define XC2028_RESET_CLK 1 |