summaryrefslogtreecommitdiff
path: root/src/modules/module-device-manager.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-07database: extract common method to handle machine id and architectureIgor V. Kovalenko1-7/+5
2019-12-14source: move the streams to the default_source when the source unlinkHui Wang1-1/+1
2019-12-14source-output: change bool save_source to char *preferred_sourceHui Wang1-4/+4
2019-11-25sink-input: change bool save_sink to char *preferred_sinkHui Wang1-4/+4
2018-07-02sink-input, source-output: remove the state gettersTanu Kaskinen1-2/+2
2017-12-12build-sys: Stop using symdef headers for modulesArun Raghavan1-2/+0
2017-12-02device-manager: don't override application routing requestsTanu Kaskinen1-2/+4
2017-12-02sink-input, source-output: add sink/source_requested_by_application flagTanu Kaskinen1-2/+2
2016-05-07module-device-manager: Refine logic to ignore filtered streamsArun Raghavan1-8/+24
2016-05-07module-filter-apply: Don't implement policy in module-device-managerArun Raghavan1-16/+6
2016-04-25device-manager, filter-apply: don't reroute streams that have a filterTanu Kaskinen1-0/+20
2016-01-26device-manager: improve logging about non-existing dataTanu Kaskinen1-2/+4
2015-02-26tagstruct: Distinguish pa_tagstruct_new() use casesPeter Meerwald1-4/+4
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-03-07Fix a few "it's -> its" typosAlexander E. Patrakov1-2/+2
2014-01-26device-manager: Don't try to use unlinked devicesTanu Kaskinen1-0/+4
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-4/+4
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-40/+40
2013-07-02device-manager: Refuse to load empty descriptionsTanu Kaskinen1-0/+10
2013-06-28device-manager: Add a sanity check for reading entriesTanu Kaskinen1-0/+5
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-7/+0
2013-05-22module-device-manager: Fix description restoreDavid Henningsson1-2/+2
2013-02-16idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-1/+1
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-4/+4
2012-06-09modules: Use pa_streq instead of strcmp.Arti Trivedi Bora1-6/+6
2012-05-31modules: Use PA_IDXSET_FOREACH wherever applicable.Harsh Prateek Bora1-1/+1
2012-03-28device-manager: Add an assertion to get rid of a warning from Coverity.Tanu Kaskinen1-1/+1
2012-03-28device-manager: Fix a memory leak.Tanu Kaskinen1-0/+2
2011-08-25More spelling fixesMaarten Bosmans1-4/+4
2011-08-15Plug some memory leaksMaarten Bosmans1-2/+5
2011-06-22Remove unnecessary #includesMaarten Bosmans1-3/+1
2011-06-22database: Support legacy format database entries.Colin Guthrie1-61/+127
2011-06-22database: Convert our use of database files to save in tagstruct format.Colin Guthrie1-85/+127
2011-06-22capture: Add the passthrough format negotiation to capture streams.Colin Guthrie1-4/+3
2011-06-06device-manager: Free a hook slot to prevent segv on unloadColin Guthrie1-0/+3
2011-05-02core: Add extended stream API to support compressed formatsArun Raghavan1-2/+2
2011-03-18Fix up some double spacesMaarten Bosmans1-2/+2
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-4/+2
2010-12-20Fix typosZhang Wanming1-1/+1
2010-09-29device-manager: Ensure that sinks/sources populate the device manager lists i...Colin Guthrie1-5/+59
2009-11-21Avoid using devname as a variable name.Diego Elio 'Flameeyes' Pettenò1-7/+7
2009-10-19device-manager: Fix compiler warning.Colin Guthrie1-4/+4
2009-10-10device-manager: Rather than flagging the device as available, just include th...Colin Guthrie1-4/+4
2009-10-02device-manager: Play nice with module-stream-restore.Colin Guthrie1-37/+47
2009-10-02device-manager: Make use of PA_IDXSET_FOREACH when applying entries.Colin Guthrie1-12/+12
2009-10-02device-manager: Keep track as to whether or not the user specifically renamed...Colin Guthrie1-9/+40
2009-10-02device-manager: No need to check the version after calling read_entry()Colin Guthrie1-4/+4
2009-10-01device-manager: Misc fixes to co-exist with other stream management/routing m...Colin Guthrie1-40/+30
2009-10-01device-manager: Misc fixes.Colin Guthrie1-37/+47
2009-10-01device-manager: Fix the writing of the database when priority doesn't change.Colin Guthrie1-1/+3