summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorOliver Endriss <o.endriss@gmx.de>2008-09-05 01:35:19 +0200
committerOliver Endriss <o.endriss@gmx.de>2008-09-05 01:35:19 +0200
commit07212f90c77de2618bc0c21965c0991ac967b2af (patch)
tree0cc4de3dfd621e187918358cf62f9c93b6ed02fb /linux/drivers/media/dvb/frontends
parent8e61ae987a8f9677891d4e9780f3769b2f9c10f2 (diff)
downloadmediapointer-dvb-s2-07212f90c77de2618bc0c21965c0991ac967b2af.tar.gz
mediapointer-dvb-s2-07212f90c77de2618bc0c21965c0991ac967b2af.tar.bz2
budget: Add callback to load firmware for the TDHD1 tuner
From: Oliver Endriss <o.endriss@gmx.de> Supply callback to load firmware for the TDHD1 tuner (using request_firmware). Priority: normal Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r--linux/drivers/media/dvb/frontends/tdhd1.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/tdhd1.h b/linux/drivers/media/dvb/frontends/tdhd1.h
index de8aac7d7..51f170678 100644
--- a/linux/drivers/media/dvb/frontends/tdhd1.h
+++ b/linux/drivers/media/dvb/frontends/tdhd1.h
@@ -28,6 +28,8 @@
#include "tda1004x.h"
+static int alps_tdhd1_204_request_firmware(struct dvb_frontend *fe, const struct firmware **fw, char *name);
+
static struct tda1004x_config alps_tdhd1_204a_config = {
.demod_address = 0x8,
.invert = 1,
@@ -35,6 +37,7 @@ static struct tda1004x_config alps_tdhd1_204a_config = {
.xtal_freq = TDA10046_XTAL_4M,
.agc_config = TDA10046_AGC_DEFAULT,
.if_freq = TDA10046_FREQ_3617,
+ .request_firmware = alps_tdhd1_204_request_firmware
};
static int alps_tdhd1_204a_tuner_set_params(struct dvb_frontend *fe, struct dvb_frontend_parameters *params)