summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_coreaudio_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* ao_coreaudio: refactor chmap detectionStefano Pigozzi2013-07-221-3/+4
| | | | | | b2f9e0610 introduced this functionality with code that was quite 'monolithic'. Split the functionality over several functions and ose the new macros to get array properties.
* ao_coreaudio: move utils functions to snake_caseStefano Pigozzi2013-07-221-5/+5
|
* ao_coreaudio: split ao_coreaudio_common in two filesStefano Pigozzi2013-07-221-0/+77
* ao_coreaudio_utils: contains several utility function * ao_coreaudio_properties: contains functions to set and get audio object properties. Conflicts: audio/out/ao_coreaudio.c