Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-alsa-lib: List of commits

external/alsa-lib


RSS
Rev. Time Author
d829670 marshmallow-x86 android-x86-6.0-r1 android-x86-6.0-r2 android-x86-6.0-r3 2015-10-10 02:16:36 Chih-Wei Huang

Change to use PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP

This reverts commit f3b56723a605bd7a0480550a7509612a8dc4cd19.

be92511 lollipop-x86 2015-10-07 04:00:08 Chih-Wei Huang

alsa-lib: only build the 32-bit library

af1e3c3 2014-11-06 01:19:39 Chih-Wei Huang

Fix the building issues on Android 5.0

The link warning will be treated as an error.

d386838 honeycomb-x86 ics-x86 jb-x86 kitkat-x86 android-x86-4.4-r1 android-x86-4.4-r2 android-x86-4.4-r3 2013-08-15 02:55:32 Masaki Muranaka

Merge remote-tracking branch 'cyanogenmod/gb-release-7.2' into jb-x86-monami

Conflicts:
Android.mk

a10f7f0 2011-03-30 11:10:09 fattire

Fix Alsa UCM to build under Android

Change-Id: Ib99a3db496eaade14bed56698721ec2acf1b2d81

d44e5ab 2011-03-30 10:42:34 Sean McNeil

Remove shared memory access.

Somehow these changes didn't get committed.

Change-Id: Ida7b706de56d95c8fb22d2708711a4d68c41ddaa

f3b5672 2011-03-30 10:25:02 fattire

a cheap fix that resulted in compiling and working sound, but I have no idea what the _NP at the end of PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP does. It doesn't exist for Android tho in pthread.h.

3bf1693 2011-03-30 10:24:51 fattire

fix to compiler error.

201407e 2011-03-30 10:24:38 Austen Dicken

load asound.conf from /system/etc instead of /etc

/etc is symlinked to /system/etc, but it's better to reference
the proper directory instead of relying on a symlink

Change-Id: I8f6c7c4c663239fbab19f3769a0739a1d440a90a

6cec57b 2011-03-30 10:24:27 Joerie de Gram

Replaced L format type modifier characters with ll for bionic compatibility

Change-Id: I80f30929c6485a2f100c507777cc5169fb54a7e5

ceee107 2011-03-30 10:24:14 Sean McNeil

Eliminate SYSV shared memory support. Bionic doesn't have support of sys/shm.h

8fdcfcc 2011-03-30 10:23:58 fattire

Update alsa-lib to version 1.0.24.1

8d6e70b 2011-01-31 04:06:58 Austen Dicken

load asound.conf from /system/etc instead of /etc

/etc is symlinked to /system/etc, but it's better to reference
the proper directory instead of relying on a symlink

Change-Id: I8f6c7c4c663239fbab19f3769a0739a1d440a90a

a29332f 2011-01-20 04:55:36 fattire

Merge remote branch 'upstream/gingerbread' into gingerbread

f604a64 2011-01-18 03:59:45 Patrick Georgi

Fix compile error in alsa-lib's alisp because an
unchecked string is used as format string.

Backport from upstream alsa-lib to make the build succeed.

Change-Id: I019c93735911862671b2f8d9bd2f18444ee1de78

f572c0b 2011-01-14 07:45:37 cicada

fixed invalid format string compiler err

Change-Id: If482120001181a87022b4ca976c5996e9fd6d90c

ccc66c5 2011-01-13 05:33:49 Manjula Gupta

alsa-lib: Add inline compiler options.

Adds the missing compiler options required to build alsa-lib
-finline-limit=300 -finline-functions -fno-inline-functions-called-onces.

Fix for Bug: 778273

Change-Id: I3ccef14220c6ca9b7ecb3356fd5c4b32cb691ce9
Reviewed-on: http://git-master/r/15494
Reviewed-by: Masood Shaikh <mshaikh@nvidia.com>
Tested-by: Masood Shaikh <mshaikh@nvidia.com>
Reviewed-by: Jinyoung Park <jinyoungp@nvidia.com>
Reviewed-by: Shail Dave <sdave@nvidia.com>
Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com>
Tested-by: Ravindra Lokhande <rlokhande@nvidia.com>

a185f14 2010-12-29 01:42:52 Joerie de Gram

Replaced L format type modifier characters with ll for bionic compatibility

Change-Id: I80f30929c6485a2f100c507777cc5169fb54a7e5

077c513 2010-12-27 10:04:48 Joerie de Gram

Add missing LOCAL_MODULE_TAGS

Change-Id: I7d5f0392640ef4b4fb97b6d048ba7265290deac0

13d5865 2010-11-23 03:40:24 Manjula Gupta

alsa-lib: Fix build issue.

Change-Id: I3a8b7a7f2e9171ea7c9a6cc6dad0c03718f76c22
Reviewed-on: http://git-master/r/11334
Reviewed-by: Oskari Jaaskelainen <oskarij@nvidia.com>
Tested-by: Manjula Gupta <magupta@nvidia.com>
Reviewed-by: Masood Shaikh <mshaikh@nvidia.com>
Reviewed-by: Maria Gutowski <mgutowski@nvidia.com>

6aff515 2010-11-16 18:31:25 Manjula Gupta

alsa-lib: Fix Compilation error.

24def92 2010-07-07 11:03:47 Sean McNeil

Remove shared memory access.

Somehow these changes didn't get committed.

Change-Id: Ida7b706de56d95c8fb22d2708711a4d68c41ddaa

17cdbdf 2010-07-02 18:52:59 Sean McNeil

Update alsa-lib to version 1.0.23.

Change-Id: Ia95e09adbb5b6bb5ed09f53201a9cb4205dd5c5d

216eb9c 2009-12-03 01:04:14 Sean McNeil

Change to shared library as libaudio.so size has decreased.

7d7fc0e 2009-06-18 12:27:57 Sean McNeil

Enable additional plugins. Enable inlining.

8cc1785 2009-04-03 11:03:18 Sean McNeil

Eliminate SYSV shared memory support. Bionic doesn't have support of sys/shm.h

c4c3bec 2009-03-12 06:27:17 Sean McNeil

Accept careless whitespace around 'true' when setting BOARD_USES_ALSA_AUDIO

b0d0efe 2009-02-19 23:37:15 Sean McNeil

Update to version 1.0.19

1b6d05f 2008-11-20 11:37:39 Xiaopeng Yang

Initial Contribution

7e16215 2008-11-19 15:30:47 Xiaopeng Yang

external/alsa-lib 1.0.16

Show on old repository browser