forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ALSA: 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: Alexander A. Klimov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
- Loading branch information
Showing
8 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -309,7 +309,7 @@ pcifix | |
This module supports all ADB PCM channels, ac97 mixer, SPDIF, hardware | ||
EQ, mpu401, gameport. A3D and wavetable support are still in development. | ||
Development and reverse engineering work is being coordinated at | ||
http://savannah.nongnu.org/projects/openvortex/ | ||
https://savannah.nongnu.org/projects/openvortex/ | ||
SPDIF output has a copy of the AC97 codec output, unless you use the | ||
``spdif`` pcm device, which allows raw data passthru. | ||
The hardware EQ hardware and SPDIF is only present in the Vortex2 and | ||
|
@@ -1575,7 +1575,7 @@ See Documentation/sound/cards/multisound.sh for important information | |
about this driver. Note that it has been discontinued, but the | ||
Voyetra Turtle Beach knowledge base entry for it is still available | ||
at | ||
http://www.turtlebeach.com | ||
https://www.turtlebeach.com | ||
|
||
Module snd-msnd-pinnacle | ||
------------------------ | ||
|
@@ -2703,4 +2703,4 @@ Kernel Bugzilla | |
ALSA Developers ML | ||
mailto:[email protected] | ||
alsa-info.sh script | ||
http://www.alsa-project.org/alsa-info.sh | ||
https://www.alsa-project.org/alsa-info.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* hdmi-codec.h - HDMI Codec driver API | ||
* | ||
* Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com | ||
* Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com | ||
* | ||
* Author: Jyri Sarha <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* hdmi-audio.c -- OMAP4+ DSS HDMI audio support library | ||
* | ||
* Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com | ||
* Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com | ||
* | ||
* Author: Jyri Sarha <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -233,7 +233,7 @@ static const struct usbmix_name_map maya44_map[] = { | |
}; | ||
|
||
/* Section "justlink_map" below added by James Courtier-Dutton <[email protected]> | ||
* sourced from Maplin Electronics (http://www.maplin.co.uk), part number A56AK | ||
* sourced from Maplin Electronics (https://www.maplin.co.uk), part number A56AK | ||
* Part has 2 connectors that act as a single output. (TOSLINK Optical for digital out, and 3.5mm Jack for Analogue out.) | ||
* The USB Mixer publishes a Microphone and extra Volume controls for it, but none exist on the device, | ||
* so this map removes all unwanted sliders from alsamixer | ||
|