summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-12-19 15:17:56 +0100
committerHans Verkuil <hverkuil@xs4all.nl>2008-12-19 15:17:56 +0100
commit1d6cf736e1fc3df22e0f38fa20894cb96e1d32fc (patch)
tree7a54daf79a1d5d6438795bab51ae5bb74d8836d7
parent1260044709b00c199d5cc6d8afce99b6aeea019b (diff)
downloadmediapointer-dvb-s2-1d6cf736e1fc3df22e0f38fa20894cb96e1d32fc.tar.gz
mediapointer-dvb-s2-1d6cf736e1fc3df22e0f38fa20894cb96e1d32fc.tar.bz2
videodev2.h: fix typo.
From: Hans Verkuil <hverkuil@xs4all.nl> The comment said CX2584X instead of CX2341X. Priority: normal Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
-rw-r--r--linux/include/linux/videodev2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h
index 6ee771108..96624e29f 100644
--- a/linux/include/linux/videodev2.h
+++ b/linux/include/linux/videodev2.h
@@ -1051,7 +1051,7 @@ enum v4l2_mpeg_video_bitrate_mode {
#define V4L2_CID_MPEG_VIDEO_MUTE (V4L2_CID_MPEG_BASE+210)
#define V4L2_CID_MPEG_VIDEO_MUTE_YUV (V4L2_CID_MPEG_BASE+211)
-/* MPEG-class control IDs specific to the CX2584x driver as defined by V4L2 */
+/* MPEG-class control IDs specific to the CX2341x driver as defined by V4L2 */
#define V4L2_CID_MPEG_CX2341X_BASE (V4L2_CTRL_CLASS_MPEG | 0x1000)
#define V4L2_CID_MPEG_CX2341X_VIDEO_SPATIAL_FILTER_MODE (V4L2_CID_MPEG_CX2341X_BASE+0)
enum v4l2_mpeg_cx2341x_video_spatial_filter_mode {