audio: Initialize the radio voice session
authorChristopher N. Hesse <raymanfx@gmail.com>
Thu, 2 Feb 2017 19:48:56 +0000 (20:48 +0100)
committerChristopher N. Hesse <raymanfx@gmail.com>
Fri, 10 Feb 2017 20:31:20 +0000 (20:31 +0000)
commit41c9f3d2bcb51ec0f0d19aa0dbba147c1770b62d
treeb9e9906cfc6bbcd9dc4e317305902b93895ba214
parentbc52af5471a404277b1d74a3c5128528bf0b3223
audio: Initialize the radio voice session

This just allocates the structre and creates the RIL connection. This is
per audio_device structure to make sure we to not run into issues with
audioserver threading.

Change-Id: I42e1b7ae57579f39c5f76566ef5b67d4e2c13e3f
audio/Android.mk
audio/audio_hw.c
audio/audio_hw.h
audio/voice.c [new file with mode: 0644]
audio/voice.h [new file with mode: 0644]