The wrong key was used when removing the voice recognition mode from parameters list after handling it in AudioStreamInMSM72xx::setParameters() causing the set routing parameter to be removed and ignored.
Merge commit '59a10928801282ca6aeb195a0d9c8228136fd62a'
* commit '59a10928801282ca6aeb195a0d9c8228136fd62a':
Update lights to support the change in parameters passed by the framework
Merge commit 'af0348b94bcf190f73eec870f2d0106ba45e5fa2'
* commit 'af0348b94bcf190f73eec870f2d0106ba45e5fa2':
Use new A1026 header to us 1026 presets that match the driver.
Merge commit 'da6818d3785571964bb5bdedf7afa18900deb9ea' into eclair-mr2-plus-aosp
* commit 'da6818d3785571964bb5bdedf7afa18900deb9ea':
Update lights to support the change in parameters passed by the framework
Merge commit '79ad38d0b62ad2abfc7bedcb07f478594ebd3b76' into eclair-mr2-plus-aosp
* commit '79ad38d0b62ad2abfc7bedcb07f478594ebd3b76':
Use new A1026 header to us 1026 presets that match the driver.
Merge commit 'dbef679fccd8d44881642564c54baafa41da6c55' into eclair-mr2
* commit 'dbef679fccd8d44881642564c54baafa41da6c55':
Update lights to support the change in parameters passed by the framework
Merge commit '4bcd5b16c66bc5c2bffe232f15f5cb83aea18318' into eclair-mr2
* commit '4bcd5b16c66bc5c2bffe232f15f5cb83aea18318':
Use new A1026 header to us 1026 presets that match the driver.
Merge commit '5ad51e10042fff395ef1833562dc25ba843523f8' into eclair-mr2-plus-aosp
* commit '5ad51e10042fff395ef1833562dc25ba843523f8':
Fix bug 2194140 Add support for the voice recognition mode.
Merge commit '739de5f36523862a7caa15590bd6b680b6cd2854' into eclair-mr2
* commit '739de5f36523862a7caa15590bd6b680b6cd2854':
Fix bug 2194140 Add support for the voice recognition mode.
The voice recognition mode is enabled when using the
AUDIO_SOURCE_VOICE_RECOGNITION audio recording source. The intended
behavior is to use the same microphone input as the default input,
but to configure the A1026 chip in the special mode tuned for
voice recognition, for the matching input. For testing purposes,
two settings will be available for each input, the choice of which
one is used will be dependent on the vr_uses_ns property.
The availability of the voice rec mode is dependent on the enable1026
system property.
Note that the final A1026 configuration modes are not used yet
(not available) but the ones to use are specified in the comments
of the AudioHardware::doAudience_A1026_Control() function at line
952 of AudioHardware.cpp for instance.
Upon availability of other presets, the enable1026 property could
be used to disable or enable even more of the 1026 features.
Merge commit '32ee7f600f4f6babdc08034caca3827ca28e1a48'
* commit '32ee7f600f4f6babdc08034caca3827ca28e1a48':
Fix issue: no audio after media_server process crash while in call.
Merge commit '864c8583342f1de9c2406835e891d8af98ffe073' into eclair-mr2-plus-aosp
* commit '864c8583342f1de9c2406835e891d8af98ffe073':
Fix issue: no audio after media_server process crash while in call.
Merge commit 'd1dc8c30a969ec3539fc21b940789b2f23197756' into eclair-mr2
* commit 'd1dc8c30a969ec3539fc21b940789b2f23197756':
Fix issue: no audio after media_server process crash while in call.
Merge commit '0199fcd0fc04be3361b8843110594b87a0dfc4a9' into eclair-mr2-plus-aosp
* commit '0199fcd0fc04be3361b8843110594b87a0dfc4a9':
HTC update: add attenuation to avoid distortion, and compensate in
Merge commit '10254cc35f5cb7ebe2c7ef452815486cb8e92a33' into eclair-mr2
* commit '10254cc35f5cb7ebe2c7ef452815486cb8e92a33':
HTC update: add attenuation to avoid distortion, and compensate in
AudioHardware QSD8k:
- Add setParameters comment to control noise suppression states via new IOCTL A1026_SET_NS_STATE implemented in a1026 driver.
- Add support for new input device DEVICE_IN_BACK_MIC.
AudioPolicyManager:
- Add support for audio source AUDIO_SOURCE_CAMCORDER.
Merge commit 'e3c65ac1403b0221c69b4f1c5023b781a5ca4cad'
* commit 'e3c65ac1403b0221c69b4f1c5023b781a5ca4cad':
fix[2222341] Soft reset while going back from camcorder settings
Merge commit 'f4a09d7449ffd2480d2d3d9fcc6744d4b8dcaa66' into eclair-mr2-plus-aosp
* commit 'f4a09d7449ffd2480d2d3d9fcc6744d4b8dcaa66':
fix[2222341] Soft reset while going back from camcorder settings
Merge commit '87ea1dfa60cf130fafdbab8e94cb2ce9ff8d0975' into eclair-mr2
* commit '87ea1dfa60cf130fafdbab8e94cb2ce9ff8d0975':
fix[2222341] Soft reset while going back from camcorder settings
add a way to convert a mapped "pushbuffer" buffer to a gralloc handle
which then can be safely used by surfaceflinger
also make sure to not send empty rectangles to the MDP.
Merge commit 'ba1d894484e8063378df9957163858cdc8d3e1d6'
* commit 'ba1d894484e8063378df9957163858cdc8d3e1d6':
Fix bug 2210203 where Music volume is reduced after reducing in-call volume.
Merge commit '467b99831bbcfdb42edf7794409095ee8bc84c71' into eclair-mr2-plus-aosp
* commit '467b99831bbcfdb42edf7794409095ee8bc84c71':
Fix bug 2210203 where Music volume is reduced after reducing in-call volume.