aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Ludwig <michel.ludwig@gmail.com>2007-07-27 07:24:39 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:01:04 -0500
commitff7326d4f09aee7fc0416d3b3d6f7106d0961f1f (patch)
treecab9c3388bcfa4c533c1c08596c3b225d39249f1
parentd4e7668104f7f17fa093121bf13e9728b88da57d (diff)
V4L/DVB (6428): Make the naming of the DTV firmware files more consistent
Signed-off-by: Michel Ludwig <michel.ludwig@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--drivers/media/video/tuner-xc2028.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c
index f514c5ce5c8..78e83700a13 100644
--- a/drivers/media/video/tuner-xc2028.c
+++ b/drivers/media/video/tuner-xc2028.c
@@ -32,8 +32,8 @@ static const char *firmware_INIT1 = "tm_xc3028_68M_MTS_init1.fw";
32 32
33/* Standard-specific firmwares */ 33/* Standard-specific firmwares */
34static const char *firmware_6M = "tm_xc3028_DTV_6M.fw"; 34static const char *firmware_6M = "tm_xc3028_DTV_6M.fw";
35static const char *firmware_7M = "tm_xc3028_7M.fw"; 35static const char *firmware_7M = "tm_xc3028_DTV_7M.fw";
36static const char *firmware_8M = "tm_xc3028_8M.fw"; 36static const char *firmware_8M = "tm_xc3028_DTV_8M.fw";
37static const char *firmware_B = "tm_xc3028_B_PAL.fw"; 37static const char *firmware_B = "tm_xc3028_B_PAL.fw";
38static const char *firmware_DK = "tm_xc3028_DK_PAL_MTS.fw"; 38static const char *firmware_DK = "tm_xc3028_DK_PAL_MTS.fw";
39static const char *firmware_MN = "tm_xc3028_MN_BTSC.fw"; 39static const char *firmware_MN = "tm_xc3028_MN_BTSC.fw";