Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-10 | Fix the byte control set/get method | Pankaj Bharadiya | |
The TLV byte controls expect a TLV header as well. Check for TLV access and add TLV header size before invoking mixer API. Change-Id: I12ba129e5bbc0676e80eb920e85b3683decfe0db Signed-off-by: Pawse, GuruprasadX <guruprasadx.pawse@intel.com> Signed-off-by: Pankaj Bharadiya <pankaj.laxminarayan.bharadiya@intel.com> | |||
2016-11-19 | make tinymix command oriented, based on amixer | Taylor Holberton | |
2016-11-07 | I work on platforms based on the Qualcomm SnapDragon chip. There can be | Brad Walker | |
hundreds of paths on the audio side of this chip. There was a recent change whereby tinymix will ALWAYS prints the routes/paths for the different ports on ALSA. I consider this to be a regression. It really should only be printed if asked. In addition, I've modified tinymix to more closely conform to the following: https://www.gnu.org/prep/standards/html_node/Command_002dLine-Interfaces.html Lastly, I removed a redundant errno.h.. | |||
2016-10-02 | always printing control list, showing usage when argc == 1 | Taylor Holberton | |
2016-10-01 | put programs into utils dir | Taylor Holberton | |