Commit Graph

4 Commits

Author SHA1 Message Date
Santosh Mardi ef38c2f7b9 init.qcom.audio.sh: Enable AUXPCM config file for MPQ
Enable audio script to use AUXPCM config file for following
condition, if target is apq and soc id is 130 (MPQ) and BTSOC
is wc2324.

Change-Id: Ia89d397030ba0933cb7f6a448ecec90ea5d1b0ce
2012-11-10 16:39:48 +05:30
Ashish Jain eacbf98195 device/qcom/common: Install UCM config file for MPQ8064
-Enable use of MPQ specific UCM file for aux pcm.

Change-Id: Ic5f5d902df6cae669a97722a5f3081d5dbe50f2c
2012-09-21 18:35:05 +05:30
David Ng 758a27dd67 init: qcom: Move system partition remount stage to early-boot
During initialization the system partition needs to be
remounted as read-write in order for changes to be made
to the /system partition (e.g. creating target-specific
symlinks, etc.).  Earlier this was done in the post-fs
stage where Android property service has not been
initialized.  This change moves these initializations to
the early-boot stage.

Update the wifi initialization script to use command
line parameters since getprop is not yet available in
early-boot.  Also fix bug in 8974 changes that breaks
8960 and other targets.

Call audio init script from wifi script rather than
directly from syspart-fixup since retrieving Android
property is not yet available.

TODO:  Init sequence needs to be redone for cleanup
and boot up speed.

Change-Id: I2a7338af91df951d0a4617d4f54db123aca839e3
2012-09-09 10:23:33 -07:00
Damir Didjusto 7ef38e3425 init: Add init.qcom.audio.sh script.
Audio subsystem has to read the qcom.bluetooth.soc property
to create the correct soft links in UCM files which will
be read by HAL.

Change-Id: Iaf5ac39578dae2ebd09b19733c1cc2768b4fd1e8
2012-08-23 09:38:55 -07:00