From 3cdb31ee57c06963af77000faf8aaf4bbd9737aa Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Fri, 15 Feb 2019 15:48:04 -0800 Subject: Audio HAL: add address documentation Test: compile Change-Id: I108d512cf3381c5b87c76d152252050d309e46a6 Signed-off-by: Kevin Rocard --- audio/common/5.0/types.hal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'audio') 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; }; /** -- cgit v1.2.3