diff options
author | Mauro Carvalho Chehab | 2020-09-28 16:31:44 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab | 2020-10-15 07:49:41 +0200 |
commit | 1842c96beebb1bab9241c3f55091d5f975f37926 (patch) | |
tree | 67b2002b92040de9d48e611ff5d49bc09c733610 /Documentation/sound | |
parent | f182e7fd5c066f99b7171bc659f9182f4b758e3a (diff) |
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.rst | 1 |
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 |