1 # SPDX-License-Identifier: GPL-2.0 2 snd-hda-core-y := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \ 3 hdac_regmap.o hdac_controller.o hdac_stream.o array.o hdmi_chmap.o 4 5 snd-hda-core-y += trace.o 6 CFLAGS_trace.o := -I$(src) 7 8 # for sync with i915 gfx driver 9 snd-hda-core-$(CONFIG_SND_HDA_COMPONENT) += hdac_component.o 10 snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o 11 12 obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o 13 14 #extended hda 15 obj-$(CONFIG_SND_HDA_EXT_CORE) += ext/ 16 17 snd-intel-dspcfg-y := intel-dsp-config.o 18 snd-intel-dspcfg-$(CONFIG_SND_INTEL_NHLT) += intel-nhlt.o 19 obj-$(CONFIG_SND_INTEL_DSP_CONFIG) += snd-intel-dspcfg.o 20 21 snd-intel-sdw-acpi-y := intel-sdw-acpi.o 22 obj-$(CONFIG_SND_INTEL_SOUNDWIRE_ACPI) += snd-intel-sdw-acpi.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.