diff mbox

[2/2] manifesto: Add simple audio module (v2)

Message ID 1428361464-8773-2-git-send-email-john.stultz@linaro.org
State New
Headers show

Commit Message

John Stultz April 6, 2015, 11:04 p.m. UTC
Add basic manifest data for simple audio module.

Cc: mark greer <mark.greer@animalcreek.com>
Cc: Alex Elder <alex.elder@linaro.org>
Cc: Greg Kroah-Hartman <gregkh@google.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
---
v2: Fixup capitalization issue Alex noticed
 examples/simple-audio-module.mnfs |   45 +++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
 create mode 100644 examples/simple-audio-module.mnfs
diff mbox

Patch

diff --git a/examples/simple-audio-module.mnfs b/examples/simple-audio-module.mnfs
new file mode 100644
index 0000000..89d1a44
--- /dev/null
+++ b/examples/simple-audio-module.mnfs
@@ -0,0 +1,45 @@ 
+;
+; Simple Audio Interface Manifest
+;
+
+[manifest-header]
+version-major = 0
+version-minor = 1
+
+[interface-descriptor]
+vendor = 0xffff
+product = 0x0001
+version = 1
+vendor-string-id = 1
+product-string-id = 2
+unique-id = 0
+
+; Interface vendor string (id can't be 0)
+[string-descriptor "1"]
+id = 1
+string = "Project Ara"
+
+; Interface product string (id can't be 0)
+[string-descriptor "2"]
+id = 2
+string = "Simple Audio Interface"
+
+; I2S mgmt protocol on CPort 1
+[cport-descriptor "0"]
+bundle = 0
+id = 0
+protocol = 0x0a
+
+; I2S data reciever on CPort 2
+[cport-descriptor "1"]
+bundle = 0
+id = 1
+protocol = 0x12
+
+; Bundle 0
+[bundle-descriptor "0"]
+class = 0x00
+
+; Control Class
+[class-descriptor "0"]
+class = 0x00