| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
|
|
|
|
|
| |
Currently this routes media to the dock, but keeps call I/O on the
device speaker.
Works with Steven Harper's Samsung dock audio patches from 2-3
months ago.
Change-Id: I41764f51f8c2df4d2f745ebdb8ada1abf0c29848
|
|
|
|
|
|
|
| |
No point extending and compiling another audio policy when we're
not modifying it in anyway.
Change-Id: I3e1d144b92b42ace670d312fe3c57f2596ea9e43
|
|
|
|
| |
Change-Id: I9e26f10926df440ee98e3ee8531b4382fa2f1dcf
|
|
|
|
|
|
| |
* For Vibrant
Change-Id: Idc6c8478fdf4cdae9cd90598838bc93ebc189938
|
|
|
|
| |
Change-Id: I19a95c3c8613a81d02f1146941fcb2f9ecc4efae
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Problem: During incoming calls, some users sound very echoey to the caller.
Hypothesis: setCallClockSync() is being called even entering MODE_RINGTONE,
when it makes sense that it should only be called when actually entering
the call itself, this also supports why it doesn't happen on outgoing calls,
i.e. instantly entering the call and activating the call clock sync rather
than activating it at the ringtone.
Solution: Restrict setCallClockSync() to only fire when prevMode != IN_CALL && mMode == IN_CALL.
Change-Id: Ie6c923846e98bb8b7e42520b831dbaf7f671d4d1
|
|
|
|
|
|
|
|
|
| |
- Properly set "Voice Communication" audio channel (it's not set
in crespo ics branch for whatever reason. Changelog says it
wasn't added in the first place.)
- Add AudioOut wakelock (not sure why it was removed, changelog
for ics branch says it wasn't added in the first place. Adding
it won't hurt.)
|
|
|
|
|
|
|
|
|
| |
This reverts commit 49cb776c1a5d056c345d90465f8006ef23d947b0.
This commit was not present for crespo gingerbread release and breaks
calls on certain modems/carriers for us (in a new way).
Change-Id: If679716844d092d18a2c4c945fd3b0b8c48136f9
|
|
|
|
|
| |
This should give enough info for debugging when users report call
not working.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Change-Id: I144433443cbf5c65693cbe584e987977c9f4d24b
|
|
|
|
| |
Change-Id: Ibbc9581b15fbe802f60826237a88b2a42f2b4a4a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Run openPcmOut_l and openMixer_l regardless if whether they are
already initialized or not. (These functions have a open counter
and they will be closed prematurely if we don't declare that
we are going to use them.)
- Fix invalid output device after playing notification
- Fix resuming FM radio after call ended
Note: resuming FM radio after notification is also dependent on a
patch to FM.apk
Change-Id: I8ab9fe74bb5a099252e0c1072a40e86209bc4a05
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Set the volume control of the Si4709 chip (I891574d6 originally
did this)
- Set the playback path to HP, HP_NO_MIC, SPK as appropriate
(allows WM8994 to apply its analog gain)
- Turn off FM Radio properly to allow WM8994 to be turned off after
disabling FM Radio (fixes battery drain and routing problems which
caused FM Radio to be mute if you listen to FM, listen to music and
listen to FM again.)
Change-Id: Id04aaddc6de5ffe1c0826bea33fc8ec633afd419
|
|
|
|
|
|
|
|
| |
The value associated with 'fm_on' and 'fm_off' should not be checked
because the values are different for mic/non-mic headphones. (And
there are no other instances where these properties are set.)
Change-Id: I4c8eef2da554314045769a6ae5099e5c147699bb
|
|
|
|
| |
Change-Id: Ife25a0fbd98db50ddb5fbcf5d957ea2114cc5297
|
| |
|
|
|
|
| |
Change-Id: I859f06768e8cb3e60cadc17346b72952feffba09
|
|
|