summaryrefslogtreecommitdiff
path: root/core/java/android/alsa
Commit message (Collapse)AuthorAgeFilesLines
* Move ALSA utilities to com.android.internal.alsa packageMike Lockwood2015-02-263-570/+0
| | | | Change-Id: Icbd45ec97a942e44e60f8d4ba0bb58c97f85b55f
* AlsaCardsParser: Ensure line is not NULL when reading Cards File.Mohamad Ayyash2015-02-181-0/+3
| | | | | Change-Id: I5136bbb776bbbf97229b2d96975b819a94232d66 Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
* Add additional info to AudioPort for enum/selection API.Paul McLean2015-02-041-2/+5
| | | | | | | | | | | Add "device name" member to AudioPort. Moved unique device ID from DevicePort to AudioPort. Straighten out confusion between "name" and "address" Created string constants for Intent "extra" data keys. Combine card/address data into "address" at sender.Add additional info to AudioPort for enum/selection API. Parse out USB Device name in UsbCardsParser. Change-Id: Ifd76b0298312090a8f39e638339f993b86d47080
* Watch for NumberFormatExceptions in AlsaCardsParser and AlsaDevicesParserMike Lockwood2015-01-212-51/+65
| | | | | Bug: 19082426 Change-Id: I130d4df290716339326a28d249217a8a04220176
* Support for simultaneous USB Audio Devices connect/disconnectPaul McLean2015-01-092-78/+180
| | | | | | | | | | | | | | Attach/Detach logic Decoupling card# and list index Modern loop constructs Consistent logging flags Add class/type flags to device "address" string. Factored UsbAudioDevice out of UsbAudioManager. Bug: 18399845 Bug: 18717784 Change-Id: I6f185e1c24091d4c0d21eb7e922a1496748d32c3
* Changed namespace of AlsaParser (and components) to correctly reflect their ↵Paul McLean2014-05-153-3/+3
| | | | | | | | place in the directory hierarchy. Change-Id: I33a5a34a31d5811cfb5167843dc185ba94d236fd
* Implement USB Audio across Nexus DevicesPaul McLean2014-04-111-0/+35
| | | | | | | | | | | Fix issues with connecting non-audio USB devices. https://b.corp.google.com/issue?id=13745966 https://b.corp.google.com/issue?id=8281454 https://b.corp.google.com/issue?id=13751080 https://b.corp.google.com/issue?id=4643412 Change-Id: I1186f69a6c5f50279a1225a77fb5d4f7a8eda3cb
* Revert "Revert "Initial implementation of USB Audio output.""Paul McLean2014-04-093-0/+413
| | | | This reverts commit f2f80c09b668176b3b1e619457ae628432636507.
* Revert "Initial implementation of USB Audio output."Eric Laurent2014-04-073-413/+0
| | | | | | | This reverts commit 3af0fe0c9df2fc1e0a4d6bcd827a4d7aa28dbdeb while investigating issues 13751080 and 13883978. Bug: 13751080.
* Initial implementation of USB Audio output.Paul McLean2014-03-313-0/+413
Change-Id: I7fbbe421285d628fa49591c6469ac50efec77ccf