V4L/DVB (3982): Cx88-blackbird: use encoder firmware filename defined in cx2341x.h
commit48c35756a762e2d569dfd9ab2f24d1b63ea657b9
authorMichael Krufky <mkrufky@linuxtv.org>
Mon, 22 May 2006 13:32:00 +0000 (22 10:32 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 25 Jun 2006 05:00:05 +0000 (25 02:00 -0300)
treef055c4377781e29313be20d15ecd9a5421071a88
parent2544bf2d619d09b564fbdd451fe4b1ba798f9c03
V4L/DVB (3982): Cx88-blackbird: use encoder firmware filename defined in cx2341x.h

Since the filename of the cx23416 encoder firmware image
is defined in cx2341x.h, we don't need to explicitly define
it in cx88-blackbird.c anymore.
This changeset removes BLACKBIRD_FIRM_ENC_FILENAME,
replacing all occurrances with CX2341X_FIRM_ENC_FILENAME.

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