You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[ALSA] ac97 - Make patch functions static
Include ac97_patch.c from the main ac97_codec.c in order to make bunch of patch_*() functions static. This helps optimization. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
committed by
Jaroslav Kysela
parent
ef991b95aa
commit
ac519028a4
@@ -3,7 +3,7 @@
|
||||
# Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
|
||||
#
|
||||
|
||||
snd-ac97-codec-objs := ac97_codec.o ac97_pcm.o ac97_patch.o
|
||||
snd-ac97-codec-objs := ac97_codec.o ac97_pcm.o
|
||||
|
||||
ifneq ($(CONFIG_PROC_FS),)
|
||||
snd-ac97-codec-objs += ac97_proc.o
|
||||
|
||||
Reference in New Issue
Block a user