aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/media
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@linux.intel.com>2017-03-09 06:40:18 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-03-22 11:37:49 -0300
commit3b8b2e1cea78652ecf7b976a68f87220a3f27b28 (patch)
tree5dcdf4f795b74bd0dbb1c5295d5579e444da318c /Documentation/media
parent[media] vcodec: mediatek: fix platform_no_drv_owner.cocci warnings (diff)
downloadwireguard-linux-3b8b2e1cea78652ecf7b976a68f87220a3f27b28.tar.xz
wireguard-linux-3b8b2e1cea78652ecf7b976a68f87220a3f27b28.zip
[media] docs-rst: media: Push CEC documentation under CEC section
The CEC documentation added two sections on the main media kAPI level. There should be only one. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media')
-rw-r--r--Documentation/media/kapi/cec-core.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/Documentation/media/kapi/cec-core.rst b/Documentation/media/kapi/cec-core.rst
index 81c6d8e93774..79db7747ff40 100644
--- a/Documentation/media/kapi/cec-core.rst
+++ b/Documentation/media/kapi/cec-core.rst
@@ -27,11 +27,8 @@ HDMI 1.3a specification is sufficient:
http://www.microprocessor.org/HDMISpecification13a.pdf
-The Kernel Interface
-====================
-
-CEC Adapter
------------
+CEC Adapter Interface
+---------------------
The struct cec_adapter represents the CEC adapter hardware. It is created by
calling cec_allocate_adapter() and deleted by calling cec_delete_adapter():