ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS
authorJie Yang <yang.jie@intel.com>
Wed, 27 May 2015 11:45:45 +0000 (19:45 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 27 May 2015 19:25:19 +0000 (21:25 +0200)
commitcd6a65036f0eac4ad83dc371bb458e9e6ba6e306
tree8fde8da6fa86c62608202b5772059426e16ad217
parente0ecb05a965d0ff77ec65499bbc74eacd8d93452
ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS

We may disable proc fs only for sound part, to reduce ALSA
memory footprint. So add CONFIG_SND_PROC_FS and replace the
old CONFIG_PROC_FSs in alsa code.

With sound proc fs disabled, we can save about 9KB memory
size on X86_64 platform.

Signed-off-by: Jie Yang <yang.jie@intel.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
24 files changed:
include/sound/info.h
sound/core/Makefile
sound/core/hwdep.c
sound/core/init.c
sound/core/oss/mixer_oss.c
sound/core/pcm.c
sound/core/seq/oss/seq_oss.c
sound/core/seq/oss/seq_oss_init.c
sound/core/seq/oss/seq_oss_midi.c
sound/core/seq/oss/seq_oss_readq.c
sound/core/seq/oss/seq_oss_synth.c
sound/core/seq/seq_clientmgr.c
sound/core/seq/seq_device.c
sound/core/seq/seq_info.h
sound/core/seq/seq_queue.c
sound/core/seq/seq_timer.c
sound/core/sound.c
sound/core/sound_oss.c
sound/core/timer.c
sound/pci/hda/Makefile
sound/pci/hda/hda_eld.c
sound/pci/hda/hda_local.h
sound/pci/hda/patch_hdmi.c
sound/pci/hda/patch_sigmatel.c
This page took 0.028299 seconds and 5 git commands to generate.