diff options
author | Michel Ludwig <michel.ludwig@gmail.com> | 2007-07-27 13:24:39 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 22:01:04 +0100 |
commit | ff7326d4f09aee7fc0416d3b3d6f7106d0961f1f (patch) | |
tree | cab9c3388bcfa4c533c1c08596c3b225d39249f1 | |
parent | V4L/DVB (6427): Some cleanups at tuner-xc2028 driver (diff) | |
download | linux-ff7326d4f09aee7fc0416d3b3d6f7106d0961f1f.tar.xz linux-ff7326d4f09aee7fc0416d3b3d6f7106d0961f1f.zip |
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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c index f514c5ce5c8f..78e83700a13c 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"; /* Standard-specific firmwares */ static const char *firmware_6M = "tm_xc3028_DTV_6M.fw"; -static const char *firmware_7M = "tm_xc3028_7M.fw"; -static const char *firmware_8M = "tm_xc3028_8M.fw"; +static const char *firmware_7M = "tm_xc3028_DTV_7M.fw"; +static const char *firmware_8M = "tm_xc3028_DTV_8M.fw"; static const char *firmware_B = "tm_xc3028_B_PAL.fw"; static const char *firmware_DK = "tm_xc3028_DK_PAL_MTS.fw"; static const char *firmware_MN = "tm_xc3028_MN_BTSC.fw"; |