| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
* Building of stlport is now moved to smdk4412-common
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
I'm still wondering what exactly happened that resulted earpiece volume that low between CM11 and CM12.
I compared all current earpiece CTLs and they seem to be exactly the same as stock ones, although volume is still too low.
Let's fix it by enabling boost level 1 (possible <0,3>) and increasing output volume to 60 (possible <57,63>)
Perhaps I find some better solution in future.
Closes #101
|
|
|
|
| |
Change-Id: Idf8a7803a96cfa81c1af818617dc66aeb872f68e
|
|
|
|
|
|
|
|
|
|
| |
Framework was responsible for enabling or disabling the noise suppression using
audio parameters. However, this is currently broken in lollipop and most of the
newer devices have noise suppression enabled by default.
Use noise suppression when using the default input device (main microphone).
Change-Id: Ie8bdfe1d9860fdad996640d1664e8111df7d3cec
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit 9a3be307eccf1b4ae7537125d0eab042224d9f0b.
|
| |
|
|
|
|
| |
credits to Ivanmeler
|
|
|
|
| |
credits to DimitriMayakovsky
|
|
|
|
| |
Change-Id: Iccb763b48a687b88692c84976a7cddf72031b5be
|
|
|
|
| |
This reverts commit 1c3ccd1cbf98430dc091240fe1aa494a51908980.
|
|
|
|
| |
credits to DimitriMayakovsky
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* "//Accel sensor is first on and last off"
This is totally wrong. The since we are using a single sysfs path
to enable and disable all of the sensors, the kernel driver uses
bitwise operations on the input value to know which sensors should
be enabled. The current logic wrongly assumes that the sensors are
enabled and disabled in a specific order and if accelerometer was
disabled, all of the other sensors were being disabled too. This
caused inconsistent sensor states between the sensor HAL and the
kernel driver and most of the time, the sensors failed to work
properly and drained battery.
Simplify the code to use bitwise operations instead of arithematic
operations to keep things clean. Additionally, since two or more
sensors can be enabled or disabled at the same time, we use a lock
to prevent race conditions.
Change-Id: Ifc3fab1456d4061f58d52f2ecda822c6157aae6e
|
|
|
|
|
|
|
| |
AIF1ADC2L mixer controls are no longer present on the newer kernel.
Remove them to prevent failure errors.
Change-Id: I163a3ca105f048a4aea06817bde794c8721cbfcf
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Lower the main and sub mic gain to prevent distortion.
* Increase the headset mic gain
* Enable +30db boost for headset mic
Change-Id: Ie13c25cc1f119c372031a9e5f6a95374bace3ae2
|
|
|
|
| |
Change-Id: I8656a410982ee64295476a016f44cfa49a2e900f
|
|
|
|
| |
Change-Id: I89bcc9c86d1974348f67ec4b5974f52c05de711d
|
|
|
|
| |
Change-Id: I94bed7e8e1a722cef01649930c82c84276720946
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 00ac0f43785afd63a16b74034f4701928e941360.
Change-Id: I810bad7b533d8c8edf0152b36874789e02994bad
n7100: sensors: Fix buffer size
Change-Id: I93a999a47ade6982c0b1fec56d611465f8dad830
Conflicts:
n7100.mk
|
|
|
|
| |
Change-Id: I764a87e5cea6361d8d267dd1ac53dc9dbd887e88
|
| |
|
|
|
|
| |
This reverts commit ea5d43559586e1a44e3ef1f204e079c92e75c1b1.
|
| |
|
|
|
|
|
|
| |
This reverts commit 7e5b3b523210bfce1931e97f60f862302769d1c5.
This is already defined in smdk4412-common
|
|
|
|
| |
This reverts commit 1220dd2be89b11032ea3bad91b87aa0c17376a92.
|
|
|
|
|
|
| |
This reverts commit d1411e7965cdeee7874e914c4c321873ee8e2cc1.
This is already defined in smdk4412-common
|
| |
|
| |
|
|
|
|
|
|
|
| |
This reverts commit fd12f10a780a5af4ccc3e67498dc3d7d3f89b1f5.
Conflicts:
BoardConfig.mk
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|