commit | fd5dfad9cf51bc3575b5e50193403de4a3de23bc | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Apr 15 21:37:46 2009 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Apr 16 11:03:10 2009 +0100 |
tree | 98eb875794acc72107a4ea49b637080d20e44f6d | |
parent | 3f1a4d826751d9759fc95da4e47d08d2745e0055 [diff] |
ASoC: Volume controls are never of boolean type Some limited volume controls (mostly simple attenuations) have only two settings so the ASoC info functions misreport them as booleans. Since we currently have no better information check for " Volume" in the control name and always report any controls matching as being integer. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>