Skip to content
  • Arnaud Ferraris's avatar
    modules: add module-default-routes for storing/restoring routes · a499e02a
    Arnaud Ferraris authored
    This commit adds a WirePlumber module which stores the current route for
    a given device, and implements the necessary interfaces to restore those
    on startup.
    
    The routes are stored as an array of objects in JSON format.
    
    Please note that actually restoring routes on startup is not done by this
    module but will be implemented separately in a future commit.
    a499e02a