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
diff --git a/include/hardware/audio.h b/include/hardware/audio.h
index 72a0c24..4c938ac 100644
--- a/include/hardware/audio.h
+++ b/include/hardware/audio.h
@@ -59,19 +59,6 @@
/* 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"
-
/**************************************/
/**