commit | 466dc8ed6ca6b7f585104806c48613dd34e608c9 | [log] [tgz] |
---|---|---|
author | Paul McLean <pmclean@google.com> | Fri Apr 17 13:15:36 2015 -0600 |
committer | Paul McLean <pmclean@google.com> | Tue Apr 28 10:46:14 2015 -0600 |
tree | 086bbd91d48e366377c02df8a65a5e2bad8675a6 | |
parent | dae24729d0b3ced8c4a7d7f9b631e852f564db4f [diff] [blame] |
Explicit routing in AudioRecord Change-Id: I9cc5d54883a3e5c75d553fabb619fc8e49f4f9e5
diff --git a/services/audiopolicy/AudioPolicyInterface.h b/services/audiopolicy/AudioPolicyInterface.h index 58c65fa..9230750 100644 --- a/services/audiopolicy/AudioPolicyInterface.h +++ b/services/audiopolicy/AudioPolicyInterface.h
@@ -133,6 +133,7 @@ audio_format_t format, audio_channel_mask_t channelMask, audio_input_flags_t flags, + audio_port_handle_t selectedDeviceId, input_type_t *inputType) = 0; // indicates to the audio policy manager that the input starts being used. virtual status_t startInput(audio_io_handle_t input,