Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-11 | stops the read/write loop when the stream is muted | Thierry Bultel | 1 | -2/+9 | |
when the stream is muted (due to the configuration, or due to a HAL request), the read/write loop is stopped. The benefit is that muting will work with capture devices that do not implement the mute in their driver. The inconvenient of stopping the read loop is that it has made appear an unexpected side-effect: the poll on capture does not trig for further incoming frames. The workaround is to completely close, then reopen and configure the capture PCM. Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-07-03 | Uses the APIv3 compatibility to vdyn | Thierry Bultel | 1 | -2/+1 | |
Uses the new compatibility for vdyn based on V3 Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-10 | Cleanup and added return of previous volume when setting new value | fulup | 1 | -1/+1 | |
2018-06-06 | Move smixer API create+attach into controller onload section | fulup | 1 | -21/+9 | |
2018-06-04 | Move to Dynamic Mixer API (work in progress) | Fulup Ar Foll | 1 | -2/+2 | |
2018-05-18 | Implements volume ramping | Fulup Ar Foll | 1 | -1/+1 | |
2018-05-17 | Initial version with dynamic APIs | Fulup Ar Foll | 1 | -2/+3 | |
2018-05-16 | Move to new config syntax | fulup | 1 | -1/+1 | |
2018-05-14 | Move to new Romain controller version | fulup | 1 | -0/+7 | |
2018-04-30 | On going effort, now load and support LUA+C plugin | Fulup Ar Foll | 2 | -2/+3 | |
2018-04-29 | Hack config to bypass limitation and load plugin | Fulup Ar Foll | 1 | -8/+4 | |
2018-04-29 | Initial push work in progress | Fulup Ar Foll | 3 | -0/+230 | |