]> git.ipfire.org Git - thirdparty/linux.git/commit
ALSA: hda: Move common codec driver into sound/hda/common directory
authorTakashi Iwai <tiwai@suse.de>
Wed, 9 Jul 2025 16:04:06 +0000 (18:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Jul 2025 07:55:37 +0000 (09:55 +0200)
commit05be28fe8521f183f945d052d5019197e5934f0e
tree75449fa007b19a9779514e765d3fd85243e3284c
parentb2660d1ebde1ba8f3edf963f3aac2bea884457c3
ALSA: hda: Move common codec driver into sound/hda/common directory

The snd-hda-codec module contains the most of common code used by both
HD-audio controller and codec drivers, and it's basically independent
from PCI.  Let's move the code to sound/hda/common directory as a part
of code reorganization.

The hda_ prefix is dropped from the most of file names as it's rather
superfluous.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250709160434.1859-4-tiwai@suse.de
21 files changed:
sound/hda/Kconfig
sound/hda/Makefile
sound/hda/common/Kconfig [new file with mode: 0644]
sound/hda/common/Makefile [new file with mode: 0644]
sound/hda/common/auto_parser.c [moved from sound/pci/hda/hda_auto_parser.c with 100% similarity]
sound/hda/common/beep.c [moved from sound/pci/hda/hda_beep.c with 100% similarity]
sound/hda/common/bind.c [moved from sound/pci/hda/hda_bind.c with 100% similarity]
sound/hda/common/codec.c [moved from sound/pci/hda/hda_codec.c with 100% similarity]
sound/hda/common/controller.c [moved from sound/pci/hda/hda_controller.c with 99% similarity]
sound/hda/common/controller_trace.h [moved from sound/pci/hda/hda_controller_trace.h with 97% similarity]
sound/hda/common/hda_auto_parser.h [moved from sound/pci/hda/hda_auto_parser.h with 100% similarity]
sound/hda/common/hda_beep.h [moved from sound/pci/hda/hda_beep.h with 100% similarity]
sound/hda/common/hda_controller.h [moved from sound/pci/hda/hda_controller.h with 100% similarity]
sound/hda/common/hda_jack.h [moved from sound/pci/hda/hda_jack.h with 100% similarity]
sound/hda/common/hda_local.h [moved from sound/pci/hda/hda_local.h with 100% similarity]
sound/hda/common/hwdep.c [moved from sound/pci/hda/hda_hwdep.c with 100% similarity]
sound/hda/common/jack.c [moved from sound/pci/hda/hda_jack.c with 100% similarity]
sound/hda/common/proc.c [moved from sound/pci/hda/hda_proc.c with 100% similarity]
sound/hda/common/sysfs.c [moved from sound/pci/hda/hda_sysfs.c with 100% similarity]
sound/pci/hda/Kconfig
sound/pci/hda/Makefile