summaryrefslogtreecommitdiffstats
path: root/src/modules/module-hal-detect.c
Commit message (Expand)AuthorAgeFilesLines
* Update PA_MODULE_USAGE to be in line with actual implementationMaarten Bosmans2011-03-181-2/+2
* dbus: remove filter functions only if they were actually set beforeLennart Poettering2010-02-091-5/+5
* llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering2009-09-081-3/+1
* dbus: never return DBUS_HANDLER_RESULT_HANDLED in filter callbacks, since oth...Lennart Poettering2009-08-191-3/+0
* hal: replace subdevs= parameter by subdevices= parameterLennart Poettering2009-08-111-5/+5
* Split OSS support in output and wrapper.Diego Elio 'Flameeyes' Pettenò2009-08-081-8/+8
* hal: add option to initialize all subdevices of an OSS deviceLennart Poettering2009-07-311-5/+20
* hal,udev: deprecate HAL support in favour of udevLennart Poettering2009-06-061-1/+2
* core: add a suspend cause flags fieldLennart Poettering2009-06-051-6/+6
* initialize sound cards only after the 'control' object appearedLennart Poettering2009-04-041-5/+25
* dbus: split dbus-util into dbus-sharedMarc-André Lureau2009-03-301-1/+1
* Ignore HAL NoSuchProperty errors when looking for capabilities field. Closes ...Lennart Poettering2009-03-191-1/+2
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* hal-detect: make sure r is initialized, so we don't take random pathMarc-André Lureau2009-02-191-0/+1
* make module-hal-detect pick up all cards even when they have no device 0Lennart Poettering2009-02-121-6/+1
* make use of new functions pa_dbus_add_matches/pa_dbus_remove_matchesLennart Poettering2009-01-291-17/+10
* include a few HAL properties in our card/sink/source properties for ALSA devicesLennart Poettering2009-01-241-1/+0
* rework module-hal-detect and make it use module-alsa-card instead of module-a...Lennart Poettering2009-01-221-347/+309
* kill autoload stuff as plannedLennart Poettering2009-01-151-8/+8
* actually unload the modules from a new stack frameLennart Poettering2008-12-171-1/+1
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-5/+5
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-091-1/+1
* fix shutdown when --disallow-module-loading=1 is passedLennart Poettering2008-08-051-1/+1
* fix build without ALSALennart Poettering2008-08-011-0/+2
* a bit of pa_bool_t'izationLennart Poettering2008-07-311-9/+9
* allow global tsched setting for all modules loaded by module-halLennart Poettering2008-07-311-4/+19
* make module-hal and module-ck live together in peacev0.9.11Lennart Poettering2008-07-241-1/+5
* fix destruction of dbus modules: make sure we don't leave filter function reg...Lennart Poettering2008-07-241-1/+13
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-4/+4
* Completely rework ALSA device selection code: choose the device to open depen...Lennart Poettering2007-11-131-2/+2
* tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering2007-11-091-6/+7
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-293/+565
* Kill spaces on EOLLennart Poettering2007-05-291-5/+5
* Fix build and only load OSS xor ALSA modules if both are availableLennart Poettering2007-05-221-5/+29
* Don't fail if hal doesn't currently contain any devices. (closes #55)Pierre Ossman2007-03-061-8/+2
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-6/+6
* remove all occurences of Lennart Poettering2006-08-181-14/+14
* * only load an OSS driver for the first device of a sound card, similar to wh...Lennart Poettering2006-08-121-7/+14
* increase module argument buffer size to prevent truncating namesShahms E. King2006-08-121-2/+2
* use the HAL UDI for naming input/output devicesLennart Poettering2006-08-111-4/+17
* remove OSS specific code from module-hal-detect if HAVE_OSS is not set. Same ...Lennart Poettering2006-08-111-10/+30
* use the copied udi string as hash key for the device table, because the tempo...Lennart Poettering2006-08-111-1/+1
* add HAL support for OSS devices and capability changesShahms E. King2006-08-081-60/+115
* clean up hal patch to use pa_xnew and timeval compatibility wrappersShahms E. King2006-08-071-51/+16
* * add SVN $Id$ tagsLennart Poettering2006-08-061-1/+3
* merge HAL support from Shams E. KingLennart Poettering2006-08-061-0/+495