From cdb1c89681779d84605c0ac2a12cd7461ebadf17 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 31 Aug 2016 15:59:11 -0300 Subject: [PATCH] [media] ca-set-pid.rst: document struct ca_pid Add a table describing the fields on this struct, based on ca.h header. Signed-off-by: Mauro Carvalho Chehab --- Documentation/media/uapi/dvb/ca-set-pid.rst | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Documentation/media/uapi/dvb/ca-set-pid.rst b/Documentation/media/uapi/dvb/ca-set-pid.rst index 8e13ad9595d3..06bdaf4afada 100644 --- a/Documentation/media/uapi/dvb/ca-set-pid.rst +++ b/Documentation/media/uapi/dvb/ca-set-pid.rst @@ -26,7 +26,24 @@ Arguments File descriptor returned by a previous call to :c:func:`open() `. ``pid`` - Undocumented. + Pointer to struct :c:type:`ca_pid`. + +.. c:type:: ca_pid + +.. flat-table:: struct ca_pid + :header-rows: 1 + :stub-columns: 0 + + - + - unsigned int + - pid + - Program ID + + - + - int + - index + - PID index. Use -1 to disable. + Description -- 2.20.1