]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: x86: Fold intel_hdmi_audio_if.c into main file
authorTakashi Iwai <tiwai@suse.de>
Tue, 31 Jan 2017 12:57:58 +0000 (13:57 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Feb 2017 16:31:54 +0000 (17:31 +0100)
commitbb75688684e8d618d222f69abbd4eda06682a518
treecd4b01afab672cc9870ab2cd143e86449a87d888
parent7283e7ca50c26259a9fdd0211284647ff6b9530f
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>
sound/x86/Makefile
sound/x86/intel_hdmi_audio.c
sound/x86/intel_hdmi_audio.h
sound/x86/intel_hdmi_audio_if.c [deleted file]