Re: [PATCH RESEND v3 2/2] ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS

2015-05-27 Thread Mark Brown
On Wed, May 27, 2015 at 07:45:45PM +0800, Jie Yang wrote: > 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. Reviwed-by: Mark Brown signature.asc Description: Digital signature

Re: [PATCH RESEND v3 2/2] ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS

2015-05-27 Thread Enrico Weigelt, metux IT consult
Am 27.05.2015 um 13:45 schrieb Jie Yang: 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. For consistency,

[PATCH RESEND v3 2/2] ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS

2015-05-27 Thread Jie Yang
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 --- include/sound/info.h