summaryrefslogtreecommitdiffstats
path: root/node.c
AgeCommit message (Collapse)AuthorFilesLines
2016-10-11node: fixup default string for agl_player nodes.Yannick Gicquel1-1/+1
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-10-11Implement JSON configuration fileManuel Bachmann1-0/+35
A JSON configuration file can now be read as "/etc/ pulseaudio-agl.cfg", and a sample one is provided by the package. If it exists and is valid, it will override the default configuration. As a result, the module now depends on json-c. Change-Id: I3f5deccc6f9b89cbd54bea7004271b8aec727538 Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-10-11Implement routing groups and volume ramp up/downManuel Bachmann1-3/+35
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-1/+1
Change-Id: I563aa146eba8de594900c02b44f19f526a5cdc0e Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-10-11Finalize basic configuration logicManuel Bachmann1-0/+31
Configuration-related structures and values are now applied everywhere. Change-Id: I5c665a649b8c7c52dd18d214cee6c484f491b584 Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-10-11Rename all internal pa_ definitions to agl_Manuel Bachmann1-9/+9
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-11Initial commitManuel Bachmann1-0/+179
Change-Id: Ic974941bdd30309b4adb72b7a05959332750210b Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>