OSDN Git Service

docs: remove sound API duplication
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 28 Sep 2020 14:31:44 +0000 (16:31 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 15 Oct 2020 05:49:41 +0000 (07:49 +0200)
commit1842c96beebb1bab9241c3f55091d5f975f37926
tree67b2002b92040de9d48e611ff5d49bc09c733610
parentf182e7fd5c066f99b7171bc659f9182f4b758e3a
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>
Documentation/driver-api/index.rst
Documentation/driver-api/sound.rst [deleted file]
Documentation/sound/kernel-api/alsa-driver-api.rst