diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-01-31 13:57:58 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-02-03 17:31:54 +0100 |
commit | 372d855f87b535005e392094afff9927bc000cf9 (patch) | |
tree | cd4b01afab672cc9870ab2cd143e86449a87d888 /sound/x86/Makefile | |
parent | da8648097497505d05d8cff6892351f99c029791 (diff) |
ALSA: x86: Fold intel_hdmi_audio_if.c into main file
As the very last step, we fold intel_hdmi_audio_if.c into the main
file, intel_hdmi_audio.c. This is merely a cleanup, and no functional
change.
By this move, we can mark all functions and variables as static, which
allows the compiler more optimizations.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/x86/Makefile')
-rw-r--r-- | sound/x86/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/x86/Makefile b/sound/x86/Makefile index 3c0bf63333e6..7ff919808320 100644 --- a/sound/x86/Makefile +++ b/sound/x86/Makefile @@ -1,5 +1,4 @@ snd-hdmi-lpe-audio-objs += \ - intel_hdmi_audio.o \ - intel_hdmi_audio_if.o + intel_hdmi_audio.o obj-$(CONFIG_HDMI_LPE_AUDIO) += snd-hdmi-lpe-audio.o |