| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // source: chromiumos/config/api/software/audio_config.proto |
| |
| package software |
| |
| import ( |
| fmt "fmt" |
| proto "github.com/golang/protobuf/proto" |
| public_replication "go.chromium.org/chromiumos/config/go/public_replication" |
| math "math" |
| ) |
| |
| // Reference imports to suppress errors if they are not otherwise used. |
| var _ = proto.Marshal |
| var _ = fmt.Errorf |
| var _ = math.Inf |
| |
| // This is a compile-time assertion to ensure that this generated file |
| // is compatible with the proto package it is being compiled against. |
| // A compilation error at this line likely means your copy of the |
| // proto package needs to be updated. |
| const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package |
| |
| // Note that all files should be specified as paths relative to the root of a |
| // chromiumos checkout, e.g. "src/overlays/overlay-<target>/audio/HiFi.conf". |
| type AudioConfig struct { |
| // Configures fields of AudioConfig that are made public. |
| PublicReplication *public_replication.PublicReplication `protobuf:"bytes,9,opt,name=public_replication,json=publicReplication,proto3" json:"public_replication,omitempty"` |
| // The name of the audio card. |
| CardName string `protobuf:"bytes,1,opt,name=card_name,json=cardName,proto3" json:"card_name,omitempty"` |
| // Path to the CRAS card configuration file. |
| // See |
| // https://chromium.googlesource.com/chromiumos/third_party/adhd/+/master/cras/#card-configuration. |
| CardConfigFile string `protobuf:"bytes,2,opt,name=card_config_file,json=cardConfigFile,proto3" json:"card_config_file,omitempty"` |
| // Path to the dsp.ini configuration file. |
| DspFile string `protobuf:"bytes,3,opt,name=dsp_file,json=dspFile,proto3" json:"dsp_file,omitempty"` |
| // Path to the UCM file. Note that this is the UCM verb file (e.g. |
| // "HiFi.conf"), NOT the UCM master file (e.g. <sound card name>.conf). |
| UcmFile string `protobuf:"bytes,4,opt,name=ucm_file,json=ucmFile,proto3" json:"ucm_file,omitempty"` |
| // Path to the UCM master file (e.g. <sound card name>.conf). |
| UcmMasterFile string `protobuf:"bytes,5,opt,name=ucm_master_file,json=ucmMasterFile,proto3" json:"ucm_master_file,omitempty"` |
| // UCM suffix, if any. |
| UcmSuffix string `protobuf:"bytes,6,opt,name=ucm_suffix,json=ucmSuffix,proto3" json:"ucm_suffix,omitempty"` |
| // Path to the ALSA module config file. |
| ModuleFile string `protobuf:"bytes,7,opt,name=module_file,json=moduleFile,proto3" json:"module_file,omitempty"` |
| // Path to the boards specific settings board.ini file. |
| BoardFile string `protobuf:"bytes,8,opt,name=board_file,json=boardFile,proto3" json:"board_file,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *AudioConfig) Reset() { *m = AudioConfig{} } |
| func (m *AudioConfig) String() string { return proto.CompactTextString(m) } |
| func (*AudioConfig) ProtoMessage() {} |
| func (*AudioConfig) Descriptor() ([]byte, []int) { |
| return fileDescriptor_c0f10fd6e3e19027, []int{0} |
| } |
| |
| func (m *AudioConfig) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_AudioConfig.Unmarshal(m, b) |
| } |
| func (m *AudioConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_AudioConfig.Marshal(b, m, deterministic) |
| } |
| func (m *AudioConfig) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_AudioConfig.Merge(m, src) |
| } |
| func (m *AudioConfig) XXX_Size() int { |
| return xxx_messageInfo_AudioConfig.Size(m) |
| } |
| func (m *AudioConfig) XXX_DiscardUnknown() { |
| xxx_messageInfo_AudioConfig.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_AudioConfig proto.InternalMessageInfo |
| |
| func (m *AudioConfig) GetPublicReplication() *public_replication.PublicReplication { |
| if m != nil { |
| return m.PublicReplication |
| } |
| return nil |
| } |
| |
| func (m *AudioConfig) GetCardName() string { |
| if m != nil { |
| return m.CardName |
| } |
| return "" |
| } |
| |
| func (m *AudioConfig) GetCardConfigFile() string { |
| if m != nil { |
| return m.CardConfigFile |
| } |
| return "" |
| } |
| |
| func (m *AudioConfig) GetDspFile() string { |
| if m != nil { |
| return m.DspFile |
| } |
| return "" |
| } |
| |
| func (m *AudioConfig) GetUcmFile() string { |
| if m != nil { |
| return m.UcmFile |
| } |
| return "" |
| } |
| |
| func (m *AudioConfig) GetUcmMasterFile() string { |
| if m != nil { |
| return m.UcmMasterFile |
| } |
| return "" |
| } |
| |
| func (m *AudioConfig) GetUcmSuffix() string { |
| if m != nil { |
| return m.UcmSuffix |
| } |
| return "" |
| } |
| |
| func (m *AudioConfig) GetModuleFile() string { |
| if m != nil { |
| return m.ModuleFile |
| } |
| return "" |
| } |
| |
| func (m *AudioConfig) GetBoardFile() string { |
| if m != nil { |
| return m.BoardFile |
| } |
| return "" |
| } |
| |
| func init() { |
| proto.RegisterType((*AudioConfig)(nil), "chromiumos.config.api.software.AudioConfig") |
| } |
| |
| func init() { |
| proto.RegisterFile("chromiumos/config/api/software/audio_config.proto", fileDescriptor_c0f10fd6e3e19027) |
| } |
| |
| var fileDescriptor_c0f10fd6e3e19027 = []byte{ |
| // 316 bytes of a gzipped FileDescriptorProto |
| 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x92, 0xbf, 0x4f, 0xf3, 0x30, |
| 0x10, 0x86, 0xd5, 0x7e, 0x1f, 0x6d, 0xe3, 0x8a, 0x5f, 0x9e, 0x02, 0x08, 0xa8, 0x18, 0x50, 0xa7, |
| 0x44, 0xa5, 0x03, 0x13, 0x03, 0x20, 0xb1, 0x81, 0x50, 0xd9, 0x58, 0x22, 0xd7, 0xb1, 0x83, 0xa5, |
| 0x38, 0x67, 0xd9, 0xb1, 0xe0, 0x5f, 0x67, 0x43, 0x3e, 0x13, 0x2a, 0x48, 0xd7, 0xe7, 0x79, 0xdf, |
| 0xb3, 0x93, 0x33, 0x59, 0xf0, 0x37, 0x0b, 0x5a, 0x79, 0x0d, 0x2e, 0xe7, 0xd0, 0x48, 0x55, 0xe5, |
| 0xcc, 0xa8, 0xdc, 0x81, 0x6c, 0xdf, 0x99, 0x15, 0x39, 0xf3, 0xa5, 0x82, 0x22, 0x9a, 0xcc, 0x58, |
| 0x68, 0x81, 0x9e, 0x6d, 0x2a, 0xd9, 0xb7, 0x60, 0x46, 0x65, 0x5d, 0xe5, 0xf8, 0xa6, 0x3f, 0xd2, |
| 0xf8, 0x75, 0xad, 0x78, 0x61, 0x85, 0xa9, 0x15, 0x67, 0xad, 0x82, 0x66, 0x0b, 0x8a, 0xe3, 0x2f, |
| 0x3e, 0x87, 0x64, 0x7a, 0x1b, 0x4e, 0xbd, 0xc7, 0x2e, 0x95, 0x84, 0xf6, 0xb3, 0x69, 0x32, 0x1b, |
| 0xcc, 0xa7, 0x57, 0xd7, 0x59, 0xff, 0x2e, 0x5b, 0x06, 0x3f, 0x23, 0x5a, 0x6d, 0xc8, 0xea, 0xd0, |
| 0xfc, 0x45, 0xf4, 0x84, 0x24, 0x9c, 0xd9, 0xb2, 0x68, 0x98, 0x16, 0xe9, 0x60, 0x36, 0x98, 0x27, |
| 0xab, 0x49, 0x00, 0x4f, 0x4c, 0x0b, 0x3a, 0x27, 0x07, 0x28, 0xe3, 0x19, 0x85, 0x54, 0xb5, 0x48, |
| 0x87, 0x98, 0xd9, 0x0b, 0x3c, 0x5e, 0xf5, 0x41, 0xd5, 0x82, 0x1e, 0x91, 0x49, 0xe9, 0x4c, 0x4c, |
| 0xfc, 0xc3, 0xc4, 0xb8, 0x74, 0xa6, 0x53, 0x9e, 0xeb, 0xa8, 0xfe, 0x47, 0xe5, 0xb9, 0x46, 0x75, |
| 0x49, 0xf6, 0x83, 0xd2, 0xcc, 0xb5, 0xc2, 0xc6, 0xc4, 0x0e, 0x26, 0x76, 0x3d, 0xd7, 0x8f, 0x48, |
| 0x31, 0x77, 0x4a, 0x48, 0xc8, 0x39, 0x2f, 0xa5, 0xfa, 0x48, 0x47, 0x18, 0x49, 0x3c, 0xd7, 0x2f, |
| 0x08, 0xe8, 0x39, 0x99, 0x6a, 0x28, 0x7d, 0x2d, 0xe2, 0x88, 0x31, 0x7a, 0x12, 0x51, 0xd7, 0x5f, |
| 0x43, 0xf8, 0x10, 0xf4, 0x93, 0xd8, 0x47, 0x12, 0xf4, 0xdd, 0xf2, 0x75, 0x51, 0xc1, 0xcf, 0x3f, |
| 0xcd, 0xc0, 0x56, 0x79, 0x7f, 0x99, 0x15, 0xfc, 0x7a, 0x22, 0xeb, 0x11, 0xee, 0x6d, 0xf9, 0x15, |
| 0x00, 0x00, 0xff, 0xff, 0xc5, 0x65, 0x53, 0x55, 0x4b, 0x02, 0x00, 0x00, |
| } |