blob: df245320bfb147aa7f456b9267425853e4027569 [file] [log] [blame]
// Copyright 2019 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package prototype;
option go_package = "go.chromium.org/chromiumos/infra/proto/go/prototype";
import "prototype/src/platform2/config.proto";
message AudioConfig {
string card_name = 1;
string card_settings_file = 2;
string dsp_config_file = 3;
string ucm_config_file = 4;
}
message OverlayConfig {
AudioConfig audio_config = 1;
Platform2Config platform2_config = 2;
}