Hi, I initiate an install script for ucm configurations. The basic idea is -- 1. Decide the destination directory (if not specified by arguments, detect it) 2. Decide target sound card (must be specified by argument, and only the target configurations will be installed) 3. After copying ucm configurations to destinations, initiate the alsa mixer to ucm default values The script is install.sh at http://git.linaro.org/gitweb?p=people/weifeng/alsa-ucm-conf.git. Please check and if there're more requirements for linaro 1109 release, please tell me.
On Wed, Sep 14, 2011 at 01:58:48PM +0800, Feng Wei wrote:
3. After copying ucm configurations to destinations, initiate the
alsa mixer to ucm default values
This isn't desirable for distros - the fact that you're building a package doesn't mean that you want to change the configuration of the system you're doing the build on. Having this as optional behaviour for people doing this by hand on their current system seems useful but having it be the default is probably not what most people who run the script will want.
Sounds reasonable, I'll remove it. Thank you broonie.
2011/9/14 Mark Brown broonie@opensource.wolfsonmicro.com:
On Wed, Sep 14, 2011 at 01:58:48PM +0800, Feng Wei wrote:
3. After copying ucm configurations to destinations, initiate the alsa mixer to ucm default values
This isn't desirable for distros - the fact that you're building a package doesn't mean that you want to change the configuration of the system you're doing the build on. Having this as optional behaviour for people doing this by hand on their current system seems useful but having it be the default is probably not what most people who run the script will want.