4#ifndef __SCHEMAS_AUDIO_PORT_CONNECTION_H__
5#define __SCHEMAS_AUDIO_PORT_CONNECTION_H__
7#include "gui/backend/backend/cyaml_schemas/dsp/port_identifier.h"
21static const cyaml_schema_field_t port_connection_fields_schema_v1[] = {
23 YAML_FIELD_MAPPING_PTR (
26 port_identifier_fields_schema_v1),
27 YAML_FIELD_MAPPING_PTR (
30 port_identifier_fields_schema_v1),
39static const cyaml_schema_value_t port_connection_schema_v1 = {