OSDN Git Service

android-x86/hardware-libaudio.git
10 years agoaudio_route: fix mediaserver crash jb-x86 android-x86-4.4-r1
Maksim Lin [Mon, 9 Dec 2013 10:54:34 +0000 (18:54 +0800)]
audio_route: fix mediaserver crash

The segfault is because a null audio_route param is passed into
function reset_mixer_state.

Issue: 1209

10 years agoFix bad sleep time
Tueidj [Wed, 28 Aug 2013 13:33:00 +0000 (21:33 +0800)]
Fix bad sleep time

The bad sleep time occurs when pcm_get_htimestamp() fails, leaving
kernel_frames uninitialized and causing out->cur_write_threshold to be
set to a very large value. The following patch ensures kernel_frames is
initialized to a sane value, it should fix most of the "limiting sleep
time" warnings and stuttering audio caused by sleeping too much.

10 years agoadd audio.usb.default
Chih-Wei Huang [Wed, 14 Aug 2013 04:05:33 +0000 (12:05 +0800)]
add audio.usb.default

Suggested by Masaki Muranaka <monaka@monami-ya.jp>.

11 years agodetect pcm card automatically
Chih-Wei Huang [Mon, 7 Jan 2013 17:01:14 +0000 (01:01 +0800)]
detect pcm card automatically

11 years agoaudio hal for jb-x86
Chih-Wei Huang [Mon, 7 Jan 2013 16:56:02 +0000 (00:56 +0800)]
audio hal for jb-x86

Import from device/asus/grouper/audio of AOSP.

12 years agoinitial import
Chih-Wei Huang [Thu, 22 Dec 2011 15:53:25 +0000 (23:53 +0800)]
initial import