]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
V4L/DVB (3971): Cx88-blackbird: use standard filename for cx23416 firmware
authorMichael Krufky <mkrufky@linuxtv.org>
Mon, 22 May 2006 13:31:55 +0000 (10:31 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 25 Jun 2006 05:00:00 +0000 (02:00 -0300)
cx88-blackbird uses the same encoder firmware for the cx23416 chip that is
used by ivtv and pvrusb2.
This patch alters the driver to expect the cx23416 encoder firmware to be
located in the file, "v4l-cx2341x-enc.fw", instead of using
"blackbird-fw-enc.bin"

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx88/cx88-blackbird.c

index 7a50ad4d737d1ef6a3bf16edfefec7a9925e97d8..997b9b87b542e8640122663d0cab69d632550614 100644 (file)
@@ -54,7 +54,7 @@ static LIST_HEAD(cx8802_devlist);
 
 /* ------------------------------------------------------------------ */
 
-#define BLACKBIRD_FIRM_ENC_FILENAME "blackbird-fw-enc.bin"
+#define BLACKBIRD_FIRM_ENC_FILENAME "v4l-cx2341x-enc.fw"
 #define BLACKBIRD_FIRM_IMAGE_SIZE 256*1024
 
 /* defines below are from ivtv-driver.h */