Re: [PATCH RESEND v3 1/2] ALSA: Kconfig: add config item SND_PROC_FS for expert

2015-05-27 Thread Mark Brown
On Wed, May 27, 2015 at 07:45:44PM +0800, Jie Yang wrote: > For some embedded devices, we need reduce code size and data > footprint as much as possible, e.g. disabling procfs, hw/sw > params refinement, mmap, dpcm, dapm, compressed API... Reviewed-by: Mark Brown signature.asc Description: Digi

[PATCH RESEND v3 1/2] ALSA: Kconfig: add config item SND_PROC_FS for expert

2015-05-27 Thread Jie Yang
For some embedded devices, we need reduce code size and data footprint as much as possible, e.g. disabling procfs, hw/sw params refinement, mmap, dpcm, dapm, compressed API... Here add SND_PROC_FS item for expert, we can unselect it to disable sound proc FS and reduce memory footprint. Signed-off