commit | cffb034ce9e2200fa8c730a4060d7dae59c15535 | [log] [tgz] |
---|---|---|
author | Simon Wilson <simonwilson@google.com> | Mon Sep 17 17:09:15 2012 -0700 |
committer | Simon Wilson <simonwilson@google.com> | Tue Sep 18 18:03:45 2012 -0700 |
tree | b037960cbbba37e0722af23ee4b135e6a12c653e | |
parent | c750b06b27d22a70658ef681f86db0a202f8a832 [diff] |
audio: support multiple mixer values per control Multiple mixer control values can now be set by using the optional id xml attribute. For example: <ctl name="Volume" id="0" value="13"> <ctl name="Volume" id="1" value="15"> Would set the channel at index 0 (usually left) to 13, and the other channel to 15. Change-Id: Id135d5a8175b3d89b0f2be69e9b1c014d95da2f2