summaryrefslogtreecommitdiff
path: root/src/modules/module-device-manager.c
Commit message (Expand)AuthorAgeFilesLines
* module-device-manager: Refine logic to ignore filtered streamsArun Raghavan2016-05-071-8/+24
* module-filter-apply: Don't implement policy in module-device-managerArun Raghavan2016-05-071-16/+6
* device-manager, filter-apply: don't reroute streams that have a filterTanu Kaskinen2016-04-251-0/+20
* device-manager: improve logging about non-existing dataTanu Kaskinen2016-01-261-2/+4
* tagstruct: Distinguish pa_tagstruct_new() use casesPeter Meerwald2015-02-261-4/+4
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* Fix a few "it's -> its" typosAlexander E. Patrakov2014-03-071-2/+2
* device-manager: Don't try to use unlinked devicesTanu Kaskinen2014-01-261-0/+4
* hashmap: Add the ability to free keysArun Raghavan2013-09-171-4/+4
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-40/+40
* device-manager: Refuse to load empty descriptionsTanu Kaskinen2013-07-021-0/+10
* device-manager: Add a sanity check for reading entriesTanu Kaskinen2013-06-281-0/+5
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-7/+0
* module-device-manager: Fix description restoreDavid Henningsson2013-05-221-2/+2
* idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-1/+1
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-4/+4
* modules: Use pa_streq instead of strcmp.Arti Trivedi Bora2012-06-091-6/+6
* modules: Use PA_IDXSET_FOREACH wherever applicable.Harsh Prateek Bora2012-05-311-1/+1
* device-manager: Add an assertion to get rid of a warning from Coverity.Tanu Kaskinen2012-03-281-1/+1
* device-manager: Fix a memory leak.Tanu Kaskinen2012-03-281-0/+2
* More spelling fixesMaarten Bosmans2011-08-251-4/+4
* Plug some memory leaksMaarten Bosmans2011-08-151-2/+5
* Remove unnecessary #includesMaarten Bosmans2011-06-221-3/+1
* database: Support legacy format database entries.Colin Guthrie2011-06-221-61/+127
* database: Convert our use of database files to save in tagstruct format.Colin Guthrie2011-06-221-85/+127
* capture: Add the passthrough format negotiation to capture streams.Colin Guthrie2011-06-221-4/+3
* device-manager: Free a hook slot to prevent segv on unloadColin Guthrie2011-06-061-0/+3
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-2/+2
* Fix up some double spacesMaarten Bosmans2011-03-181-2/+2
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-4/+2
* Fix typosZhang Wanming2010-12-201-1/+1
* device-manager: Ensure that sinks/sources populate the device manager lists i...Colin Guthrie2010-09-291-5/+59
* Avoid using devname as a variable name.Diego Elio 'Flameeyes' Pettenò2009-11-211-7/+7
* device-manager: Fix compiler warning.Colin Guthrie2009-10-191-4/+4
* device-manager: Rather than flagging the device as available, just include th...Colin Guthrie2009-10-101-4/+4
* device-manager: Play nice with module-stream-restore.Colin Guthrie2009-10-021-37/+47
* device-manager: Make use of PA_IDXSET_FOREACH when applying entries.Colin Guthrie2009-10-021-12/+12
* device-manager: Keep track as to whether or not the user specifically renamed...Colin Guthrie2009-10-021-9/+40
* device-manager: No need to check the version after calling read_entry()Colin Guthrie2009-10-021-4/+4
* device-manager: Misc fixes to co-exist with other stream management/routing m...Colin Guthrie2009-10-011-40/+30
* device-manager: Misc fixes.Colin Guthrie2009-10-011-37/+47
* device-manager: Fix the writing of the database when priority doesn't change.Colin Guthrie2009-10-011-1/+3
* device-manager: Add extra debug messagesColin Guthrie2009-10-011-1/+19
* device-manager: Change the prefer/defer options to a single 'reorder' command.Colin Guthrie2009-10-011-82/+140
* device-manager: Don't notify clients on every subscription (it happens all th...Colin Guthrie2009-10-011-6/+18
* device-manager: Save icon and report current availability over protocol.Colin Guthrie2009-10-011-17/+53
* device-manager: Expose the priority lists in the protocol extension.Colin Guthrie2009-10-011-37/+47
* device-manager: Add a function to dump the database which we do whenever we s...Colin Guthrie2009-10-011-15/+107
* device-manager: Reroute streams when they change allowing the media.role to b...Colin Guthrie2009-10-011-212/+243
* device-manager: Refactor the routing method to allow the routing of a single ...Colin Guthrie2009-10-011-65/+80