Move audio hw module names to system/

The names of the modules are also used in audio policy configuration
files and thus need to be consistent between HAL and the framework.

Change-Id: I7c57738be40423012c680d68db990a9145f0ee87
Test: make
This commit is contained in:
Mikhail Naganov 2016-10-18 14:44:48 -07:00
parent 360d6161b7
commit 2efccdc315

View file

@ -59,19 +59,6 @@ __BEGIN_DECLS
/* Minimal audio HAL version supported by the audio framework */
#define AUDIO_DEVICE_API_VERSION_MIN AUDIO_DEVICE_API_VERSION_2_0
/**
* List of known audio HAL modules. This is the base name of the audio HAL
* library composed of the "audio." prefix, one of the base names below and
* a suffix specific to the device.
* e.g: audio.primary.goldfish.so or audio.a2dp.default.so
*/
#define AUDIO_HARDWARE_MODULE_ID_PRIMARY "primary"
#define AUDIO_HARDWARE_MODULE_ID_A2DP "a2dp"
#define AUDIO_HARDWARE_MODULE_ID_USB "usb"
#define AUDIO_HARDWARE_MODULE_ID_REMOTE_SUBMIX "r_submix"
#define AUDIO_HARDWARE_MODULE_ID_CODEC_OFFLOAD "codec_offload"
/**************************************/
/**