diff options
author | Richard <richarda@x520.(none)> | 2010-07-28 21:43:48 +1000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-08-01 17:01:01 +0200 |
commit | 4adb2744c8cdc1064b657cdffc4c0f91ff7bf442 (patch) | |
tree | 8e53a051a96b990fbfeb4448193869d17bc7c873 /recipes/jack/jack_0.118.0.bb | |
parent | e96b442150641051bad969057ee067a0d7554111 (diff) |
jack 0.118.0: Add patch to that changes the jackd defaults for the ALSA driver to values that work when audio capture is required on the BeagleBoard.
Diffstat (limited to 'recipes/jack/jack_0.118.0.bb')
-rw-r--r-- | recipes/jack/jack_0.118.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/jack/jack_0.118.0.bb b/recipes/jack/jack_0.118.0.bb index b1a01e408a..6752c8bb1f 100644 --- a/recipes/jack/jack_0.118.0.bb +++ b/recipes/jack/jack_0.118.0.bb @@ -8,7 +8,10 @@ LICENSE = "GPLv2 LGPLv2.1" DEPENDS = "alsa-lib" -SRC_URI = "http://jackaudio.org/downloads/jack-audio-connection-kit-${PV}.tar.gz" +PR = "r1" + +SRC_URI = "http://jackaudio.org/downloads/jack-audio-connection-kit-${PV}.tar.gz \ + file://jack_fix_TWL4030_alsa_capture.patch" SRC_URI[md5sum] = "d58e29a55f285d54e75134cec8e02a10" SRC_URI[sha256sum] = "6aadf38ca98104772fd675bba7adecf72d2a600e17cccfc5d1f7c50f19b722c2" |