1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 snd-hda-core-y := hda_bus_type.o hdac_bus.o hd !! 2 snd-hda-core-objs := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \ 3 hdac_regmap.o hdac_controller.o hdac_s 3 hdac_regmap.o hdac_controller.o hdac_stream.o array.o hdmi_chmap.o 4 4 5 snd-hda-core-y += trace.o !! 5 snd-hda-core-objs += trace.o 6 CFLAGS_trace.o := -I$(src) 6 CFLAGS_trace.o := -I$(src) 7 7 8 # for sync with i915 gfx driver 8 # 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 9 snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o 11 10 12 obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o 11 obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o 13 12 14 #extended hda 13 #extended hda 15 obj-$(CONFIG_SND_HDA_EXT_CORE) += ext/ 14 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.