diff options
author | darron@kewl.org <darron@kewl.org> | 2008-10-21 15:28:46 +0100 |
---|---|---|
committer | darron@kewl.org <darron@kewl.org> | 2008-10-21 15:28:46 +0100 |
commit | 0510435b844435b557b8c02c5c7d2b0f958cd67a (patch) | |
tree | 4c03d688c976eeb4155f88993e01897aba41b33f /linux/include | |
parent | 0800cba094ff56d15c61cd0f633e0d8b1a80f3fb (diff) | |
download | mediapointer-dvb-s2-0510435b844435b557b8c02c5c7d2b0f958cd67a.tar.gz mediapointer-dvb-s2-0510435b844435b557b8c02c5c7d2b0f958cd67a.tar.bz2 |
videobuf: split unregister bus creating self-contained frontend de-allocator
From: Darron Broad <darron@kewl.org>
This creates a self contained frontend de-allocator
for the instances where an adapter has not been
registered yet frontend de-allocation may
be required.
Priority: normal
Signed-off-by: Darron Broad <darron@kewl.org>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/videobuf-dvb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/media/videobuf-dvb.h b/linux/include/media/videobuf-dvb.h index 80471c2b6..6ba4f1271 100644 --- a/linux/include/media/videobuf-dvb.h +++ b/linux/include/media/videobuf-dvb.h @@ -47,6 +47,7 @@ int videobuf_dvb_register_bus(struct videobuf_dvb_frontends *f, void videobuf_dvb_unregister_bus(struct videobuf_dvb_frontends *f); struct videobuf_dvb_frontend * videobuf_dvb_alloc_frontend(struct videobuf_dvb_frontends *f, int id); +void videobuf_dvb_dealloc_frontends(struct videobuf_dvb_frontends *f); struct videobuf_dvb_frontend * videobuf_dvb_get_frontend(struct videobuf_dvb_frontends *f, int id); int videobuf_dvb_find_frontend(struct videobuf_dvb_frontends *f, struct dvb_frontend *p); |