]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: dvb: tag deprecated DVB APIs as such
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 4 Jun 2019 14:41:20 +0000 (10:41 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 5 Jun 2019 14:55:30 +0000 (10:55 -0400)
There are three headers at DVB that should not be used on
future projects: audio.h, osd.h and video.h.

While this is already clear at the docs, make clear also at
the headers that those files should not be used on future
drivers.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
include/uapi/linux/dvb/audio.h
include/uapi/linux/dvb/osd.h
include/uapi/linux/dvb/video.h

index 977bed135e225280b94101fdacbc9957794d81d3..2f869da6917110571226407186423b124434b8b7 100644 (file)
@@ -1,6 +1,8 @@
 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
 /*
- * audio.h
+ * audio.h - DEPRECATED MPEG-TS audio decoder API
+ *
+ * NOTE: should not be used on future drivers
  *
  * Copyright (C) 2000 Ralph  Metzler <ralph@convergence.de>
  *                  & Marcus Metzler <marcus@convergence.de>
index 07572bc0c864f34278316b0bd86032d49d28bd24..858997c74043cc516f990be58bb0b007a6b55651 100644 (file)
@@ -1,6 +1,8 @@
 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
 /*
- * osd.h
+ * osd.h - DEPRECATED On Screen Display API
+ *
+ * NOTE: should not be used on future drivers
  *
  * Copyright (C) 2001 Ralph  Metzler <ralph@convergence.de>
  *                  & Marcus Metzler <marcus@convergence.de>
index 43ba8b0a3d1461f74499fd6f35ef87bebcddf40e..179f1ec60af6c9b1212db7dcf2f19eadbe021507 100644 (file)
@@ -1,6 +1,8 @@
 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
 /*
- * video.h
+ * video.h - DEPRECATED MPEG-TS video decoder API
+ *
+ * NOTE: should not be used on future drivers
  *
  * Copyright (C) 2000 Marcus Metzler <marcus@convergence.de>
  *                  & Ralph  Metzler <ralph@convergence.de>