mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +00:00

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
5 lines
144 B
Makefile
5 lines
144 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
snd-hda-ext-core-y := bus.o controller.o stream.o
|
|
|
|
obj-$(CONFIG_SND_HDA_EXT_CORE) += snd-hda-ext-core.o
|