ALSA: hda: Move HD-audio core stuff into sound/hda/core
authorTakashi Iwai <tiwai@suse.de>
Wed, 9 Jul 2025 16:04:05 +0000 (18:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Jul 2025 07:55:36 +0000 (09:55 +0200)
commitb2660d1ebde1ba8f3edf963f3aac2bea884457c3
treefac0ac69b4e1c770c8f8d0f42469e4a14801c9c0
parented677858d4fe8d165952c1794898d6fc0b65ddfe
ALSA: hda: Move HD-audio core stuff into sound/hda/core

This is a part of HD-audio code restructuring.
Simply move the current code of sound/hda/* into the subdirectory
sound/hda/core, so that more stuff can be moved into sound/hda cleanly
later.

Most of file names with hdac_ and hdac_ext_ prefix are renamed without
the prefix, since they can be identified well in the directory name
and superfluous.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250709160434.1859-3-tiwai@suse.de
46 files changed:
sound/hda/Kconfig
sound/hda/Makefile
sound/hda/array.c [deleted file]
sound/hda/core/Kconfig [new file with mode: 0644]
sound/hda/core/Makefile [new file with mode: 0644]
sound/hda/core/array.c [new file with mode: 0644]
sound/hda/core/bus.c [new file with mode: 0644]
sound/hda/core/component.c [new file with mode: 0644]
sound/hda/core/controller.c [new file with mode: 0644]
sound/hda/core/device.c [new file with mode: 0644]
sound/hda/core/ext/Makefile [new file with mode: 0644]
sound/hda/core/ext/bus.c [new file with mode: 0644]
sound/hda/core/ext/controller.c [new file with mode: 0644]
sound/hda/core/ext/stream.c [new file with mode: 0644]
sound/hda/core/hda_bus_type.c [new file with mode: 0644]
sound/hda/core/hdmi_chmap.c [new file with mode: 0644]
sound/hda/core/i915.c [new file with mode: 0644]
sound/hda/core/intel-dsp-config.c [new file with mode: 0644]
sound/hda/core/intel-nhlt.c [new file with mode: 0644]
sound/hda/core/intel-sdw-acpi.c [new file with mode: 0644]
sound/hda/core/local.h [new file with mode: 0644]
sound/hda/core/regmap.c [new file with mode: 0644]
sound/hda/core/stream.c [new file with mode: 0644]
sound/hda/core/sysfs.c [new file with mode: 0644]
sound/hda/core/trace.c [new file with mode: 0644]
sound/hda/core/trace.h [new file with mode: 0644]
sound/hda/ext/Makefile [deleted file]
sound/hda/ext/hdac_ext_bus.c [deleted file]
sound/hda/ext/hdac_ext_controller.c [deleted file]
sound/hda/ext/hdac_ext_stream.c [deleted file]
sound/hda/hda_bus_type.c [deleted file]
sound/hda/hdac_bus.c [deleted file]
sound/hda/hdac_component.c [deleted file]
sound/hda/hdac_controller.c [deleted file]
sound/hda/hdac_device.c [deleted file]
sound/hda/hdac_i915.c [deleted file]
sound/hda/hdac_regmap.c [deleted file]
sound/hda/hdac_stream.c [deleted file]
sound/hda/hdac_sysfs.c [deleted file]
sound/hda/hdmi_chmap.c [deleted file]
sound/hda/intel-dsp-config.c [deleted file]
sound/hda/intel-nhlt.c [deleted file]
sound/hda/intel-sdw-acpi.c [deleted file]
sound/hda/local.h [deleted file]
sound/hda/trace.c [deleted file]
sound/hda/trace.h [deleted file]