History log of /drivers/media/dvb-core/demux.h
Revision Date Author Comments
fde04ab95d43e55959f12b92711b0ca4fed40637 04-Apr-2013 Mauro Carvalho Chehab <mchehab@redhat.com> [media] demux.h: Remove duplicated enum

"enum dmx_ts_pes" and "typedef enum dmx_pes_type_t" are just the
same enum declared twice, since Kernel (2.6.12). There's no reason
to duplicate it there, and sparse complains about that:
drivers/media/dvb-core/dmxdev.c:600:55: warning: mixing different enum types
So, remove the internal define, keeping just the external one.
Internally, use only "enum dmx_ts_pes", as it is too late to drop
dmx_pes_type_t from the userspace API.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
3d6c2bc08ac4f75bf3597740357c98f2207ca412 14-Jun-2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] dvb: move the dvb core one level up

just like the V4L2 core, move the DVB core to drivers/media, as the
intention is to get rid of both "video" and "dvb" directories.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>