]> asedeno.scripts.mit.edu Git - linux.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)
commit372d855f87b535005e392094afff9927bc000cf9
treecd4b01afab672cc9870ab2cd143e86449a87d888
parentda8648097497505d05d8cff6892351f99c029791
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]