Zsolt Haraszti | dafefe1 | 2016-11-14 21:29:58 -0800 | [diff] [blame] | 1 | syntax = "proto3"; |
2 | |||||
3 | package vendor.x1; | ||||
4 | |||||
5 | // Vendor specific adapter descriptor data | ||||
6 | message AdapterDescription { | ||||
7 | string internal_name = 1; | ||||
8 | string internal_code = 2; | ||||
9 | uint32 price = 3; | ||||
10 | } | ||||
11 | |||||
12 | // Vendor specific adapter configuration data | ||||
13 | message AdapterConfig { | ||||
14 | uint32 volume = 1; | ||||
15 | uint32 bass = 2; | ||||
16 | uint32 treble = 3; | ||||
17 | } |