[PATCH 1/2] ALSA: Kconfig: add config menu for reduced memory footprint

2015-05-26 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 root config menu for those configuration, and disable procfs once reduced memory footprint is selected. Signed-o

RE: [PATCH 1/2] ALSA: Kconfig: add config menu for reduced memory footprint

2015-05-26 Thread Jie, Yang
> > > 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 1/2] ALSA: Kconfig: add config menu for reduced > > > memory footprint > > > &

RE: [PATCH 1/2] ALSA: Kconfig: add config menu for reduced memory footprint

2015-05-26 Thread Jie, Yang
> -Original Message- > From: Takashi Iwai [mailto:ti...@suse.de] > Sent: Tuesday, May 26, 2015 7:05 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 1/

Re: [PATCH 1/2] ALSA: Kconfig: add config menu for reduced memory footprint

2015-05-26 Thread Takashi Iwai
ker...@vger.kernel.org; Girdwood, Liam R; Zhang, Vivian > > Subject: Re: [PATCH 1/2] ALSA: Kconfig: add config menu for reduced > > memory footprint > > > > At Tue, 26 May 2015 19:04:24 +0800, > > Jie Yang wrote: > > > > > > For some embedded devices

Re: [PATCH 1/2] ALSA: Kconfig: add config menu for reduced memory footprint

2015-05-26 Thread Takashi Iwai
At Tue, 26 May 2015 19:04:24 +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 root config menu for those configuration, and >