From f1c1f6e7ac7f9ac2d2a8e804450402340e8b7fca Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Wed, 28 Feb 2018 21:46:26 -0800 Subject: [PATCH] Audio V4: Update .hal doc to removal of audioSource As multiple tracks can be connected to the same stream, the audio source list can be found in metadata. Bug: 38184704 Test: none Change-Id: I63e75fd4049fbe469b78cacf0adf44e9597cb422 Merged-In: I63e75fd4049fbe469b78cacf0adf44e9597cb422 Cherry-picked from master Signed-off-by: Kevin Rocard --- audio/4.0/IDevice.hal | 1 - 1 file changed, 1 deletion(-) diff --git a/audio/4.0/IDevice.hal b/audio/4.0/IDevice.hal index 7eb03c8d95..1bb5abaa61 100644 --- a/audio/4.0/IDevice.hal +++ b/audio/4.0/IDevice.hal @@ -132,7 +132,6 @@ interface IDevice { * @param device device type and (if needed) address. * @param config stream configuration. * @param flags additional flags. - * @param source source specification. * @param sinkMetadata Description of the audio that is suggested by the client. * May be used by implementations to configure hardware effects. * @return retval operation completion status.