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