diff options
| author | Bagas Sanjaya <bagasdotme@gmail.com> | 2025-08-29 14:55:22 +0700 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-08-29 10:50:42 +0200 |
| commit | f522da9ab56c96db8703b2ea0f09be7cdc3bffeb (patch) | |
| tree | 5b5fd7cb6884cc74bc6151a62fc9d5ea69bb2a21 /Documentation/sound | |
| parent | 59f5c92140de48a9ae68db4990c8a53a9ac2492c (diff) | |
| download | linux-f522da9ab56c96db8703b2ea0f09be7cdc3bffeb.tar.gz | |
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>
Diffstat (limited to 'Documentation/sound')
| -rw-r--r-- | Documentation/sound/soc/codec.rst | 4 | ||||
| -rw-r--r-- | Documentation/sound/soc/platform.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/sound/soc/codec.rst b/Documentation/sound/soc/codec.rst index af973c4cac9309..b9d87a4f929b5d 100644 --- a/Documentation/sound/soc/codec.rst +++ b/Documentation/sound/soc/codec.rst @@ -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 diff --git a/Documentation/sound/soc/platform.rst b/Documentation/sound/soc/platform.rst index 7036630eaf016c..bd21d0a4dd9b0b 100644 --- a/Documentation/sound/soc/platform.rst +++ b/Documentation/sound/soc/platform.rst @@ -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 |
