Commit d15534a6 authored by Marek Vasut's avatar Marek Vasut Committed by Mark Brown

ASoC: doc: Update dead links

The alsa-project documentation is now part of the kernel docs,
the original links are long dead, update links.
Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Mark Brown <broonie@kernel.org>
Cc: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20220628165807.152191-1-marex@denx.deSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent d2294461
...@@ -108,7 +108,7 @@ On-line docs ...@@ -108,7 +108,7 @@ On-line docs
* Title: **Writing an ALSA Driver** * Title: **Writing an ALSA Driver**
:Author: Takashi Iwai <tiwai@suse.de> :Author: Takashi Iwai <tiwai@suse.de>
:URL: http://www.alsa-project.org/~iwai/writing-an-alsa-driver/index.html :URL: https://www.kernel.org/doc/html/latest/sound/kernel-api/writing-an-alsa-driver.html
:Date: 2005 :Date: 2005
:Keywords: ALSA, sound, soundcard, driver, lowlevel, hardware. :Keywords: ALSA, sound, soundcard, driver, lowlevel, hardware.
:Description: Advanced Linux Sound Architecture for developers, :Description: Advanced Linux Sound Architecture for developers,
......
...@@ -132,7 +132,7 @@ The codec driver also supports the following ALSA PCM operations:- ...@@ -132,7 +132,7 @@ The codec driver also supports the following ALSA PCM operations:-
}; };
Please refer to the ALSA driver PCM documentation for details. Please refer to the ALSA driver PCM documentation for details.
http://www.alsa-project.org/~iwai/writing-an-alsa-driver/ https://www.kernel.org/doc/html/latest/sound/kernel-api/writing-an-alsa-driver.html
DAPM description DAPM description
......
...@@ -46,7 +46,7 @@ snd_soc_component_driver:- ...@@ -46,7 +46,7 @@ snd_soc_component_driver:-
}; };
Please refer to the ALSA driver documentation for details of audio DMA. Please refer to the ALSA driver documentation for details of audio DMA.
http://www.alsa-project.org/~iwai/writing-an-alsa-driver/ https://www.kernel.org/doc/html/latest/sound/kernel-api/writing-an-alsa-driver.html
An example DMA driver is soc/pxa/pxa2xx-pcm.c An example DMA driver is soc/pxa/pxa2xx-pcm.c
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/* Power-Management-Code ( CONFIG_PM ) /* Power-Management-Code ( CONFIG_PM )
* for ens1371 only ( FIXME ) * for ens1371 only ( FIXME )
* derived from cs4281.c, atiixp.c and via82xx.c * derived from cs4281.c, atiixp.c and via82xx.c
* using http://www.alsa-project.org/~tiwai/writing-an-alsa-driver/ * using https://www.kernel.org/doc/html/latest/sound/kernel-api/writing-an-alsa-driver.html
* by Kurt J. Bosch * by Kurt J. Bosch
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment