summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sound_trigger HAL updateEric Laurent2014-07-311-2/+2
* 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-283-6/+15
|/
* Delete mcu HAL.Jeff Brown2014-07-263-83/+1
* 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-163-3/+6
* | 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
* Merge "Revert "Added enumeration of legitimate sample rates for input and out...Eric Laurent2014-07-151-215/+39
|\
| * Revert "Added enumeration of legitimate sample rates for input and output."Eric Laurent2014-07-151-215/+39
* | Merge "Added enumeration of legitimate sample rates for input and output." in...Paul McLean2014-07-151-134/+150
|\ \ | |/
| * 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 "Fix warnings" into lmp-devGlenn Kasten2014-07-151-4/+4
|\ \
| * | Fix warningsGlenn Kasten2014-07-151-4/+4
| |/
* | Support for 32-bit data conversions.Paul McLean2014-07-151-38/+217
|/
* sound trigger: update HALEric Laurent2014-07-071-13/+8
* Merge "Multi-format USB audio input"Paul McLean2014-07-021-42/+119
|\
| * Multi-format USB audio inputPaul McLean2014-07-071-42/+119
* | Merge "audio: different frame size calculation for input and output"Eric Laurent2014-07-063-20/+28
|\ \
| * | audio: different frame size calculation for input and outputEric Laurent2014-07-033-20/+28
* | | am 611a3b71: am 3e618a6a: Merge "gralloc: let target configure page flipping ...David Turner2014-07-042-1/+16
|\ \ \ | |/ / |/| |
| * | am 3e618a6a: Merge "gralloc: let target configure page flipping ioctl"David Turner2014-07-042-1/+16
| |\ \
| | * \ Merge "gralloc: let target configure page flipping ioctl"David Turner2014-07-042-1/+16
| | |\ \
| | | * | gralloc: let target configure page flipping ioctlBernhard Rosenkraenzer2014-06-022-1/+16
| | * | | Merge commit 'f404dc42d6677a1aee88d1ce996a7e8e4afe55bb' into HEADBill Yi2014-04-291-1/+1
| | |\ \ \
| | | * \ \ am 5106ad0c: Merge "Audio HALs are 32-bit only"Glenn Kasten2014-03-133-0/+4
| | | |\ \ \
| | | * \ \ \ am 282ab1b6: Merge "gralloc: dont hardcode 32bpp as RGBX"Jesse Hall2014-03-111-1/+1
| | | |\ \ \ \
| | | * \ \ \ \ am b342abb6: Merge "gralloc: make private_handle_t layout consistent on 32/64...Greg Hackmann2014-03-111-1/+1
| | | |\ \ \ \ \
| | | * \ \ \ \ \ am b96f1083: Merge "Move libhardware of <asm/page.h>."Elliott Hughes2014-03-111-5/+1
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ am f4c46752: Merge "AArch64: Calculate private_handle_t\'s numInts"Greg Hackmann2014-03-071-3/+5
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ am 1482406b: usbaudio: fix for out->dev->lock remains locked in error caseAmit Shekhar2014-03-071-1/+1
| | | |\ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix my-dir issueBrian Carlstrom2014-07-021-1/+1
* | | | | | | | | | | | audio: fixed channel count determination from channel maskEric Laurent2014-07-011-20/+12
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Fix my-dir issueBrian Carlstrom2014-06-301-1/+1
* | | | | | | | | | | Multi-format USB Audio suportPaul McLean2014-06-301-152/+336