media: dvb_demux.h: add an enum for DMX_TYPE_* and document
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 19 Sep 2017 21:43:49 +0000 (17:43 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 11 Oct 2017 17:08:13 +0000 (13:08 -0400)
commit0463625ee9e7b7c786460b6c20073e8c8e283466
treef6e4afc8776ccee0c0e99ccaaacfc1f679e44ceb
parent1607b8b574c9318ea58f3f08cf85514ceddf467a
media: dvb_demux.h: add an enum for DMX_TYPE_* and document

kernel-doc allows documenting enums. Also, it makes clearer
about the meaning of each field on structures.

So, convert DMX_TYPE_* to an enum.

While here, get rid of the unused DMX_TYPE_PES.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-core/dvb_demux.h