]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] demux.h: Convert TS filter type into enum
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 8 Oct 2015 20:21:48 +0000 (17:21 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sat, 10 Oct 2015 13:29:07 +0000 (10:29 -0300)
commit0e6f2d1533bdd1ea08a15648e35ff4f8e0fcc612
tree73a68c35d7b885de87f94047c489889d7c042b20
parent4be45fb467e1dd57255056527191d61d8d16e1b3
[media] demux.h: Convert TS filter type into enum

The usage of #define at the kABI is fine, but it doesn't
allow adding a proper description. As those defines deserve
a proper documentation, let's convert them into an enum and
document them at device-drivers DocBook.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-core/demux.h