Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-11 | stops the read/write loop when the stream is muted | Thierry Bultel | 1 | -2/+2 | |
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-06-22 | plugins: code & log cleanup | Thierry Bultel | 1 | -1/+1 | |
2018-05-18 | Update to last controller fix | Fulup Ar Foll | 1 | -2/+2 | |
2018-05-18 | Implements volume ramping | Fulup Ar Foll | 1 | -2/+2 | |
2018-05-17 | Initial version with dynamic APIs | Fulup Ar Foll | 1 | -4/+1 | |
2018-05-14 | Move to new Romain controller version | fulup | 1 | -1/+1 | |
2018-05-13 | First testable version. | Fulup Ar Foll | 1 | -82/+0 | |
Mixing with volume and mute per audio role works. | |||||
2018-05-13 | Initial version with softvol,Route,Multi,Dmix | Fulup Ar Foll | 1 | -45/+48 | |
2018-05-11 | Initial version with softvol control and DMIX | Fulup Ar Foll | 1 | -40/+55 | |
2018-05-08 | Fist AlsaLoop model playing music (work in progress) | Fulup Ar Foll | 1 | -22/+66 | |
2018-04-30 | On going effort, now load and support LUA+C plugin | Fulup Ar Foll | 1 | -0/+55 | |