summaryrefslogtreecommitdiffstats
path: root/audio/ril_interface.c
Commit message (Collapse)AuthorAgeFilesLines
* audio: use per-device maximum RIL volumeSimon Wilson2011-07-291-2/+17
| | | | | | | | | | 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-36/+75
| | | | | | This prevents a seg fault if no ril is present. Change-Id: I5f9443e31bdcab07df21d9f12ed2dd92807300f8
* audio: voice call supportSimon Wilson2011-06-241-0/+86
- Also ensured that PRODUCT_PACKAGES is set so that the HAL is copied into the filesystem. Change-Id: I89790e5aec1d6beb7d4650316ec070503a35c436