aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko_2.6.37.bb
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2011-06-09 22:54:21 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2011-06-09 22:59:56 +0200
commit45edf621296daf150c72b876d720861235e5762e (patch)
treec8c388f340c721a6d0780efdf429194b723e18d2 /recipes/linux/linux-openmoko_2.6.37.bb
parent9a799fb3464b61df51f5e772c693cd76ad948f28 (diff)
downloadopenembedded-45edf621296daf150c72b876d720861235e5762e.tar.gz
linux-openmoko_2.6.37.bb: allow setting DAI mode even while pcm is active
Without this patch the DAI mode can't be set while a pcm stream is running as that might lead to kernel freezing. This patch allows setting it to the same value to make scenario loading work. Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/linux/linux-openmoko_2.6.37.bb')
-rw-r--r--recipes/linux/linux-openmoko_2.6.37.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-openmoko_2.6.37.bb b/recipes/linux/linux-openmoko_2.6.37.bb
index 24ba7df25b..b590306ace 100644
--- a/recipes/linux/linux-openmoko_2.6.37.bb
+++ b/recipes/linux/linux-openmoko_2.6.37.bb
@@ -1,3 +1,3 @@
require linux_${PV}.bb
require linux-openmoko.inc
-OM-PR = "4"
+OM-PR = "5"