aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/dvb-frontends/au8522.h
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2016-02-11 21:41:26 -0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-02-27 08:33:30 -0300
commit4c4ada7306becbf1f8aa6fb550b10433cf2c6856 (patch)
tree6146f1e3bd7285670b4765743946272ea7027eb5 /drivers/media/dvb-frontends/au8522.h
parent[media] media: v4l-core add enable/disable source common interfaces (diff)
downloadwireguard-linux-4c4ada7306becbf1f8aa6fb550b10433cf2c6856.tar.xz
wireguard-linux-4c4ada7306becbf1f8aa6fb550b10433cf2c6856.zip
[media] media: Move au8522_media_pads enum to au8522.h from au8522_priv.h
Move the au8522_media_pads enum to au8522.h from au8522_priv.h to export them. This will allow au0828-core to use these defines instead of hard-coding them them. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/au8522.h')
-rw-r--r--drivers/media/dvb-frontends/au8522.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/au8522.h b/drivers/media/dvb-frontends/au8522.h
index dde61582c158..3c72f40f5321 100644
--- a/drivers/media/dvb-frontends/au8522.h
+++ b/drivers/media/dvb-frontends/au8522.h
@@ -90,4 +90,11 @@ enum au8522_audio_input {
AU8522_AUDIO_SIF,
};
+enum au8522_media_pads {
+ AU8522_PAD_INPUT,
+ AU8522_PAD_VID_OUT,
+ AU8522_PAD_VBI_OUT,
+
+ AU8522_NUM_PADS
+};
#endif /* __AU8522_H__ */