index
:
hardware_libhardware.git
replicant-4.2
replicant-6.0
hardware/libhardware
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
usbaudio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back out locking order and (over) simplification in out_write(), in_read().
Paul McLean
2015-02-20
1
-3
/
+4
*
USB device disconnect latency
Paul McLean
2015-02-20
1
-42
/
+3
*
Improve locking/unlocking in *_set_params().
Paul McLean
2015-02-18
1
-21
/
+27
*
Technical Debt Paydown - move/rename files
Paul McLean
2015-01-13
10
-1096
/
+6
*
am e6499429: Merge commit \'83b47a68\' into manualmerge
Eric Laurent
2015-01-10
1
-2
/
+4
|
\
|
*
Merge commit '83b47a68' into manualmerge
Eric Laurent
2015-01-09
1
-2
/
+4
|
|
\
|
|
*
usb audio: Fix incorrect bytes returned for recording
Pavan Chikkala
2015-01-09
1
-1
/
+5
|
|
*
DO NOT MERGE - fix: memory leak
soon1.choi
2014-12-18
1
-0
/
+2
*
|
|
Merge "Multi-USB device support & read device on open."
Paul McLean
2015-01-09
2
-34
/
+63
|
\
\
\
|
*
|
|
Multi-USB device support & read device on open.
Paul McLean
2015-01-08
2
-34
/
+63
*
|
|
|
am 7e9abab1: am b338957d: Merge "usbaudio: Return 0 bytes on failure in capture"
Eric Laurent
2015-01-09
1
-0
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
am b338957d: Merge "usbaudio: Return 0 bytes on failure in capture"
Eric Laurent
2015-01-09
1
-0
/
+4
|
|
\
\
|
|
*
|
usbaudio: Return 0 bytes on failure in capture
Viswanath L
2015-01-09
1
-0
/
+4
*
|
|
|
Merge "Line length 100"
Glenn Kasten
2014-12-30
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Line length 100
Glenn Kasten
2014-12-30
1
-1
/
+2
*
|
|
|
|
am 06fcfc50: am 02e30945: Merge "Fix missing #includes in hardware/libhardware."
Elliott Hughes
2014-12-30
1
-0
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
/
/
/
|
|
/
/
/
|
*
|
|
am 02e30945: Merge "Fix missing #includes in hardware/libhardware."
Elliott Hughes
2014-12-30
1
-0
/
+2
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Fix missing #includes in hardware/libhardware.
Elliott Hughes
2014-12-29
1
-0
/
+2
*
|
|
|
am 68be24b1: am ce0bbb97: Merge "fix: memory leak"
Eric Laurent
2014-12-18
1
-0
/
+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
am ce0bbb97: Merge "fix: memory leak"
Eric Laurent
2014-12-18
1
-0
/
+2
|
|
\
\
\
|
|
|
/
/
|
|
|
/
|
|
|
/
|
|
/
|
|
|
*
fix: memory leak
soon1.choi
2014-12-18
1
-0
/
+2
*
|
|
Renaming generic-sounding filenames to indicate "audio".
Paul McLean
2014-12-15
8
-14
/
+14
*
|
|
Technical debt paydown
Paul McLean
2014-12-15
3
-87
/
+2
|
/
/
*
|
usbaudio: reset profile on device disconnect
Haynes Mathew George
2014-12-11
1
-3
/
+8
*
|
Support MONO and STERO USB inputs. Allow "dynamic" flag in audio_policy.conf.
Paul McLean
2014-09-17
2
-46
/
+34
|
/
*
usb audio: implement microphone mute.
Eric Laurent
2014-09-14
1
-0
/
+10
*
Merge "Fix problem with dropouts with multiple USB audio streams." into lmp-dev
Paul McLean
2014-08-28
4
-23
/
+58
|
\
|
*
Fix problem with dropouts with multiple USB audio streams.
Paul McLean
2014-08-28
4
-24
/
+58
*
|
Fixing non-playback on USB devices with support for MONO playback.
Paul McLean
2014-08-28
2
-6
/
+14
|
/
*
Merge "Quick hack fix for USB accessory audio support" into lmp-dev
Glenn Kasten
2014-08-21
1
-0
/
+7
|
\
|
*
Quick hack fix for USB accessory audio support
Mike Lockwood
2014-08-21
1
-0
/
+7
*
|
Fix problem with reloading config of new capture devices
Paul McLean
2014-08-13
1
-2
/
+1
|
/
*
Fix problem with reloading config of new devices with same card/device numbers.
Paul McLean
2014-08-12
2
-3
/
+2
*
usb audio: fix set_parameters read/write concurrency
Eric Laurent
2014-08-06
1
-30
/
+52
*
Merge "Pass multichannel capability to AudioPolicyManager" into lmp-dev
Andy Hung
2014-07-29
1
-40
/
+35
|
\
|
*
Pass multichannel capability to AudioPolicyManager
Andy Hung
2014-07-29
1
-40
/
+35
*
|
Merge "Add multichannel USB handshaking with AudioFlinger" into lmp-dev
Andy Hung
2014-07-28
1
-66
/
+45
|
\
\
|
|
/
|
*
Add multichannel USB handshaking with AudioFlinger
Andy Hung
2014-07-28
1
-66
/
+45
*
|
audio HAL: add parameters to open stream
Eric Laurent
2014-07-28
1
-2
/
+5
|
/
*
Refactor USB HAL (audio_hw.c)
Paul McLean
2014-07-25
10
-780
/
+1462
*
Merge "Move channel expansion/contraction functions to audio_utils/channels.h...
Paul McLean
2014-07-17
2
-259
/
+5
|
\
|
*
Move channel expansion/contraction functions to audio_utils/channels.h/.c
Paul McLean
2014-07-16
2
-259
/
+5
*
|
Add audio_input_flags_t to HAL open_input_stream
Glenn Kasten
2014-07-16
1
-1
/
+2
*
|
Marking invalid PCM formats with PCM_FORMAT_INVALID, shrinking format table.
Paul McLean
2014-07-16
1
-51
/
+52
|
/
*
Support for 32-bit data conversions.
Paul McLean
2014-07-15
1
-39
/
+215
*
Revert "Added enumeration of legitimate sample rates for input and output."
Eric Laurent
2014-07-15
1
-215
/
+39
*
Added enumeration of legitimate sample rates for input and output.
Paul McLean
2014-07-15
1
-39
/
+215
*
Added enumeration of legitimate sample rates for input and output.
Paul McLean
2014-07-14
1
-135
/
+154
*
Merge "Multi-format USB audio input"
Paul McLean
2014-07-02
1
-42
/
+119
|
\
|
*
Multi-format USB audio input
Paul McLean
2014-07-07
1
-42
/
+119
[next]