summaryrefslogtreecommitdiffstats
path: root/src/modules/coreaudio/module-coreaudio-detect.c
Commit message (Collapse)AuthorAgeFilesLines
* osx: re-order module locationsDaniel Mack2011-03-211-268/+0
| | | | move all Mac OS X related modules to own location.
* module-coreaudio-detect: fix variable assignment in pa__done()Daniel Mack2011-03-211-1/+3
| | | | Do not dereference 'u' prior to its assignment.
* Fix up some double spacesMaarten Bosmans2011-03-181-2/+2
|
* coreaudio: Make coreaudio-detect safer by adding asserts before dereferencingCai Yuanqing2010-12-221-6/+11
|
* modules/coreaudio: replace deprecated functionsDaniel Mack2010-05-151-17/+49
| | | | | All API calls are now consolidated in AudioObject* calls, the old model has been deprecated in 10.6. Follow that change.
* CoreAudio: add device detection moduleDaniel Mack2009-12-161-0/+229
This adds a new module for CoreAudio device detection. It registers a callback to detect hotplugged devices and creates/destroys modules named 'module-coreaudio-device'. Devices are identified via a system-wide unique AudioDeviceID.