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

2015-05-27 Thread Jie, Yang
> -Original Message- > From: Takashi Iwai [mailto:ti...@suse.de] > Sent: Wednesday, May 27, 2015 5:56 PM > To: Jie, Yang > Cc: broo...@kernel.org; alsa-de...@alsa-project.org; linux- > ker...@vger.kernel.org; Girdwood, Liam R; Zhang, Vivian > Subject: Re: [PATCH v3 1/

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

2015-05-27 Thread Takashi Iwai
At Wed, 27 May 2015 17:10:17 +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... > > Here add SND_PROC_FS item for expert, we can unselect it

[PATCH 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