aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2018-06-05Correct a warning when using snd_output_printf functionJonathan Aillet1-1/+1
Instead of passing directly a 'const char *' to snd_output_printf function use a "%s" format. Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-06-02Take into account params sent with a streamJonathan Aillet1-9/+8
The params sent with a stream was overwrite when it was read. Save them correctly at stream json parsing. Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-06-02Authorize new section at mixer initializationJonathan Aillet1-1/+2
Authorize the new section 'mixerapi' to be present into the json sent to initialize mixer. Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-06-02Correct a conversion into remp processingJonathan Aillet1-1/+1
The conversion from ms to us wasn't done correctly, it is fixed now. Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-05-28plugins: fixed some typos & compilation warningsThierry Bultel3-7/+8
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-05-25alsa-api-zones: fixed sigsegv on channel parsingThierry Bultel1-1/+2
2018-05-22Fixed compilation warnings with gcc-7.2.0Thierry Bultel5-9/+9
Replaced some 'size_t' by 'int' Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-05-18Update to last controller fixFulup Ar Foll1-2/+2
2018-05-18Added create/close mixer APIFulup Ar Foll3-62/+131
2018-05-18Implements volume rampingFulup Ar Foll13-192/+473
2018-05-18Added relative volume setting per audio-streamFulup Ar Foll1-31/+69
2018-05-17Implemented sub API for stream with volume/pause/toggle/...Fulup Ar Foll5-22/+100
2018-05-17Initial version with dynamic APIsFulup Ar Foll12-125/+426
2018-05-17Cleanup soft vol control creationFulup Ar Foll4-14/+61
2018-05-14Move to new Romain controller versionfulup4-84/+15
2018-05-14Documentation and simple config for one cardfulup1-0/+82
2018-05-13First testable version.Fulup Ar Foll14-317/+637
Mixing with volume and mute per audio role works.
2018-05-13First version muxing multiple audio streams.Fulup Ar Foll6-19/+29
2018-05-13Initial version with softvol,Route,Multi,DmixFulup Ar Foll15-254/+1249
2018-05-11Initial version with softvol control and DMIXFulup Ar Foll9-442/+472
2018-05-08Fist AlsaLoop model playing music (work in progress)Fulup Ar Foll11-205/+1324
2018-04-30On going effort, now load and support LUA+C pluginFulup Ar Foll8-38/+353
2018-04-29Initial push work in progressFulup Ar Foll2-0/+86