aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/au8522.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-03-02 09:48:36 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-03-03 06:18:17 -0300
commitbddc418787cccb2ba92b5e601d1d9b04f4668946 (patch)
tree1087174d917a47541b02c56d4a1a966c9e6d3a6d /drivers/media/dvb-frontends/au8522.h
parent[media] rc-core: allow calling rc_open with device not initialized (diff)
downloadlinux-dev-bddc418787cccb2ba92b5e601d1d9b04f4668946.tar.xz
linux-dev-bddc418787cccb2ba92b5e601d1d9b04f4668946.zip
[media] au0828: use standard demod pads struct
As we want au0828 to use the core function to create the MC graphs, use enum demod_pad_index instead of enum au8522_media_pads. 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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/media/dvb-frontends/au8522.h b/drivers/media/dvb-frontends/au8522.h
index d7a997fada7f..78bf3f73e58d 100644
--- a/drivers/media/dvb-frontends/au8522.h
+++ b/drivers/media/dvb-frontends/au8522.h
@@ -89,13 +89,4 @@ enum au8522_audio_input {
AU8522_AUDIO_NONE,
AU8522_AUDIO_SIF,
};
-
-enum au8522_media_pads {
- AU8522_PAD_INPUT,
- AU8522_PAD_VID_OUT,
- AU8522_PAD_VBI_OUT,
- AU8522_PAD_AUDIO_OUT,
-
- AU8522_NUM_PADS
-};
#endif /* __AU8522_H__ */