[PATCH] ALSA: doc: cs35l56: Update path to HDA driver source

Richard Fitzgerald posted 1 patch 1 month ago
There is a newer version of this series
Documentation/sound/codecs/cs35l56.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ALSA: doc: cs35l56: Update path to HDA driver source
Posted by Richard Fitzgerald 1 month ago
The HDA drivers were moved to sound/hda/... so update a Documentation
reference that still pointed to the old location.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
---
 Documentation/sound/codecs/cs35l56.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/sound/codecs/cs35l56.rst b/Documentation/sound/codecs/cs35l56.rst
index d5363b08f515..b3f8c1c23851 100644
--- a/Documentation/sound/codecs/cs35l56.rst
+++ b/Documentation/sound/codecs/cs35l56.rst
@@ -40,7 +40,7 @@ There are two drivers in the kernel
 
 *For systems using SoundWire*: sound/soc/codecs/cs35l56.c and associated files
 
-*For systems using HDA*: sound/pci/hda/cs35l56_hda.c
+*For systems using HDA*: sound/hda/codecs/side-codecs/cs35l56_hda.c
 
 Firmware
 ========
-- 
2.47.3
Re: [PATCH] ALSA: doc: cs35l56: Update path to HDA driver source
Posted by Takashi Iwai 4 weeks ago
On Mon, 11 May 2026 12:41:48 +0200,
Richard Fitzgerald wrote:
> 
> The HDA drivers were moved to sound/hda/... so update a Documentation
> reference that still pointed to the old location.
> 
> Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>

Applied now.  Thanks.


Takashi