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