blob: d8fd4485f52b2c05e8c8fff7abcf0e93ec3c8cb4 [file] [log] [blame]
syntax = "proto3";
package vendor.x1;
// Vendor specific adapter descriptor data
message AdapterDescription {
string internal_name = 1;
string internal_code = 2;
uint32 price = 3;
}
// Vendor specific adapter configuration data
message AdapterConfig {
uint32 volume = 1;
uint32 bass = 2;
uint32 treble = 3;
}