History log of /hardware/libhardware/modules/usbaudio/alsa_device_proxy.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2c6196f20c2ca25f6e7f8e0f752c2cbc00113538 21-Aug-2014 Paul McLean <pmclean@google.com> Fix problem with dropouts with multiple USB audio streams.

Bug 17136569

Change-Id: I94bdbe037533a3fd77f249fdd42f4d828d3bf87f
/hardware/libhardware/modules/usbaudio/alsa_device_proxy.c
7de76b2d4d597b6984567e66208c9c0268ceaac9 14-Aug-2014 Mike Lockwood <lockwood@google.com> Quick hack fix for USB accessory audio support

tinyalsa fails to retrieve the correct value for the period count
from the f_audio_source driver and tries to use zero instead.
This wasn't a problem before because the usb audio HAL used hard coded values
that were compatible with the driver.

Bug: 16799652
Change-Id: I6f5b907a0699c58b071e9f419ed8e053a7d9dc77
/hardware/libhardware/modules/usbaudio/alsa_device_proxy.c
af5187efbddfe7d47238ed28e48b13ca4b96b9fe 12-Aug-2014 Paul McLean <pmclean@google.com> Fix problem with reloading config of new devices with same card/device numbers.

Bug 16981885

Change-Id: I65c6c418ee0d0f42c87379b614f64302d27f8e77
/hardware/libhardware/modules/usbaudio/alsa_device_proxy.c
c88e6ae584a5f7ea65ab6df89e381c2c7bf8e84e 16-Jul-2014 Paul McLean <pmclean@google.com> Refactor USB HAL (audio_hw.c)

Refactoring alsa device attributes to alsa_device_profile.h/.c
Refactoring alsa device state to alsa_device_proxy.h/.c
Refactoring format functions into format.h/.c
Refactoring logging functions into logging.h/.c
Sundry (and extensive) code cleanup
Reworked locking on out_write() and in_read() to allow
simultaneous input/output

Bug: 15986827, 15856702, 12833166

Change-Id: I82c8d0ef252b2f95ee23f263dc175f4c883bfd64
/hardware/libhardware/modules/usbaudio/alsa_device_proxy.c