summaryrefslogtreecommitdiffstats
path: root/modules/usbaudio
Commit message (Expand)AuthorAgeFilesLines
* Add USB out_get_presentation_position() for timestampsAndy Hung2015-08-061-2/+10
* audio HAL: reverse mutex locking orderEric Laurent2015-06-191-26/+51
* Update USB channel mask handlingAndy Hung2015-06-101-2/+8
* Remove unused data conversion functions from usb halAndy Hung2015-05-111-68/+0
* Add output channel index mask to USB halAndy Hung2015-05-111-7/+18
* Add multichannel input to USB halAndy Hung2015-05-111-65/+35
* Back out locking order and (over) simplification in out_write(), in_read().Paul McLean2015-02-201-3/+4
* USB device disconnect latencyPaul McLean2015-02-201-42/+3
* Improve locking/unlocking in *_set_params().Paul McLean2015-02-181-21/+27
* Technical Debt Paydown - move/rename filesPaul McLean2015-01-1310-1096/+6
* am e6499429: Merge commit \'83b47a68\' into manualmergeEric Laurent2015-01-101-2/+4
|\
| * Merge commit '83b47a68' into manualmergeEric Laurent2015-01-091-2/+4
| |\
| | * usb audio: Fix incorrect bytes returned for recordingPavan Chikkala2015-01-091-1/+5
| | * DO NOT MERGE - fix: memory leaksoon1.choi2014-12-181-0/+2
* | | Merge "Multi-USB device support & read device on open."Paul McLean2015-01-092-34/+63
|\ \ \
| * | | Multi-USB device support & read device on open.Paul McLean2015-01-082-34/+63
* | | | am 7e9abab1: am b338957d: Merge "usbaudio: Return 0 bytes on failure in capture"Eric Laurent2015-01-091-0/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | am b338957d: Merge "usbaudio: Return 0 bytes on failure in capture"Eric Laurent2015-01-091-0/+4
| |\ \
| | * | usbaudio: Return 0 bytes on failure in captureViswanath L2015-01-091-0/+4
* | | | Merge "Line length 100"Glenn Kasten2014-12-301-1/+2
|\ \ \ \
| * | | | Line length 100Glenn Kasten2014-12-301-1/+2
* | | | | am 06fcfc50: am 02e30945: Merge "Fix missing #includes in hardware/libhardware."Elliott Hughes2014-12-301-0/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | am 02e30945: Merge "Fix missing #includes in hardware/libhardware."Elliott Hughes2014-12-301-0/+2
| |\ \ \ | | |/ /
| | * | Fix missing #includes in hardware/libhardware.Elliott Hughes2014-12-291-0/+2
* | | | am 68be24b1: am ce0bbb97: Merge "fix: memory leak"Eric Laurent2014-12-181-0/+2
|\ \ \ \ | |/ / /
| * | | am ce0bbb97: Merge "fix: memory leak"Eric Laurent2014-12-181-0/+2
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * fix: memory leaksoon1.choi2014-12-181-0/+2
* | | Renaming generic-sounding filenames to indicate "audio".Paul McLean2014-12-158-14/+14
* | | Technical debt paydownPaul McLean2014-12-153-87/+2
|/ /
* | usbaudio: reset profile on device disconnectHaynes Mathew George2014-12-111-3/+8
* | Support MONO and STERO USB inputs. Allow "dynamic" flag in audio_policy.conf.Paul McLean2014-09-172-46/+34
|/
* usb audio: implement microphone mute.Eric Laurent2014-09-141-0/+10
* Merge "Fix problem with dropouts with multiple USB audio streams." into lmp-devPaul McLean2014-08-284-23/+58
|\
| * Fix problem with dropouts with multiple USB audio streams.Paul McLean2014-08-284-24/+58
* | Fixing non-playback on USB devices with support for MONO playback.Paul McLean2014-08-282-6/+14
|/
* Merge "Quick hack fix for USB accessory audio support" into lmp-devGlenn Kasten2014-08-211-0/+7
|\
| * Quick hack fix for USB accessory audio supportMike Lockwood2014-08-211-0/+7
* | Fix problem with reloading config of new capture devicesPaul McLean2014-08-131-2/+1
|/
* Fix problem with reloading config of new devices with same card/device numbers.Paul McLean2014-08-122-3/+2
* usb audio: fix set_parameters read/write concurrencyEric Laurent2014-08-061-30/+52
* Merge "Pass multichannel capability to AudioPolicyManager" into lmp-devAndy Hung2014-07-291-40/+35
|\
| * Pass multichannel capability to AudioPolicyManagerAndy Hung2014-07-291-40/+35
* | Merge "Add multichannel USB handshaking with AudioFlinger" into lmp-devAndy Hung2014-07-281-66/+45
|\ \ | |/
| * Add multichannel USB handshaking with AudioFlingerAndy Hung2014-07-281-66/+45
* | audio HAL: add parameters to open streamEric Laurent2014-07-281-2/+5
|/
* Refactor USB HAL (audio_hw.c)Paul McLean2014-07-2510-780/+1462
* Merge "Move channel expansion/contraction functions to audio_utils/channels.h...Paul McLean2014-07-172-259/+5
|\
| * Move channel expansion/contraction functions to audio_utils/channels.h/.cPaul McLean2014-07-162-259/+5
* | Add audio_input_flags_t to HAL open_input_streamGlenn Kasten2014-07-161-1/+2
* | Marking invalid PCM formats with PCM_FORMAT_INVALID, shrinking format table.Paul McLean2014-07-161-51/+52
|/