Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: doc: Internally link to Writing an ALSA Driver docs

ASoC codec and platform driver docs contain reference to writing ALSA
driver docs, as an external link. Use :doc: directive for the job
instead.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Message-ID: <20250829075524.45635-13-bagasdotme@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Bagas Sanjaya and committed by
Mark Brown
f522da9a 59f5c921

+4 -4
+2 -2
Documentation/sound/soc/codec.rst
··· 131 131 int (*prepare)(struct snd_pcm_substream *); 132 132 }; 133 133 134 - Please refer to the ALSA driver PCM documentation for details. 135 - https://www.kernel.org/doc/html/latest/sound/kernel-api/writing-an-alsa-driver.html 134 + Please refer to the :doc:`ALSA driver PCM documentation 135 + <../kernel-api/writing-an-alsa-driver>` for details. 136 136 137 137 138 138 DAPM description
+2 -2
Documentation/sound/soc/platform.rst
··· 45 45 ... 46 46 }; 47 47 48 - Please refer to the ALSA driver documentation for details of audio DMA. 49 - https://www.kernel.org/doc/html/latest/sound/kernel-api/writing-an-alsa-driver.html 48 + Please refer to the :doc:`ALSA driver documentation 49 + <../kernel-api/writing-an-alsa-driver>` for details of audio DMA. 50 50 51 51 An example DMA driver is soc/pxa/pxa2xx-pcm.c 52 52