summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/au8522_priv.h
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2009-10-13 23:32:29 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 18:40:48 -0200
commit36a91879d85396ea6470d3a5bde8287e40b5a0e9 (patch)
tree884f72a9cfb113b7298b9fccda29a7149ee11d51 /drivers/media/dvb/frontends/au8522_priv.h
parent6a540bdf0134fc7198dd053a352b4c414a5e7e19 (diff)
downloadop-kernel-dev-36a91879d85396ea6470d3a5bde8287e40b5a0e9.zip
op-kernel-dev-36a91879d85396ea6470d3a5bde8287e40b5a0e9.tar.gz
V4L/DVB (13187): au8522: add support for saturation and hue controls
Add support for saturation/hue controls, prompted by errors showing up in the mythbackend log. Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/au8522_priv.h')
-rw-r--r--drivers/media/dvb/frontends/au8522_priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/au8522_priv.h b/drivers/media/dvb/frontends/au8522_priv.h
index f328f2b..c74c4e7 100644
--- a/drivers/media/dvb/frontends/au8522_priv.h
+++ b/drivers/media/dvb/frontends/au8522_priv.h
@@ -62,6 +62,8 @@ struct au8522_state {
u32 rev;
u8 brightness;
u8 contrast;
+ u8 saturation;
+ s16 hue;
};
/* These are routines shared by both the VSB/QAM demodulator and the analog
OpenPOWER on IntegriCloud