generic-poky/meta/recipes-multimedia/alsa/alsa-lib
Kai Kang 764784c935 alsa-lib: fix function definitions error for mips
Functions atomic_add(s) and atomic_sub(s) are defined with 'extern
__inline__' that may cause compile fails when cross compile for mips.
The error message looks like:

| pcm/.libs/libpcm.a(pcm_meter.o): In function
`snd_pcm_meter_update_scope':
| .../alsa-lib-1.0.27.2/src/pcm/pcm_meter.c:139: undefined reference to
`atomic_sub'

Replace the 'extern __inline__' with 'static __inline__' to fix this
issue.

(From OE-Core rev: 80b4eb9e12ccf815261f6a67fd9b8d97717e82d5)

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-26 11:47:18 +01:00
..
Check-if-wordexp-function-is-supported.patch alsa-lib: check if wordexp is supported in libc 2013-06-18 17:33:15 +01:00
Update-iatomic.h-functions-definitions-for-mips.patch alsa-lib: fix function definitions error for mips 2013-08-26 11:47:18 +01:00
fix-tstamp-declaration.patch alsa-lib: upgrade to 1.0.26 2013-02-15 12:17:35 +00:00