summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorKevin Rocard <krocard@google.com>2019-02-26 09:18:58 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-02-26 09:18:58 -0800
commitc3a712bef4989c509ba05c9968b99600f08a94b1 (patch)
treefb3dbbd3736bd2e95fede555b549c75adcbec30e /audio
parent10e0e7f3de5ce23a40a64b1389b8d4f3c5a67e68 (diff)
parent7e2aa9b955ea0903b2aff7df4551c710d3bf6c85 (diff)
downloadandroid_hardware_interfaces-c3a712bef4989c509ba05c9968b99600f08a94b1.tar.gz
android_hardware_interfaces-c3a712bef4989c509ba05c9968b99600f08a94b1.tar.bz2
android_hardware_interfaces-c3a712bef4989c509ba05c9968b99600f08a94b1.zip
Audio HAL: add address documentation am: 3cdb31ee57 am: 6420797904
am: 7e2aa9b955 Change-Id: I205bd30ffa969b090d507ea5791b0413bc0e4ff4
Diffstat (limited to 'audio')
-rw-r--r--audio/common/5.0/types.hal6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/common/5.0/types.hal b/audio/common/5.0/types.hal
index ffe45069a..8f8a888b3 100644
--- a/audio/common/5.0/types.hal
+++ b/audio/common/5.0/types.hal
@@ -643,8 +643,10 @@ struct DeviceAddress {
int32_t device;
} alsa; // used for USB_*
} address;
- string busAddress; // used for BUS
- string rSubmixAddress; // used for REMOTE_SUBMIX
+ /** Arbitrary BUS device unique address. Should not be interpreted by the framework. */
+ string busAddress;
+ /** Arbitrary REMOTE_SUBMIX device unique address. Should not be interpreted by the HAL. */
+ string rSubmixAddress;
};
/**