[PATCH] ALSA: docs: fix dead hyperlink to Intel HD-Audio spec

Hridesh MG posted 1 patch 1 year, 5 months ago
Documentation/sound/hd-audio/notes.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ALSA: docs: fix dead hyperlink to Intel HD-Audio spec
Posted by Hridesh MG 1 year, 5 months ago
Update the hyperlink as it currently redirects to a generic site
instead of the actual specification.

Signed-off-by: Hridesh MG <hridesh699@gmail.com>
---
I encountered the outdated link while debugging a codec issue and
thought it might be useful to update.
---
 Documentation/sound/hd-audio/notes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/sound/hd-audio/notes.rst b/Documentation/sound/hd-audio/notes.rst
index e199131bf5ab..f81e94d8f145 100644
--- a/Documentation/sound/hd-audio/notes.rst
+++ b/Documentation/sound/hd-audio/notes.rst
@@ -42,7 +42,7 @@ If you are interested in the deep debugging of HD-audio, read the
 HD-audio specification at first.  The specification is found on
 Intel's web page, for example:
 
-* https://www.intel.com/standards/hdaudio/
+* https://www.intel.com/content/www/us/en/standards/high-definition-audio-specification.html
 
 
 HD-Audio Controller
-- 
2.47.0
Re: [PATCH] ALSA: docs: fix dead hyperlink to Intel HD-Audio spec
Posted by Takashi Iwai 1 year, 5 months ago
On Wed, 20 Nov 2024 16:55:51 +0100,
Hridesh MG wrote:
> 
> Update the hyperlink as it currently redirects to a generic site
> instead of the actual specification.
> 
> Signed-off-by: Hridesh MG <hridesh699@gmail.com>

Thanks, applied now.


Takashi