]> www.infradead.org Git - users/hch/misc.git/commitdiff
ASoC: doc: Internally link to Writing an ALSA Driver docs
authorBagas Sanjaya <bagasdotme@gmail.com>
Fri, 29 Aug 2025 07:55:22 +0000 (14:55 +0700)
committerMark Brown <broonie@kernel.org>
Fri, 29 Aug 2025 08:50:42 +0000 (10:50 +0200)
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>
Documentation/sound/soc/codec.rst
Documentation/sound/soc/platform.rst

index af973c4cac93097531ded40d35a9c4bafe6842bd..b9d87a4f929b5dd221e6429cb01796bc5e79d4ee 100644 (file)
@@ -131,8 +131,8 @@ The codec driver also supports the following ALSA PCM operations:-
        int (*prepare)(struct snd_pcm_substream *);
   };
 
-Please refer to the ALSA driver PCM documentation for details.
-https://www.kernel.org/doc/html/latest/sound/kernel-api/writing-an-alsa-driver.html
+Please refer to the :doc:`ALSA driver PCM documentation
+<../kernel-api/writing-an-alsa-driver>` for details.
 
 
 DAPM description
index 7036630eaf016ce3a8eb62be9e357d83f49be07d..bd21d0a4dd9b0b6f670cfe28a844f5630abd304e 100644 (file)
@@ -45,8 +45,8 @@ snd_soc_component_driver:-
        ...
   };
 
-Please refer to the ALSA driver documentation for details of audio DMA.
-https://www.kernel.org/doc/html/latest/sound/kernel-api/writing-an-alsa-driver.html
+Please refer to the :doc:`ALSA driver documentation
+<../kernel-api/writing-an-alsa-driver>` for details of audio DMA.
 
 An example DMA driver is soc/pxa/pxa2xx-pcm.c