aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sound
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-09-28 16:31:44 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-10-15 07:49:41 +0200
commit1842c96beebb1bab9241c3f55091d5f975f37926 (patch)
tree67b2002b92040de9d48e611ff5d49bc09c733610 /Documentation/sound
parentdocs: kernel-api.rst: drop kernel/irq/manage.c kernel-doc tag (diff)
downloadlinux-dev-1842c96beebb1bab9241c3f55091d5f975f37926.tar.xz
linux-dev-1842c96beebb1bab9241c3f55091d5f975f37926.zip
docs: remove sound API duplication
The sound API is documented on two different parts: under Documentation/driver-api/sound.rst and under Documentation/sound/kernel-api/alsa-driver-api.rst. The alsa-driver-api.rst seems more complete, and APIs are split per type. There's just one missing kernel-doc markup there. Add it and drop the duplicated one. Reviewed-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/sound')
-rw-r--r--Documentation/sound/kernel-api/alsa-driver-api.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/sound/kernel-api/alsa-driver-api.rst b/Documentation/sound/kernel-api/alsa-driver-api.rst
index c8cc651eccf7..d24c64df7069 100644
--- a/Documentation/sound/kernel-api/alsa-driver-api.rst
+++ b/Documentation/sound/kernel-api/alsa-driver-api.rst
@@ -132,3 +132,4 @@ ISA DMA Helpers
Other Helper Macros
-------------------
.. kernel-doc:: include/sound/core.h
+.. kernel-doc:: sound/sound_core.c