summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2015-02-24 21:21:33 +0100
committerVincent Guittot <vincent.guittot@linaro.org>2015-03-24 11:42:22 +0100
commitad1bd57d69e58565463f37725fd2a78bc999a990 (patch)
tree1cf6e187e74ac8d9967eedce8b6d76548ea00348 /doc
parent8740791df585572c10093ff3a2b0f81838785844 (diff)
rt-app: fix mp3 use case
The AudioTick emulates the periodic interrupt that fills the pcm fifo. Pinned AudioTick thread onto CPU0 as the latter is used by default to handle interruption on the ARM platform.
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/mp3.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/mp3.json b/doc/examples/mp3.json
index 310fc39..435275a 100644
--- a/doc/examples/mp3.json
+++ b/doc/examples/mp3.json
@@ -3,6 +3,7 @@
"AudioTick" : {
"priority" : -19,
"loop" : -1,
+ "cpus" : [0],
"phases" : {
"p1" : {
"loop" : 1,