[patch] v4l2 tuner api update

From: Gerd Knorr
Date: Thu Jan 20 2005 - 10:50:41 EST


Add new tuner type to the v4l2 API.

Signed-off-by: Gerd Knorr <kraxel@xxxxxxxxxxx>
---
include/linux/videodev2.h | 1 +
1 files changed, 1 insertion(+)

diff -u linux-2.6.10/include/linux/videodev2.h linux/include/linux/videodev2.h
--- linux-2.6.10/include/linux/videodev2.h 2005-01-13 10:48:21.000000000 +0100
+++ linux/include/linux/videodev2.h 2005-01-19 14:05:40.661259590 +0100
@@ -78,6 +78,7 @@
enum v4l2_tuner_type {
V4L2_TUNER_RADIO = 1,
V4L2_TUNER_ANALOG_TV = 2,
+ V4L2_TUNER_DIGITAL_TV = 3,
};

enum v4l2_memory {

--
#define printk(args...) fprintf(stderr, ## args)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/