aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/xc5000.h
diff options
context:
space:
mode:
authorRichard Vollkommer <linux@hauppauge.com>2014-10-25 17:17:22 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-11-03 12:24:52 -0200
commit52e269b133d167a345758cb9d76d6348b3c66ebb (patch)
tree50ee3d4511d5f873e0b7653d3f447c0ad6cd8f05 /drivers/media/tuners/xc5000.h
parent[media] lirc_igorplugusb: remove (diff)
downloadlinux-dev-52e269b133d167a345758cb9d76d6348b3c66ebb.tar.xz
linux-dev-52e269b133d167a345758cb9d76d6348b3c66ebb.zip
[media] xc5000: add IF output level control
Adds control of the IF output level to the xc5000 tuner configuration structure. Increases the IF level to the demodulator to fix failure to lock and picture breakup issues (with the au8522 demodulator, in the case of the Hauppauge HVR950Q). This patch works with all XC5000 firmware versions. Signed-off-by: Richard Vollkommer <linux@hauppauge.com> Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org> Reviewed-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/tuners/xc5000.h')
-rw-r--r--drivers/media/tuners/xc5000.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/tuners/xc5000.h b/drivers/media/tuners/xc5000.h
index 7245cae19f0c..6aa534f17a30 100644
--- a/drivers/media/tuners/xc5000.h
+++ b/drivers/media/tuners/xc5000.h
@@ -36,6 +36,7 @@ struct xc5000_config {
u32 if_khz;
u8 radio_input;
u16 xtal_khz;
+ u16 output_amp;
int chip_id;
};