summaryrefslogtreecommitdiffstats
path: root/modules/usbaudio/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Technical Debt Paydown - move/rename filesPaul McLean2015-01-131-7/+4
| | | | | | | | Moved audio (alsa actually) utils files to system/core/alsa_utils. Renamed "audio" utilities to "alsa" to better relect their purpose. Renamed audio_hw.c -> to audio_hal. c to better reflect its purpose. Change-Id: I67c7d47ee02abafd3e12c4c99d605a62e0f59122
* Renaming generic-sounding filenames to indicate "audio".Paul McLean2014-12-151-2/+2
| | | | Change-Id: Iba6403a3493379c39d22d23b438f028efc2e15b7
* Refactor USB HAL (audio_hw.c)Paul McLean2014-07-251-1/+5
| | | | | | | | | | | | | | Refactoring alsa device attributes to alsa_device_profile.h/.c Refactoring alsa device state to alsa_device_proxy.h/.c Refactoring format functions into format.h/.c Refactoring logging functions into logging.h/.c Sundry (and extensive) code cleanup Reworked locking on out_write() and in_read() to allow simultaneous input/output Bug: 15986827, 15856702, 12833166 Change-Id: I82c8d0ef252b2f95ee23f263dc175f4c883bfd64
* Move channel expansion/contraction functions to audio_utils/channels.h/.cPaul McLean2014-07-161-2/+3
| | | | Change-Id: I967a062f6c1cb5ae6acb6e92f4f3df00a0336733
* usbaudio: allow compiling for 64-bitColin Cross2014-04-181-1/+1
| | | | | | | | Set -Wno-unused-parameter, which makes the directory warnings-clean on 32-bit and 64-bit. Remove LOCAL_32_BIT_ONLY. Change-Id: I672d4ee8d9e70c75f9376ca60389af08f73166b8
* Audio HALs are 32-bit onlyGlenn Kasten2014-03-131-0/+1
| | | | Change-Id: I97eef87849312610d82bc3f82e168bb40604e646
* hardware/libhardware: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATHColin Cross2014-01-241-1/+1
| | | | | | | LOCAL_MODULE_PATH doesn't work for multiarch builds, replace it with LOCAL_MODULE_RELATIVE_PATH. Change-Id: I4e4ceec61d026bbe74ba604554c06104bde42e5e
* usbaudio: add initial usbaudio default HALSimon Wilson2012-04-121-0/+29
Change-Id: I6e93b2512883f3697683a74cadb9a29113966bc0