commit | dff34ffe2344c8611c1368dc9583df9201af9e89 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Fri Jan 08 23:17:55 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jan 08 23:17:55 2016 +0000 |
tree | 133e54c3d76c5e0a5c16f9ba27592bd633772b79 | |
parent | cb8c8872b07f63678444a43afea0fd2af57ca3ef [diff] | |
parent | 89d567f1c98955fc6081dc89ca17527064b6b028 [diff] |
Merge "Add mono audio parameter"
diff --git a/include/hardware/audio.h b/include/hardware/audio.h index 2389c09..29b695c 100644 --- a/include/hardware/audio.h +++ b/include/hardware/audio.h
@@ -144,6 +144,9 @@ /* Set the HW synchronization source for an output stream. */ #define AUDIO_PARAMETER_STREAM_HW_AV_SYNC "hw_av_sync" +/* Enable mono audio playback if 1, else should be 0. */ +#define AUDIO_PARAMETER_MONO_OUTPUT "mono_output" + /** * audio codec parameters */