android_hardware_qcom_audio/hal
Sharad Sangle 3dd5a4a5bb HAL: Identify the track offload session
The current logic for identifying the track offload
   session is using strlcat in wrong way, third parameter
   is given the string length to be appended, but in fact
   it should be the size of the destination buffer.

   Due to this the string returned is missing the last
   character, in case of "true", it contains "tru" due this
   the session is not considered as a track offload by the
   calling module. To fix this use sizeof of the destination
   buffer instead of string length of string to be appended.

Change-Id: I3d456aad2ca49095a0dfe5883f4374e22a437256
CRs-Fixed: 946670
2015-12-20 20:49:18 -08:00
..
audio_extn Merge "hal: Update format table with AAC ADTS formats." into av-userspace.lnx.1.0-dev.1.0 2015-12-14 21:55:49 -08:00
msm8916 hal: update 44.1 native playback support on bear platform 2015-12-16 23:48:47 -08:00
msm8960 Merge 9c4ba54b3e on remote branch 2015-12-14 11:55:32 +05:30
msm8974 hal: Add support for 3-mic surround sound recording 2015-12-14 21:38:22 -08:00
voice_extn policy_hal: fix improper voice-playback concurrency handling 2015-12-14 04:31:19 -08:00
Android.mk hal: Surround sound record enhancement 2015-12-14 21:45:06 -08:00
audio_hw.c HAL: Identify the track offload session 2015-12-20 20:49:18 -08:00
audio_hw.h
edid.c
edid.h
platform_api.h hal: update apptype configuration logic for recording usecase 2015-11-03 18:47:03 -08:00
platform_info.c Merge 9c4ba54b3e on remote branch 2015-12-14 11:55:32 +05:30
voice.c policy_hal: fix improper voice-playback concurrency handling 2015-12-14 04:31:19 -08:00
voice.h policy_hal: fix improper voice-playback concurrency handling 2015-12-14 04:31:19 -08:00