Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
Loading...
Note: File does not exist in v3.15.
 1# SPDX-License-Identifier: GPL-2.0
 2snd-hda-core-objs := 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
 5snd-hda-core-objs += trace.o
 6CFLAGS_trace.o := -I$(src)
 7
 8# for sync with i915 gfx driver
 9snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o
10
11obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o
12
13#extended hda
14obj-$(CONFIG_SND_HDA_EXT_CORE) += ext