summaryrefslogtreecommitdiffstats
path: root/mixer-binding
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11stops the read/write loop when the stream is mutedThierry Bultel1-2/+9
when the stream is muted (due to the configuration, or due to a HAL request), the read/write loop is stopped. The benefit is that muting will work with capture devices that do not implement the mute in their driver. The inconvenient of stopping the read loop is that it has made appear an unexpected side-effect: the poll on capture does not trig for further incoming frames. The workaround is to completely close, then reopen and configure the capture PCM. Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-07-03Uses the APIv3 compatibility to vdynThierry Bultel1-2/+1
Uses the new compatibility for vdyn based on V3 Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-06-10Cleanup and added return of previous volume when setting new valuefulup1-1/+1
2018-06-06Move smixer API create+attach into controller onload sectionfulup1-21/+9
2018-06-04Move to Dynamic Mixer API (work in progress)Fulup Ar Foll1-2/+2
2018-05-18Implements volume rampingFulup Ar Foll1-1/+1
2018-05-17Initial version with dynamic APIsFulup Ar Foll1-2/+3
2018-05-16Move to new config syntaxfulup1-1/+1
2018-05-14Move to new Romain controller versionfulup1-0/+7
2018-04-30On going effort, now load and support LUA+C pluginFulup Ar Foll2-2/+3
2018-04-29Hack config to bypass limitation and load pluginFulup Ar Foll1-8/+4
2018-04-29Initial push work in progressFulup Ar Foll3-0/+230