]> git.karo-electronics.de Git - linux-beck.git/commit
[media] DocBook: Move struct dmx_demux kABI doc to demux.h
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 5 Oct 2015 18:10:55 +0000 (15:10 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 6 Oct 2015 21:40:02 +0000 (18:40 -0300)
commit95abfdb942a44e165c54a4e890a9b91a1eeb8621
treedf9d0cdd73e21b4934ca0bc656a158f2226b6f0b
parentbdbbf13e0434ab82d700693ff19182013aaa09dd
[media] DocBook: Move struct dmx_demux kABI doc to demux.h

The DocBook/media/dvb/kdapi.xml contains the description of
the kABI for DVB. The problem is that, by being maintained
on a separate file and not being updated for years, it got
outdated. So, for example, some callback parameters were
changed, but the DocBook were still using the old stuff.

As a first step to fix it, let's move the documentation of
struct dmx_demux into demux.h and fix the parameters used
there.

For now, don't document any other field nor touch the
descriptions that got moved, letting this job to other
patches. That makes easier to review the patch.

PS.: Please notice that an additional patch will be needed
in order to fix the return values (some uses non-existent
return codes) and to the functions and callbacks mentioned at
the descriptions.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Documentation/DocBook/device-drivers.tmpl
Documentation/DocBook/media/dvb/kdapi.xml
drivers/media/dvb-core/demux.h