diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-09-25 13:09:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 14:13:56 -0400 |
commit | 48d5e8031e45545d353cb81a8f52c727deea88c0 (patch) | |
tree | a38ebac87b8876708365830c7d47f7e18164f260 /drivers/media/video/cx88/cx88.h | |
parent | 3a5ba52a1a1981c51af8f3559c16feaa238b2fec (diff) |
V4L/DVB (4668): Cx88: rename mpeg capability flags from CX88_BOARD_FOO to CX88_MPEG_FOO
The flags for mpeg capabilities are sub-optimally named as
CX88_BOARD_DVB and CX88_BOARD_BLACKBIRD, which creates some confusion.
This patch renames the above to CX88_MPEG_DVB and CX88_MPEG_BLACKBIRD.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index 5c4e845c1cf0..db1450c74940 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -76,8 +76,8 @@ enum cx88_deemph_type { | |||
76 | 76 | ||
77 | enum cx88_board_type { | 77 | enum cx88_board_type { |
78 | CX88_BOARD_NONE = 0, | 78 | CX88_BOARD_NONE = 0, |
79 | CX88_BOARD_DVB, | 79 | CX88_MPEG_DVB, |
80 | CX88_BOARD_BLACKBIRD | 80 | CX88_MPEG_BLACKBIRD |
81 | }; | 81 | }; |
82 | 82 | ||
83 | /* ----------------------------------------------------------- */ | 83 | /* ----------------------------------------------------------- */ |