Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-11 | Fixed latest commit | 1 | -2/+2 | ||
Wrong test on asprintf return code broke the app Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-11 | Fixed compilation warning with _FORTIFY_SOURCE=2 | 1 | -16/+33 | ||
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-11 | Remove yocto compilation errors | 1 | -1/+1 | ||
Remove yocto compilation errors concerning : - An unitialized variable in 'alsa-api-pcm.c' - A wrong use of asprintf in 'alsa-api-streams.c' Change-Id: I170993d060a7a1d1a1c20979da0645c5ef2b1b91 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh> | |||||
2018-06-11 | Autorize direct zone to point on sndcard | 1 | -7/+31 | ||
2018-06-10 | Cleanup and added return of previous volume when setting new value | 1 | -33/+69 | ||
2018-06-06 | Move PCM write to synchronous write to remove XRUN | 1 | -2/+2 | ||
2018-06-06 | Fixed the MixerInfoAction reply | 1 | -2/+1 | ||
Make it robust to empty source, and set the source when input is a direct capture device. Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-05 | Use attach info verb to build attach response. | 1 | -42/+16 | ||
2018-06-05 | Update info command and move HTML5 to new API | 1 | -18/+29 | ||
2018-06-04 | Fixed json parsing format errors | 1 | -2/+3 | ||
The expected format did not match the parameters Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-04 | Move to Dynamic Mixer API (work in progress) | 1 | -237/+238 | ||
2018-05-18 | Added create/close mixer API | 1 | -26/+26 | ||
2018-05-18 | Implements volume ramping | 1 | -74/+110 | ||
2018-05-18 | Added relative volume setting per audio-stream | 1 | -31/+69 | ||
2018-05-17 | Implemented sub API for stream with volume/pause/toggle/... | 1 | -13/+25 | ||
2018-05-17 | Initial version with dynamic APIs | 1 | -0/+340 | ||