staging/agl-audio-plugin.git
7 years agoFinalize basic configuration logic
Manuel Bachmann [Mon, 4 Jul 2016 12:29:04 +0000 (14:29 +0200)]
Finalize basic configuration logic

Configuration-related structures and values are now
applied everywhere.

Change-Id: I5c665a649b8c7c52dd18d214cee6c484f491b584
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
7 years agoRename all internal pa_ definitions to agl_
Manuel Bachmann [Tue, 14 Jun 2016 09:44:45 +0000 (11:44 +0200)]
Rename all internal pa_ definitions to agl_

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>
7 years agoAdd basic configuration logic, builtin configuration
Manuel Bachmann [Mon, 13 Jun 2016 11:15:17 +0000 (13:15 +0200)]
Add basic configuration logic, builtin configuration

There is now a default routing configuration provided at
startup (config file parsing is stubbed, decide if we need
it for routing purposes, or just for very basic things).

Change-Id: Ib824b63c663355ed80d0e6823d5f9aec8cb093d5
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
7 years agoClean up node status after sink_input unlink
Manuel Bachmann [Mon, 13 Jun 2016 08:11:28 +0000 (10:11 +0200)]
Clean up node status after sink_input unlink

We now unload all modules associated with a node when
it disappears.

Change-Id: I6d2055d546c9cc1b1967f85c973eafcc216bc91f
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
7 years agoFix PA_CORE_HOOK typos in tracker
Manuel Bachmann [Fri, 10 Jun 2016 13:26:02 +0000 (15:26 +0200)]
Fix PA_CORE_HOOK typos in tracker

Change-Id: I01733c90eb1098a10aaf85b5c47b96d464307bd1
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
7 years agoFix invalid sink input treatment after module-loopback
Manuel Bachmann [Fri, 10 Jun 2016 12:08:06 +0000 (14:08 +0200)]
Fix invalid sink input treatment after module-loopback

When loading module-loopback, it may create a new sink
input replicating the original one, but with no client
attached. We don't want to re-pass this one through the
whole logic (with NULL sink, etc), so just consider it
legit.

Change-Id: I218c459e1685621c1f59e1d8722e0f1cff88d225
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
7 years agoInitial commit
Manuel Bachmann [Thu, 9 Jun 2016 16:22:08 +0000 (18:22 +0200)]
Initial commit

Change-Id: Ic974941bdd30309b4adb72b7a05959332750210b
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
7 years agoInitial empty repository
Jan-Simon Moeller [Tue, 11 Oct 2016 14:24:39 +0000 (14:24 +0000)]
Initial empty repository