diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-08-02 09:39:31 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-08-04 11:02:37 -0400 |
commit | d66fee5d65d947da32783ab0c32511ffe55ff5f3 (patch) | |
tree | 7c924a588a9f3683e7ae26ff4f80077ad2d964eb /sound/pci/hda/Makefile | |
parent | c3540b81ee707bc8a7a83e850adf5feb3b84c04d (diff) |
ALSA: hda - Add basic tracepoints
Add a few tracepoints to HD-audio driver.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/Makefile')
-rw-r--r-- | sound/pci/hda/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/Makefile b/sound/pci/hda/Makefile index 87365d5ea2a9..f928d6634723 100644 --- a/sound/pci/hda/Makefile +++ b/sound/pci/hda/Makefile | |||
@@ -6,6 +6,9 @@ snd-hda-codec-$(CONFIG_PROC_FS) += hda_proc.o | |||
6 | snd-hda-codec-$(CONFIG_SND_HDA_HWDEP) += hda_hwdep.o | 6 | snd-hda-codec-$(CONFIG_SND_HDA_HWDEP) += hda_hwdep.o |
7 | snd-hda-codec-$(CONFIG_SND_HDA_INPUT_BEEP) += hda_beep.o | 7 | snd-hda-codec-$(CONFIG_SND_HDA_INPUT_BEEP) += hda_beep.o |
8 | 8 | ||
9 | # for trace-points | ||
10 | CFLAGS_hda_codec.o := -I$(src) | ||
11 | |||
9 | snd-hda-codec-realtek-objs := patch_realtek.o | 12 | snd-hda-codec-realtek-objs := patch_realtek.o |
10 | snd-hda-codec-cmedia-objs := patch_cmedia.o | 13 | snd-hda-codec-cmedia-objs := patch_cmedia.o |
11 | snd-hda-codec-analog-objs := patch_analog.o | 14 | snd-hda-codec-analog-objs := patch_analog.o |