summaryrefslogtreecommitdiffstats
path: root/src/modules/module-hal-detect.c
Commit message (Expand)AuthorAgeFilesLines
* make sure that the device access event sound is only generated onceLennart Poettering2007-08-111-21/+54
* fix module-hal when no api= argument is specifiedLennart Poettering2007-08-111-0/+1
* fix default device naming and fix api selection codeLennart Poettering2007-08-111-12/+15
* * drop redundant pa_core argument from module initialization functionsLennart Poettering2007-08-101-10/+56
* avoid duplicate loading of modulesLennart Poettering2007-08-101-15/+22
* handle ACLAdded messages for previously unknown devices identically to a real...Lennart Poettering2007-08-101-3/+2
* Avoid a race condition when one PA instance gets HAL's ACLAdded message befor...Lennart Poettering2007-08-101-4/+58
* play ACL event sound only when gained access, not when losing itLennart Poettering2007-08-091-1/+2
* if we get access to a device we don't know yet, add it to our tree instead of...Lennart Poettering2007-08-091-2/+4
* listen for HAL ACL events; play an event sound on hw coldplug, hotplug and AC...Lennart Poettering2007-08-091-29/+157
* modernize module-hal-detect.c and check for ALSA pcm_class != modemLennart Poettering2007-08-081-284/+282
* Convert most snprintf() calls to pa_snprintf()Lennart Poettering2007-07-251-3/+3
* 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