diff options
author | Roger Monk <r-monk@ti.com> | 2010-06-28 17:01:05 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-29 16:42:38 +0200 |
commit | 7d38ccd4bca54267f9d7042533ebe851e2a9b5b2 (patch) | |
tree | 0a62430907048ea9ed33b962a73c3974a646443d /recipes/ti/ti-audio-soc-example_1.00.00.02.bb | |
parent | 78c66a51b7a88e4106603a857199efeefdb05864 (diff) |
ti-audio-soc-example: Add DSP based audio pass-through example for OMAPL (v.1.00.00.02)
* v.1.00.00.02
* Recipes from Arnie/Brijesh
* This example demonstrates passing audio data from ARM to DSP, sending
the output PCM samples to the DSP side audio device driver (from BIOS PSP)
* App builds both ARM and DSP side, using DSPLINK for IPC communications
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-audio-soc-example_1.00.00.02.bb')
-rw-r--r-- | recipes/ti/ti-audio-soc-example_1.00.00.02.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/ti/ti-audio-soc-example_1.00.00.02.bb b/recipes/ti/ti-audio-soc-example_1.00.00.02.bb new file mode 100644 index 0000000000..e3c1ace231 --- /dev/null +++ b/recipes/ti/ti-audio-soc-example_1.00.00.02.bb @@ -0,0 +1,6 @@ +require ti-audio-soc-example.inc + +PV = "1_00_00_02" + +SRC_URI[audiosoctarball.md5sum] = "980fead72fbd5999c97d9ae2ffe5017a" +SRC_URI[audiosoctarball.sha256sum] = "70dff0c4fa3a7d450d6939eacdc2b8a7fbae867778693d14dcccbbcfd039b0f5" |