diff mbox

[v3] manifesto: Add simple audio module

Message ID 1428623278-7861-1-git-send-email-john.stultz@linaro.org
State New
Headers show

Commit Message

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

Cc: Alex Elder <alex.elder@linaro.org>
Cc: Greg Kroah-Hartman <gregkh@google.com>
CC: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
---
v3: Bumped the id nubmers, as suggested by Johan
 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..7a91482
--- /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 = 1
+protocol = 0x0a
+
+; I2S data reciever on CPort 2
+[cport-descriptor "1"]
+bundle = 0
+id = 2
+protocol = 0x12
+
+; Bundle 0
+[bundle-descriptor "0"]
+class = 0x00
+
+; Control Class
+[class-descriptor "0"]
+class = 0x00