aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/alsa/alsa-api-frontend.c
AgeCommit message (Collapse)AuthorFilesLines
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-22Fixed compilation warnings with gcc-7.2.0Thierry Bultel1-3/+3
Replaced some 'size_t' by 'int' Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-05-18Added create/close mixer APIFulup Ar Foll1-9/+9
2018-05-18Implements volume rampingFulup Ar Foll1-34/+87
2018-05-17Implemented sub API for stream with volume/pause/toggle/...Fulup Ar Foll1-4/+17
2018-05-17Initial version with dynamic APIsFulup Ar Foll1-0/+179