summaryrefslogtreecommitdiff
path: root/sound/hda/Makefile
blob: 3b9bedee2fa45051641cd2e97d2163309e2e4e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
snd-hda-core-objs := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \
	hdac_regmap.o hdac_controller.o hdac_stream.o array.o hdmi_chmap.o

snd-hda-core-objs += trace.o
CFLAGS_trace.o := -I$(src)

# for sync with i915 gfx driver
snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o

obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o

#extended hda
obj-$(CONFIG_SND_HDA_EXT_CORE) += ext/
s Torvalds <torvalds@linux-foundation.org>2016-12-09 11:02:40 -0800 committerLinus Torvalds <torvalds@linux-foundation.org>2016-12-09 11:02:40 -0800 commitaf9468db44989f995ec98c5cc63c99b16b78ee66 (patch) tree2ca696601e8369eeeb32145f87fbaccccacf049d /net/bluetooth parent1f6c926c0aa9180d42fcda53578881fc57f83a9a (diff)parentc3f4688a08fd86f1bf8e055724c84b7a40a09733 (diff)
Merge tag 'ceph-for-4.9-rc9' of git://github.com/ceph/ceph-client
Pull ceph fix from Ilya Dryomov: "A fix for an issue with ->d_revalidate() in ceph, causing frequent kernel crashes. Marked for stable - it goes back to 4.6, but started popping up only in 4.8" * tag 'ceph-for-4.9-rc9' of git://github.com/ceph/ceph-client: ceph: don't set req->r_locked_dir in ceph_d_revalidate
Diffstat (limited to 'net/bluetooth')