summaryrefslogtreecommitdiffstats
path: root/modules/usbaudio/audio_hw.c
Commit message (Expand)AuthorAgeFilesLines
* Support MONO and STERO USB inputs. Allow "dynamic" flag in audio_policy.conf.Paul McLean2014-09-171-30/+19
* usb audio: implement microphone mute.Eric Laurent2014-09-141-0/+10
* Fix problem with dropouts with multiple USB audio streams.Paul McLean2014-08-281-7/+42
* 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-121-2/+1
* usb audio: fix set_parameters read/write concurrencyEric Laurent2014-08-061-30/+52
* 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-251-779/+306
* Merge "Move channel expansion/contraction functions to audio_utils/channels.h...Paul McLean2014-07-171-257/+2
|\
| * Move channel expansion/contraction functions to audio_utils/channels.h/.cPaul McLean2014-07-161-257/+2
* | 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
|/
* Support for 32-bit data conversions.Paul McLean2014-07-151-39/+215
* Revert "Added enumeration of legitimate sample rates for input and output."Eric Laurent2014-07-151-215/+39
* Added enumeration of legitimate sample rates for input and output.Paul McLean2014-07-151-39/+215
* Added enumeration of legitimate sample rates for input and output.Paul McLean2014-07-141-135/+154
* Merge "Multi-format USB audio input"Paul McLean2014-07-021-42/+119
|\
| * Multi-format USB audio inputPaul McLean2014-07-071-42/+119
* | audio: different frame size calculation for input and outputEric Laurent2014-07-031-5/+7
|/
* Multi-format USB Audio suportPaul McLean2014-06-301-152/+336
* usb audio: fix capture channel conversionEric Laurent2014-06-271-5/+5
* Implement minimal buffer size for playbackPaul McLean2014-06-201-1/+26
* usb audio: fix usb capture configurationEric Laurent2014-06-111-13/+18
* USB HAL: 64-bit compile issuesMark Salyzyn2014-04-281-29/+30
* Added support for 1-channel capture sources (like a microphone)Paul McLean2014-04-281-18/+55
* USB HAL Capture ImplementationPaul McLean2014-04-241-199/+408
* Initial implementation of usb audio I/OPaul McLean2014-03-311-55/+711
* usbaudio: fix for out->dev->lock remains locked in error caseAmit Shekhar2014-01-301-1/+1
* audio: new audio devices enumsEric Laurent2012-09-071-7/+1
* Update USB audio HAL to use APIMike Lockwood2012-04-241-17/+18
* usbaudio: add initial usbaudio default HALSimon Wilson2012-04-121-0/+439