summaryrefslogtreecommitdiffstats
path: root/switch.c
AgeCommit message (Collapse)AuthorFilesLines
2016-10-11switch: explicit route supportHEADflounder_5.99.1flounder/5.99.1eel_5.0.3eel_5.0.2eel_5.0.1eel_5.0.0eel_4.99.5eel_4.99.4eel_4.99.3eel/5.0.3eel/5.0.2eel/5.0.1eel/5.0.0eel/4.99.5eel/4.99.4eel/4.99.35.99.15.0.35.0.25.0.15.0.04.99.54.99.44.99.3mastereelYannick Gicquel1-2/+10
- stream to device Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-10-11Implement routing groups and volume ramp up/downManuel Bachmann1-1/+1
Change-Id: I0e9d3b8b8be4d124907214c165617d86be6906fc Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-10-11Map labels to classes, map routing groups to audio adaptersManuel Bachmann1-6/+4
Change-Id: I563aa146eba8de594900c02b44f19f526a5cdc0e Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-10-11Rename all internal pa_ definitions to agl_Manuel Bachmann1-5/+5
The plugin often uses "pa_" for its internal structures and functions, which is misleading because this prefix is also used by PulseAudio itself. Thus, reading the code can be confusing. Rename everything to "agl_". Change-Id: Iadd03daf528ec0cbed1cb526aeb3bada757a211f Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-10-11Clean up node status after sink_input unlinkManuel Bachmann1-27/+17
We now unload all modules associated with a node when it disappears. Change-Id: I6d2055d546c9cc1b1967f85c973eafcc216bc91f Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-10-11Initial commitManuel Bachmann1-0/+267
Change-Id: Ic974941bdd30309b4adb72b7a05959332750210b Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>