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-06-22 | alsa-utils-bypath: code & log cleanup | Thierry Bultel | 1 | -6/+15 | |
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-11 | Fixed compilation warning with _FORTIFY_SOURCE=2 | Thierry Bultel | 1 | -6/+17 | |
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 | -0/+1 | |
2018-06-07 | Added log for card lookup diagnostic | Thierry Bultel | 1 | -2/+5 | |
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-04 | Move to Dynamic Mixer API (work in progress) | Fulup Ar Foll | 1 | -68/+36 | |
2018-05-13 | First testable version. | Fulup Ar Foll | 1 | -1/+0 | |
Mixing with volume and mute per audio role works. | |||||
2018-05-13 | Initial version with softvol,Route,Multi,Dmix | Fulup Ar Foll | 1 | -23/+42 | |
2018-05-11 | Initial version with softvol control and DMIX | Fulup Ar Foll | 1 | -30/+45 | |
2018-05-08 | Fist AlsaLoop model playing music (work in progress) | Fulup Ar Foll | 1 | -0/+127 | |