generic-poky/meta/recipes-multimedia/alsa
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
..
alsa-lib alsa-lib: fix function definitions error for mips 2013-08-26 11:47:18 +01:00
alsa-tools alsa-tools: Fix sys/io.h patch 2013-04-08 22:27:37 +01:00
alsa-utils alsa-utils: upgrade to 1.0.27.2 2013-08-03 10:33:09 +01:00
alsa-fpu.inc meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) 2012-03-05 10:22:56 -08:00
alsa-lib_1.0.27.2.bb alsa-lib: fix function definitions error for mips 2013-08-26 11:47:18 +01:00
alsa-tools_1.0.26.1.bb alsa-tools: Pass ACLOCAL_FLAGS so aclocal uses the right params 2013-06-28 09:14:05 +01:00
alsa-utils-alsaconf_1.0.27.2.bb alsa-utils: upgrade to 1.0.27.2 2013-08-03 10:33:09 +01:00
alsa-utils_1.0.27.2.bb alsa-utils: upgrade to 1.0.27.2 2013-08-03 10:33:09 +01:00