summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb
diff options
context:
space:
mode:
authorWang Zidan <b50113@freescale.com>2014-08-04 11:21:10 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-06 10:03:20 +0100
commita06c9340e99df56ce79f03b56a25a694997daefc (patch)
tree05af683fab0036a4dc5dfae8fb56c1fc69b6cd49 /meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb
parent9a923b9191676663477956809b44397d61b0a680 (diff)
downloadpoky-a06c9340e99df56ce79f03b56a25a694997daefc.tar.gz
alsa-lib: fix hw_ptr exceed the boundary
For long time test case, the hw_ptr will exceed the boundary, then cause the avail size wrong. (From OE-Core rev: b8d472cb96cf4f6c3077bdb8acf1026d37dac438) Signed-off-by: Wang Zidan <b50113@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb
index f69ae49547..cce55210a8 100644
--- a/meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb
+++ b/meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb
@@ -19,6 +19,7 @@ SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \
19 file://fix-tstamp-declaration.patch \ 19 file://fix-tstamp-declaration.patch \
20 file://Update-iatomic.h-functions-definitions-for-mips.patch \ 20 file://Update-iatomic.h-functions-definitions-for-mips.patch \
21 file://0001-pcm-route-Use-get32-for-multi-source-route-calculati.patch \ 21 file://0001-pcm-route-Use-get32-for-multi-source-route-calculati.patch \
22 file://0001-pcm-rate-fix-hw_ptr-exceed-the-boundary.patch \
22" 23"
23SRC_URI[md5sum] = "69129a7c37697f81ac092335e9fa452b" 24SRC_URI[md5sum] = "69129a7c37697f81ac092335e9fa452b"
24SRC_URI[sha256sum] = "690ed393e7efd4fc7e3a2d2cda5449298ca0c895197e5914e350882012430d19" 25SRC_URI[sha256sum] = "690ed393e7efd4fc7e3a2d2cda5449298ca0c895197e5914e350882012430d19"