summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/ngene/ngene.h
diff options
context:
space:
mode:
authorOliver Endriss <o.endriss@gmx.de>2011-01-10 09:36:23 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-21 23:31:46 (GMT)
commit3d0cef2c3c7e19a2425f8e1379a535c46427951b (patch)
tree928660fe19b9be5ddea33f8cdebf826251fd8655 /drivers/media/dvb/ngene/ngene.h
parent179fd15a99175e8e22516edbb1894c3348842f3a (diff)
downloadlinux-fsl-qoriq-3d0cef2c3c7e19a2425f8e1379a535c46427951b.tar.xz
[media] ngene: Improved channel initialisation and release
Refactored code for channel initialisation and release: - Do not create device nodes which are not required. - Better error handling. Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/ngene/ngene.h')
-rw-r--r--drivers/media/dvb/ngene/ngene.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/ngene/ngene.h b/drivers/media/dvb/ngene/ngene.h
index 5894abd..40fce9e 100644
--- a/drivers/media/dvb/ngene/ngene.h
+++ b/drivers/media/dvb/ngene/ngene.h
@@ -639,6 +639,8 @@ struct ngene_channel {
int number;
int type;
int mode;
+ bool has_adapter;
+ bool has_demux;
struct dvb_frontend *fe;
struct dmxdev dmxdev;