372d855f87
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>
5 lines
103 B
Makefile
5 lines
103 B
Makefile
snd-hdmi-lpe-audio-objs += \
|
|
intel_hdmi_audio.o
|
|
|
|
obj-$(CONFIG_HDMI_LPE_AUDIO) += snd-hdmi-lpe-audio.o
|