Commit 5856d8bd authored by Alexander A. Klimov's avatar Alexander A. Klimov Committed by Mark Brown

ASoC: Replace HTTP links with HTTPS ones

Rationale:
Reduces attack surface on kernel devs opening the links for MITM
as HTTPS traffic is much harder to manipulate.

Deterministic algorithm:
For each file:
  If not .svg:
    For each line:
      If doesn't contain `\bxmlns\b`:
        For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:
	  If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:
            If both the HTTP and HTTPS versions
            return 200 OK and serve the same content:
              Replace HTTP with HTTPS.
Signed-off-by: default avatarAlexander A. Klimov <grandmaster@al2klimov.de>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200719153822.59788-1-grandmaster@al2klimov.deSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 43a10bf4
Analog Devices ADAU1977/ADAU1978/ADAU1979 Analog Devices ADAU1977/ADAU1978/ADAU1979
Datasheets: Datasheets:
http://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1977.pdf https://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1977.pdf
http://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1978.pdf https://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1978.pdf
http://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1979.pdf https://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1979.pdf
This driver supports both the I2C and SPI bus. This driver supports both the I2C and SPI bus.
......
...@@ -33,4 +33,4 @@ tas2552: tas2552@41 { ...@@ -33,4 +33,4 @@ tas2552: tas2552@41 {
}; };
For more product information please see the link below: For more product information please see the link below:
http://www.ti.com/product/TAS2552 https://www.ti.com/product/TAS2552
...@@ -4,9 +4,9 @@ The TAS5720 serial control bus communicates through the I2C protocol only. The ...@@ -4,9 +4,9 @@ The TAS5720 serial control bus communicates through the I2C protocol only. The
serial bus is also used for periodic codec fault checking/reporting during serial bus is also used for periodic codec fault checking/reporting during
audio playback. For more product information please see the links below: audio playback. For more product information please see the links below:
http://www.ti.com/product/TAS5720L https://www.ti.com/product/TAS5720L
http://www.ti.com/product/TAS5720M https://www.ti.com/product/TAS5720M
http://www.ti.com/product/TAS5722L https://www.ti.com/product/TAS5722L
Required properties: Required properties:
......
...@@ -19,4 +19,4 @@ tas6424: tas6424@6a { ...@@ -19,4 +19,4 @@ tas6424: tas6424@6a {
}; };
For more product information please see the link below: For more product information please see the link below:
http://www.ti.com/product/TAS6424-Q1 https://www.ti.com/product/TAS6424-Q1
...@@ -18,9 +18,9 @@ description: | ...@@ -18,9 +18,9 @@ description: |
microphone bias or supply voltage generation. microphone bias or supply voltage generation.
Specifications can be found at: Specifications can be found at:
http://www.ti.com/lit/ds/symlink/tlv320adc3140.pdf https://www.ti.com/lit/ds/symlink/tlv320adc3140.pdf
http://www.ti.com/lit/ds/symlink/tlv320adc5140.pdf https://www.ti.com/lit/ds/symlink/tlv320adc5140.pdf
http://www.ti.com/lit/ds/symlink/tlv320adc6140.pdf https://www.ti.com/lit/ds/symlink/tlv320adc6140.pdf
properties: properties:
compatible: compatible:
......
...@@ -17,7 +17,7 @@ frame (FRAME) (usually 48kHz) is always driven by the controller. Each AC97 ...@@ -17,7 +17,7 @@ frame (FRAME) (usually 48kHz) is always driven by the controller. Each AC97
frame is 21uS long and is divided into 13 time slots. frame is 21uS long and is divided into 13 time slots.
The AC97 specification can be found at : The AC97 specification can be found at :
http://www.intel.com/p/en_US/business/design https://www.intel.com/p/en_US/business/design
I2S I2S
......
...@@ -285,7 +285,7 @@ static int ep93xx_ac97_trigger(struct snd_pcm_substream *substream, ...@@ -285,7 +285,7 @@ static int ep93xx_ac97_trigger(struct snd_pcm_substream *substream,
/* /*
* As per Cirrus EP93xx errata described below: * As per Cirrus EP93xx errata described below:
* *
* http://www.cirrus.com/en/pubs/errata/ER667E2B.pdf * https://www.cirrus.com/en/pubs/errata/ER667E2B.pdf
* *
* we will wait for the TX FIFO to be empty before * we will wait for the TX FIFO to be empty before
* clearing the TEN bit. * clearing the TEN bit.
......
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/* /*
* ALSA SoC codec for HDMI encoder drivers * ALSA SoC codec for HDMI encoder drivers
* Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/
* Author: Jyri Sarha <jsarha@ti.com> * Author: Jyri Sarha <jsarha@ti.com>
*/ */
#include <linux/module.h> #include <linux/module.h>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* Author: Christian Glindkamp <christian.glindkamp@taskit.de> * Author: Christian Glindkamp <christian.glindkamp@taskit.de>
* *
* Initial development of this code was funded by * Initial development of this code was funded by
* MICRONIC Computer Systeme GmbH, http://www.mcsberlin.de/ * MICRONIC Computer Systeme GmbH, https://www.mcsberlin.de/
*/ */
#include <linux/module.h> #include <linux/module.h>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* Copyright 2012 Philippe Retornaz, philippe.retornaz@epfl.ch * Copyright 2012 Philippe Retornaz, philippe.retornaz@epfl.ch
* *
* Initial development of this code was funded by * Initial development of this code was funded by
* Phytec Messtechnik GmbH, http://www.phytec.de * Phytec Messtechnik GmbH, https://www.phytec.de
*/ */
#include <linux/module.h> #include <linux/module.h>
#include <linux/device.h> #include <linux/device.h>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Texas Instruments PCM186x Universal Audio ADC - I2C * Texas Instruments PCM186x Universal Audio ADC - I2C
* *
* Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com * Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com
* Andreas Dannenberg <dannenberg@ti.com> * Andreas Dannenberg <dannenberg@ti.com>
* Andrew F. Davis <afd@ti.com> * Andrew F. Davis <afd@ti.com>
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Texas Instruments PCM186x Universal Audio ADC - SPI * Texas Instruments PCM186x Universal Audio ADC - SPI
* *
* Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com * Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com
* Andreas Dannenberg <dannenberg@ti.com> * Andreas Dannenberg <dannenberg@ti.com>
* Andrew F. Davis <afd@ti.com> * Andrew F. Davis <afd@ti.com>
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Texas Instruments PCM186x Universal Audio ADC * Texas Instruments PCM186x Universal Audio ADC
* *
* Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com * Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com
* Andreas Dannenberg <dannenberg@ti.com> * Andreas Dannenberg <dannenberg@ti.com>
* Andrew F. Davis <afd@ti.com> * Andrew F. Davis <afd@ti.com>
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Texas Instruments PCM186x Universal Audio ADC * Texas Instruments PCM186x Universal Audio ADC
* *
* Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com * Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com
* Andreas Dannenberg <dannenberg@ti.com> * Andreas Dannenberg <dannenberg@ti.com>
* Andrew F. Davis <afd@ti.com> * Andrew F. Davis <afd@ti.com>
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* tas2552.c - ALSA SoC Texas Instruments TAS2552 Mono Audio Amplifier * tas2552.c - ALSA SoC Texas Instruments TAS2552 Mono Audio Amplifier
* *
* Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com
* *
* Author: Dan Murphy <dmurphy@ti.com> * Author: Dan Murphy <dmurphy@ti.com>
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* tas2552.h - ALSA SoC Texas Instruments TAS2552 Mono Audio Amplifier * tas2552.h - ALSA SoC Texas Instruments TAS2552 Mono Audio Amplifier
* *
* Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com
* *
* Author: Dan Murphy <dmurphy@ti.com> * Author: Dan Murphy <dmurphy@ti.com>
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* tas2562.h - ALSA SoC Texas Instruments TAS2562 Mono Audio Amplifier * tas2562.h - ALSA SoC Texas Instruments TAS2562 Mono Audio Amplifier
* *
* Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com
* *
* Author: Dan Murphy <dmurphy@ti.com> * Author: Dan Murphy <dmurphy@ti.com>
*/ */
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// ALSA SoC Texas Instruments TAS2770 20-W Digital Input Mono Class-D // ALSA SoC Texas Instruments TAS2770 20-W Digital Input Mono Class-D
// Audio Amplifier with Speaker I/V Sense // Audio Amplifier with Speaker I/V Sense
// //
// Copyright (C) 2016-2017 Texas Instruments Incorporated - http://www.ti.com/ // Copyright (C) 2016-2017 Texas Instruments Incorporated - https://www.ti.com/
// Author: Tracy Yi <tracy-yi@ti.com> // Author: Tracy Yi <tracy-yi@ti.com>
// Frank Shi <shifu0704@thundersoft.com> // Frank Shi <shifu0704@thundersoft.com>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* *
* ALSA SoC TAS2770 codec driver * ALSA SoC TAS2770 codec driver
* *
* Copyright (C) 2016-2017 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2016-2017 Texas Instruments Incorporated - https://www.ti.com/
*/ */
#ifndef __TAS2770__ #ifndef __TAS2770__
#define __TAS2770__ #define __TAS2770__
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* tas5720.c - ALSA SoC Texas Instruments TAS5720 Mono Audio Amplifier * tas5720.c - ALSA SoC Texas Instruments TAS5720 Mono Audio Amplifier
* *
* Copyright (C)2015-2016 Texas Instruments Incorporated - http://www.ti.com * Copyright (C)2015-2016 Texas Instruments Incorporated - https://www.ti.com
* *
* Author: Andreas Dannenberg <dannenberg@ti.com> * Author: Andreas Dannenberg <dannenberg@ti.com>
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* tas5720.h - ALSA SoC Texas Instruments TAS5720 Mono Audio Amplifier * tas5720.h - ALSA SoC Texas Instruments TAS5720 Mono Audio Amplifier
* *
* Copyright (C)2015-2016 Texas Instruments Incorporated - http://www.ti.com * Copyright (C)2015-2016 Texas Instruments Incorporated - https://www.ti.com
* *
* Author: Andreas Dannenberg <dannenberg@ti.com> * Author: Andreas Dannenberg <dannenberg@ti.com>
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* ALSA SoC Texas Instruments TAS6424 Quad-Channel Audio Amplifier * ALSA SoC Texas Instruments TAS6424 Quad-Channel Audio Amplifier
* *
* Copyright (C) 2016-2017 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2016-2017 Texas Instruments Incorporated - https://www.ti.com/
* Author: Andreas Dannenberg <dannenberg@ti.com> * Author: Andreas Dannenberg <dannenberg@ti.com>
* Andrew F. Davis <afd@ti.com> * Andrew F. Davis <afd@ti.com>
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* ALSA SoC Texas Instruments TAS6424 Quad-Channel Audio Amplifier * ALSA SoC Texas Instruments TAS6424 Quad-Channel Audio Amplifier
* *
* Copyright (C) 2016-2017 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2016-2017 Texas Instruments Incorporated - https://www.ti.com/
* Author: Andreas Dannenberg <dannenberg@ti.com> * Author: Andreas Dannenberg <dannenberg@ti.com>
* Andrew F. Davis <afd@ti.com> * Andrew F. Davis <afd@ti.com>
*/ */
......
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
// TLV320ADCX140 Sound driver // TLV320ADCX140 Sound driver
// Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/ // Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/
#include <linux/module.h> #include <linux/module.h>
#include <linux/moduleparam.h> #include <linux/moduleparam.h>
......
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
// TLV320ADCX104 Sound driver // TLV320ADCX104 Sound driver
// Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/ // Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/
#ifndef _TLV320ADCX140_H #ifndef _TLV320ADCX140_H
#define _TLV320ADCX140_H #define _TLV320ADCX140_H
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* ALSA SoC TLV320AIC31xx CODEC Driver * ALSA SoC TLV320AIC31xx CODEC Driver
* *
* Copyright (C) 2014-2017 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2014-2017 Texas Instruments Incorporated - https://www.ti.com/
* Jyri Sarha <jsarha@ti.com> * Jyri Sarha <jsarha@ti.com>
* *
* Based on ground work by: Ajit Kulkarni <x0175765@ti.com> * Based on ground work by: Ajit Kulkarni <x0175765@ti.com>
...@@ -877,7 +877,7 @@ static int aic31xx_setup_pll(struct snd_soc_component *component, ...@@ -877,7 +877,7 @@ static int aic31xx_setup_pll(struct snd_soc_component *component,
there may be trouble. To fix the issue edit the there may be trouble. To fix the issue edit the
aic31xx_divs table for your mclk and sample aic31xx_divs table for your mclk and sample
rate. Details can be found from: rate. Details can be found from:
http://www.ti.com/lit/ds/symlink/tlv320aic3100.pdf https://www.ti.com/lit/ds/symlink/tlv320aic3100.pdf
Section: 5.6 CLOCK Generation and PLL Section: 5.6 CLOCK Generation and PLL
*/ */
} }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* ALSA SoC TLV320AIC31xx CODEC Driver Definitions * ALSA SoC TLV320AIC31xx CODEC Driver Definitions
* *
* Copyright (C) 2014-2017 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2014-2017 Texas Instruments Incorporated - https://www.ti.com/
*/ */
#ifndef _TLV320AIC31XX_H #ifndef _TLV320AIC31XX_H
......
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