From 48d5e8031e45545d353cb81a8f52c727deea88c0 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Mon, 25 Sep 2006 14:09:10 -0300 Subject: 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 Signed-off-by: Trent Piepho Signed-off-by: Mauro Carvalho Chehab --- drivers/media/video/cx88/cx88.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/media/video/cx88/cx88.h') 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 { enum cx88_board_type { CX88_BOARD_NONE = 0, - CX88_BOARD_DVB, - CX88_BOARD_BLACKBIRD + CX88_MPEG_DVB, + CX88_MPEG_BLACKBIRD }; /* ----------------------------------------------------------- */ -- cgit v1.2.1