summaryrefslogtreecommitdiffstats
path: root/audio/ril_interface.h
Commit message (Collapse)AuthorAgeFilesLines
* audio: support wideband call audioSimon Wilson2011-09-301-0/+5
| | | | | | | | Some networks support wideband AMR for voice calls. To support this, implement a callback that the RIL uses to set the wideband config. Change-Id: Ifa75ff189cc300728f560b77fd4fb3f1798e776d
* audio: use per-device maximum RIL volumeSimon Wilson2011-07-291-1/+2
| | | | | | | | | | The maguro and toro devices have different radios, each supporting a different maximum volume. Determine the maximum volume for the device from the ro.config.vc_call_vol_steps property and use that to calculate the volume to send to the RIL. Change-Id: I02921ed41ddbae90f8d3a149c05d37d3e87deab0
* audio: check for ril presence before calling into itKim Uk2011-07-191-13/+12
| | | | | | This prevents a seg fault if no ril is present. Change-Id: I5f9443e31bdcab07df21d9f12ed2dd92807300f8
* audio: voice call supportSimon Wilson2011-06-241-0/+67
- Also ensured that PRODUCT_PACKAGES is set so that the HAL is copied into the filesystem. Change-Id: I89790e5aec1d6beb7d4650316ec070503a35c436