diff options
-rw-r--r-- | Documentation/DocBook/device-drivers.tmpl | 24 | ||||
-rw-r--r-- | drivers/media/dvb-core/demux.h | 4 |
2 files changed, 17 insertions, 11 deletions
diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl index c2bc8f779a9b..fc7242dd5d65 100644 --- a/Documentation/DocBook/device-drivers.tmpl +++ b/Documentation/DocBook/device-drivers.tmpl | |||
@@ -238,19 +238,25 @@ X!Isound/sound_firmware.c | |||
238 | !Iinclude/media/videobuf2-memops.h | 238 | !Iinclude/media/videobuf2-memops.h |
239 | </sect1> | 239 | </sect1> |
240 | <sect1><title>Digital TV (DVB) devices</title> | 240 | <sect1><title>Digital TV (DVB) devices</title> |
241 | !Idrivers/media/dvb-core/dvb_ca_en50221.h | 241 | <sect1><title>Digital TV Common functions</title> |
242 | !Idrivers/media/dvb-core/dvb_frontend.h | ||
243 | !Idrivers/media/dvb-core/dvb_math.h | 242 | !Idrivers/media/dvb-core/dvb_math.h |
244 | !Idrivers/media/dvb-core/dvb_ringbuffer.h | 243 | !Idrivers/media/dvb-core/dvb_ringbuffer.h |
245 | !Idrivers/media/dvb-core/dvbdev.h | 244 | !Idrivers/media/dvb-core/dvbdev.h |
246 | <sect1><title>Digital TV Demux API</title> | 245 | </sect1> |
247 | !Pdrivers/media/dvb-core/demux.h Digital TV Demux API | 246 | <sect1><title>Digital TV Frontend kABI</title> |
248 | </sect1> | 247 | !Idrivers/media/dvb-core/dvb_frontend.h |
249 | <sect1><title>Demux Callback API</title> | 248 | </sect1> |
250 | !Pdrivers/media/dvb-core/demux.h Demux Callback API | 249 | <sect1><title>Digital TV Demux kABI</title> |
251 | </sect1> | 250 | !Pdrivers/media/dvb-core/demux.h Digital TV Demux |
251 | <sect1><title>Demux Callback API</title> | ||
252 | !Pdrivers/media/dvb-core/demux.h Demux Callback | ||
253 | </sect1> | ||
252 | !Idrivers/media/dvb-core/demux.h | 254 | !Idrivers/media/dvb-core/demux.h |
253 | </sect1> | 255 | </sect1> |
256 | <sect1><title>Digital TV Conditional Access kABI</title> | ||
257 | !Idrivers/media/dvb-core/dvb_ca_en50221.h | ||
258 | </sect1> | ||
259 | </sect1> | ||
254 | <sect1><title>Remote Controller devices</title> | 260 | <sect1><title>Remote Controller devices</title> |
255 | !Iinclude/media/rc-core.h | 261 | !Iinclude/media/rc-core.h |
256 | !Iinclude/media/lirc_dev.h | 262 | !Iinclude/media/lirc_dev.h |
diff --git a/drivers/media/dvb-core/demux.h b/drivers/media/dvb-core/demux.h index f8014aabf37b..f716e14f995f 100644 --- a/drivers/media/dvb-core/demux.h +++ b/drivers/media/dvb-core/demux.h | |||
@@ -33,7 +33,7 @@ | |||
33 | #include <linux/dvb/dmx.h> | 33 | #include <linux/dvb/dmx.h> |
34 | 34 | ||
35 | /** | 35 | /** |
36 | * DOC: Digital TV Demux API | 36 | * DOC: Digital TV Demux |
37 | * | 37 | * |
38 | * The kernel demux API defines a driver-internal interface for registering | 38 | * The kernel demux API defines a driver-internal interface for registering |
39 | * low-level, hardware specific driver to a hardware independent demux layer. | 39 | * low-level, hardware specific driver to a hardware independent demux layer. |
@@ -231,7 +231,7 @@ struct dmx_section_feed { | |||
231 | }; | 231 | }; |
232 | 232 | ||
233 | /** | 233 | /** |
234 | * DOC: Demux Callback API | 234 | * DOC: Demux Callback |
235 | * | 235 | * |
236 | * This kernel-space API comprises the callback functions that deliver filtered | 236 | * This kernel-space API comprises the callback functions that deliver filtered |
237 | * data to the demux client. Unlike the other DVB kABIs, these functions are | 237 | * data to the demux client. Unlike the other DVB kABIs, these functions are |