[alsa-devel] [PATCH 1/3 v2]sound/oss/ac97_codec.c Update broken web addresses.
This is a resend from the original, due to Clemens Ladisch providing the right locations of the *.pdf's etc..
Signed-off-by: Justin P. Mattock justinmattock@gmail.com Signed-off-by: Clemens Ladisch clemens@ladisch.de --- sound/oss/ac97_codec.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/sound/oss/ac97_codec.c b/sound/oss/ac97_codec.c index 456a1b4..e2c5fe9 100644 --- a/sound/oss/ac97_codec.c +++ b/sound/oss/ac97_codec.c @@ -22,10 +22,7 @@ ************************************************************************** * * The Intel Audio Codec '97 specification is available at the Intel - * audio homepage: http://developer.intel.com/ial/scalableplatforms/audio/ - * - * The specification itself is currently available at: - * ftp://download.intel.com/ial/scalableplatforms/ac97r22.pdf + * http://download.intel.com/support/motherboards/desktop/sb/ac97_r23.pdf * ************************************************************************** *
This is a resend from the original, due to Clemens Ladisch providing the right locations of the *.pdf's etc..
Signed-off-by: Justin P. Mattock justinmattock@gmail.com Signed-off-by: Clemens Ladisch clemens@ladisch.de --- sound/pci/ens1370.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/pci/ens1370.c b/sound/pci/ens1370.c index c7fba53..deffcc8 100644 --- a/sound/pci/ens1370.c +++ b/sound/pci/ens1370.c @@ -22,7 +22,7 @@ /* Power-Management-Code ( CONFIG_PM ) * for ens1371 only ( FIXME ) * derived from cs4281.c, atiixp.c and via82xx.c - * using http://www.alsa-project.org/~iwai/writing-an-alsa-driver/c1540.htm + * using http://www.kernel.org/pub/linux/kernel/people/tiwai/docs/writing-an-alsa-dri... * by Kurt J. Bosch */
This is a resend from the original, due to Clemens Ladisch providing the right locations of the *.pdf's etc..
Signed-off-by: Justin P. Mattock justinmattock@gmail.com Signed-off-by: Clemens Ladisch clemens@ladisch.de --- sound/pci/intel8x0.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 4677492..400f9eb 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -716,7 +716,7 @@ static void snd_intel8x0_setup_periods(struct intel8x0 *chip, struct ichdev *ich * Intel 82443MX running a 100MHz processor system bus has a hardware bug, * which aborts PCI busmaster for audio transfer. A workaround is to set * the pages as non-cached. For details, see the errata in - * http://www.intel.com/design/chipsets/specupdt/245051.htm + * http://download.intel.com/design/chipsets/specupdt/24505108.pdf */ static void fill_nocache(void *buf, int size, int nocache) {
participants (1)
-
Justin P. Mattock