Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-11 | Autorize direct zone to point on sndcard | fulup | 10 | -681/+152 | |
2018-06-10 | Add default configuration of softmmixer | Jonathan Aillet | 1 | -0/+55 | |
Add default configuration of softmmixer when using in 4a. Change-Id: I53df4f57b8f77366117c32e1f4ff70d83253fdef Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh> | |||||
2018-06-10 | Authorize new section at mixer initialization | Jonathan Aillet | 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 | Correct a warning when using snd_output_printf function | Jonathan Aillet | 1 | -1/+1 | |
Instead of passing directly a 'const char *' to snd_output_printf function use a "%s" format. Change-Id: I46cd0fc6e5d139a6241dc3aa224b707d97a68125 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh> | |||||
2018-06-10 | Move cmake install prefix | Jonathan Aillet | 2 | -2/+2 | |
Move cmake install prefix from config.cmake to distrib osconfig.cmake. Change-Id: I0e89e9b2a63941eced787ccd77313e441b0132f8 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh> | |||||
2018-06-10 | Change afb binding version | Jonathan Aillet | 1 | -1/+1 | |
Change afb binding version to avoid compilation warnings. Change-Id: Ia8c8d8b5da04fba397a8e1e0879c433607e237d9 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh> | |||||
2018-06-10 | Documentation/cleanup | fulup | 1 | -1/+2 | |
2018-06-10 | Added cardid+verb return for capture+playback sndcard | fulup | 4 | -124/+494 | |
2018-06-10 | Added stream/ramp return to fit HAL attach request | fulup | 3 | -90/+157 | |
2018-06-10 | Cleanup and added return of previous volume when setting new value | fulup | 21 | -465/+498 | |
2018-06-07 | Added more configuration examples | Thierry Bultel | 3 | -1/+485 | |
Added lua file for the simple 'radio + USB 2ch output' test case. Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-07 | Added log for card lookup diagnostic | Thierry Bultel | 3 | -2/+7 | |
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-07 | renamed project name, and added lua dependency | Thierry Bultel | 1 | -1/+2 | |
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-07 | code cleanup | Thierry Bultel | 1 | -2/+2 | |
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-07 | Code cleanup and fixed some typos | Thierry Bultel | 3 | -36/+48 | |
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-06 | Move PCM write to synchronous write to remove XRUN | fulup | 3 | -19/+234 | |
2018-06-06 | Merge branch 'master' of github.com:iotbzh/4a-softmixer | fulup | 1 | -30/+16 | |
2018-06-06 | Move smixer API create+attach into controller onload section | fulup | 6 | -352/+65 | |
2018-06-06 | Move smixer API create+attach into controller onload section | fulup | 6 | -347/+76 | |
2018-06-06 | Fixed the buffer copy size in read callback | Thierry Bultel | 1 | -3/+5 | |
Fixes the UNDERRUN issue (seen while playing radio, for instance) Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-06 | Fixed the MixerInfoAction reply | Thierry Bultel | 2 | -9/+5 | |
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 | fulup | 2 | -19/+230 | |
2018-06-05 | Use attach info verb to build attach response. | fulup | 4 | -310/+60 | |
2018-06-05 | Added per sink/source API for master control | fulup | 3 | -13/+23 | |
2018-06-05 | Update info command and move HTML5 to new API | fulup | 11 | -240/+684 | |
2018-06-04 | Rename project to smixer-4a | Thierry Bultel | 1 | -1/+1 | |
Changed the project name, and renamed the default config file accordingly to solve the search issues when using the development launcher | |||||
2018-06-04 | Fixed compilation issues with gcc >= 7.2 | Thierry Bultel | 4 | -5/+5 | |
Fixed some warnings about uninitialized variables | |||||
2018-06-04 | Fixed json parsing format errors | Thierry Bultel | 2 | -4/+5 | |
The expected format did not match the parameters Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-04 | Update submodules | Fulup Ar Foll | 1 | -0/+0 | |
2018-06-04 | Update to new submodules | Fulup Ar Foll | 2 | -0/+0 | |
2018-06-04 | Move to Dynamic Mixer API (work in progress) | Fulup Ar Foll | 28 | -1762/+2268 | |
2018-05-18 | Update to last controller fix | Fulup Ar Foll | 4 | -3/+3 | |
2018-05-18 | Added create/close mixer API | Fulup Ar Foll | 5 | -131/+281 | |
2018-05-18 | Implements volume ramping | Fulup Ar Foll | 16 | -203/+505 | |
2018-05-18 | Added relative volume setting per audio-stream | Fulup Ar Foll | 2 | -31/+72 | |
2018-05-17 | Implemented sub API for stream with volume/pause/toggle/... | Fulup Ar Foll | 7 | -25/+104 | |
2018-05-17 | Initial version with dynamic APIs | Fulup Ar Foll | 19 | -247/+543 | |
2018-05-17 | Cleanup soft vol control creation | Fulup Ar Foll | 8 | -245/+95 | |
2018-05-16 | Move to new config syntax | fulup | 5 | -19/+78 | |
2018-05-15 | Update to last submodule helpers | fulup | 2 | -0/+0 | |
2018-05-14 | Move to new Romain controller version | fulup | 14 | -459/+232 | |
2018-05-14 | Fix temporary app-template os detection failure | fulup | 2 | -1/+2 | |
Signed-off-by: fulup <fulup.arfoll@iot.bzh> | |||||
2018-05-14 | Update submodules | fulup | 3 | -0/+0 | |
Signed-off-by: fulup <fulup.arfoll@iot.bzh> | |||||
2018-05-14 | Fix previous commit error | fulup | 1 | -5/+0 | |
2018-05-14 | Documentation and simple config for one card | fulup | 2 | -0/+274 | |
2018-05-13 | First testable version. | Fulup Ar Foll | 19 | -673/+884 | |
Mixing with volume and mute per audio role works. | |||||
2018-05-13 | First version muxing multiple audio streams. | Fulup Ar Foll | 7 | -23/+34 | |
2018-05-13 | Initial version with softvol,Route,Multi,Dmix | Fulup Ar Foll | 20 | -282/+1492 | |
2018-05-11 | Initial version with softvol control and DMIX | Fulup Ar Foll | 11 | -449/+482 | |
2018-05-08 | Fist AlsaLoop model playing music (work in progress) | Fulup Ar Foll | 17 | -248/+1434 | |