Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-11 | Correct issues when calling info verb | 1 | -7/+4 | ||
Correct issues when calling info verb : - Two 'AFB_ReqFail' was called when an error was detected on info call reqsuest json (generating an application framework error). - The error messages wasn't up to date. Change-Id: Ifbb94854bc8a9d13ddf702defa94eaa6cf87e9ba Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh> | |||||
2018-06-10 | Authorize new section at mixer initialization | 1 | -1/+2 | ||
Authorize the new section 'mixerapi' to be present into the json sent to initialize mixer. Change-Id: I7feed818f19f2d93566f6e1634933462828dbdf0 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh> | |||||
2018-06-10 | Documentation/cleanup | 1 | -1/+2 | ||
2018-06-10 | Added cardid+verb return for capture+playback sndcard | 1 | -71/+263 | ||
2018-06-10 | Added stream/ramp return to fit HAL attach request | 1 | -88/+155 | ||
2018-06-10 | Cleanup and added return of previous volume when setting new value | 1 | -61/+201 | ||
2018-06-06 | Move smixer API create+attach into controller onload section | 1 | -71/+9 | ||
2018-06-06 | Fixed the MixerInfoAction reply | 1 | -7/+4 | ||
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 | Fix alsa URI within attach response | 1 | -2/+3 | ||
2018-06-05 | Use attach info verb to build attach response. | 1 | -6/+8 | ||
2018-06-05 | Update info command and move HTML5 to new API | 1 | -25/+101 | ||
2018-06-04 | Fixed compilation issues with gcc >= 7.2 | 1 | -1/+1 | ||
Fixed some warnings about uninitialized variables | |||||
2018-06-04 | Move to Dynamic Mixer API (work in progress) | 1 | -145/+214 | ||
2018-05-18 | Added create/close mixer API | 1 | -27/+96 | ||
2018-05-18 | Implements volume ramping | 1 | -4/+4 | ||
2018-05-17 | Implemented sub API for stream with volume/pause/toggle/... | 1 | -4/+56 | ||
2018-05-17 | Initial version with dynamic APIs | 1 | -0/+150 | ||