diff options
author | Libin Yang <libin.yang@intel.com> | 2015-05-12 03:43:22 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-05-18 10:06:44 +0200 |
commit | 785d8c4be82b45d10ff0d5cebfddadb1e1f6ae15 (patch) | |
tree | c86e2aaa1115fc1f4bda86f46120fbb58f162a09 /sound/pci/hda/Makefile | |
parent | ALSA: hda - rename hda_intel_trace.h to hda_controller_trace.h (diff) | |
download | linux-785d8c4be82b45d10ff0d5cebfddadb1e1f6ae15.tar.xz linux-785d8c4be82b45d10ff0d5cebfddadb1e1f6ae15.zip |
ALSA: hda - add hda_intel_trace.h
This patch creates hda_intel_trace.h to add some pm trace functions
used in hda_intel.c
Signed-off-by: Libin Yang <libin.yang@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/Makefile')
-rw-r--r-- | sound/pci/hda/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/Makefile b/sound/pci/hda/Makefile index c5e6651efb49..9c259ced979a 100644 --- a/sound/pci/hda/Makefile +++ b/sound/pci/hda/Makefile @@ -11,6 +11,7 @@ snd-hda-codec-$(CONFIG_SND_HDA_INPUT_BEEP) += hda_beep.o # for trace-points CFLAGS_hda_controller.o := -I$(src) +CFLAGS_hda_intel.o := -I$(src) snd-hda-codec-generic-objs := hda_generic.o snd-hda-codec-realtek-objs := patch_realtek.o |