]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda: Move controller drivers into sound/hda/controllers directory
authorTakashi Iwai <tiwai@suse.de>
Wed, 9 Jul 2025 16:04:08 +0000 (18:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Jul 2025 07:55:37 +0000 (09:55 +0200)
commit2d9223d2d64cb5216859ced6cc33fb3b04e5f98f
tree03e9687419652d319a5516859ab35adacf34baaa
parent146355ee880e6d15ba12e2baf5be70e5efe07796
ALSA: hda: Move controller drivers into sound/hda/controllers directory

Now HD-audio controller drivers are moved into sound/hda/controllers
directory as a part of HD-audio code reorganization.  Most of drivers
are independent from PCI bus, hence it makes more sense to put under
sound/hda.

The hda_ prefix is dropped from most of files at moving, as it's
more or less superfluous.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250709160434.1859-6-tiwai@suse.de
sound/hda/Kconfig
sound/hda/Makefile
sound/hda/controllers/Kconfig [new file with mode: 0644]
sound/hda/controllers/Makefile [new file with mode: 0644]
sound/hda/controllers/acpi.c [moved from sound/pci/hda/hda_acpi.c with 100% similarity]
sound/hda/controllers/intel.c [moved from sound/pci/hda/hda_intel.c with 99% similarity]
sound/hda/controllers/intel.h [moved from sound/pci/hda/hda_intel.h with 100% similarity]
sound/hda/controllers/intel_trace.h [moved from sound/pci/hda/hda_intel_trace.h with 95% similarity]
sound/hda/controllers/tegra.c [moved from sound/pci/hda/hda_tegra.c with 100% similarity]
sound/pci/hda/Kconfig
sound/pci/hda/Makefile