summaryrefslogtreecommitdiffstats
path: root/src/modules/coreaudio/module-coreaudio-detect.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.