summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-06-10Authorize new section at mixer initializationJonathan Aillet1-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-10Correct 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. Change-Id: I46cd0fc6e5d139a6241dc3aa224b707d97a68125 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-06-10Move cmake install prefixJonathan Aillet2-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-10Change afb binding versionJonathan Aillet1-1/+1
Change afb binding version to avoid compilation warnings. Change-Id: Ia8c8d8b5da04fba397a8e1e0879c433607e237d9 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-06-10Documentation/cleanupfulup1-1/+2
2018-06-10Added cardid+verb return for capture+playback sndcardfulup4-124/+494
2018-06-10Added stream/ramp return to fit HAL attach requestfulup3-90/+157
2018-06-10Cleanup and added return of previous volume when setting new valuefulup21-465/+498
2018-06-07Added more configuration examplesThierry Bultel3-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-07Added log for card lookup diagnosticThierry Bultel3-2/+7
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-06-07renamed project name, and added lua dependencyThierry Bultel1-1/+2
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-06-07code cleanupThierry Bultel1-2/+2
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-06-07Code cleanup and fixed some typosThierry Bultel3-36/+48
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-06-06Move PCM write to synchronous write to remove XRUNfulup3-19/+234
2018-06-06Merge branch 'master' of github.com:iotbzh/4a-softmixerfulup1-30/+16
2018-06-06Move smixer API create+attach into controller onload sectionfulup6-352/+65
2018-06-06Move smixer API create+attach into controller onload sectionfulup6-347/+76
2018-06-06Fixed the buffer copy size in read callbackThierry Bultel1-3/+5
Fixes the UNDERRUN issue (seen while playing radio, for instance) Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-06-06Fixed the MixerInfoAction replyThierry Bultel2-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-05Fix alsa URI within attach responsefulup2-19/+230
2018-06-05Use attach info verb to build attach response.fulup4-310/+60
2018-06-05Added per sink/source API for master controlfulup3-13/+23
2018-06-05Update info command and move HTML5 to new APIfulup11-240/+684
2018-06-04Rename project to smixer-4aThierry Bultel1-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-04Fixed compilation issues with gcc >= 7.2Thierry Bultel4-5/+5
Fixed some warnings about uninitialized variables
2018-06-04Fixed json parsing format errorsThierry Bultel2-4/+5
The expected format did not match the parameters Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-06-04Update submodulesFulup Ar Foll1-0/+0
2018-06-04Update to new submodulesFulup Ar Foll2-0/+0
2018-06-04Move to Dynamic Mixer API (work in progress)Fulup Ar Foll28-1762/+2268
2018-05-18Update to last controller fixFulup Ar Foll4-3/+3
2018-05-18Added create/close mixer APIFulup Ar Foll5-131/+281
2018-05-18Implements volume rampingFulup Ar Foll16-203/+505
2018-05-18Added relative volume setting per audio-streamFulup Ar Foll2-31/+72
2018-05-17Implemented sub API for stream with volume/pause/toggle/...Fulup Ar Foll7-25/+104
2018-05-17Initial version with dynamic APIsFulup Ar Foll19-247/+543
2018-05-17Cleanup soft vol control creationFulup Ar Foll8-245/+95
2018-05-16Move to new config syntaxfulup5-19/+78
2018-05-15Update to last submodule helpersfulup2-0/+0
2018-05-14Move to new Romain controller versionfulup14-459/+232
2018-05-14Fix temporary app-template os detection failurefulup2-1/+2
Signed-off-by: fulup <fulup.arfoll@iot.bzh>
2018-05-14Update submodulesfulup3-0/+0
Signed-off-by: fulup <fulup.arfoll@iot.bzh>
2018-05-14Fix previous commit errorfulup1-5/+0
2018-05-14Documentation and simple config for one cardfulup2-0/+274
2018-05-13First testable version.Fulup Ar Foll19-673/+884
Mixing with volume and mute per audio role works.
2018-05-13First version muxing multiple audio streams.Fulup Ar Foll7-23/+34
2018-05-13Initial version with softvol,Route,Multi,DmixFulup Ar Foll20-282/+1492
2018-05-11Initial version with softvol control and DMIXFulup Ar Foll11-449/+482
2018-05-08Fist AlsaLoop model playing music (work in progress)Fulup Ar Foll17-248/+1434
2018-04-30On going effort, now load and support LUA+C pluginFulup Ar Foll24-90/+1357
2018-04-29Hack config to bypass limitation and load pluginFulup Ar Foll3-10/+7