mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
e311782acd
Now let's take the basic tracepoints back to the HD-audio driver. The three bus tracepoints, hda_send_cmd, hda_get_response and hda_unsol_event are revived but in a slightly different form. Since we don't assign the card number there, print the bus device name instead. Signed-off-by: Takashi Iwai <tiwai@suse.de>
7 lines
177 B
Makefile
7 lines
177 B
Makefile
snd-hda-core-objs := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o
|
|
|
|
snd-hda-core-objs += trace.o
|
|
CFLAGS_trace.o := -I$(src)
|
|
|
|
obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o
|