18c2ecf20Sopenharmony_ciName prefix:
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciCard implementing the routing property define the connection between
48c2ecf20Sopenharmony_ciaudio components as list of string pair. Component using the same
58c2ecf20Sopenharmony_cisink/source names may use the name prefix property to prepend the
68c2ecf20Sopenharmony_ciname of their sinks/sources with the provided string.
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciOptional name prefix property:
98c2ecf20Sopenharmony_ci- sound-name-prefix : string using as prefix for the sink/source names of
108c2ecf20Sopenharmony_ci		      the component.
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciExample: Two instances of the same component.
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciamp0: analog-amplifier@0 {
158c2ecf20Sopenharmony_ci	compatible = "simple-audio-amplifier";
168c2ecf20Sopenharmony_ci	enable-gpios = <&gpio GPIOH_3 0>;
178c2ecf20Sopenharmony_ci	sound-name-prefix = "FRONT";
188c2ecf20Sopenharmony_ci};
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ciamp1: analog-amplifier@1 {
218c2ecf20Sopenharmony_ci	compatible = "simple-audio-amplifier";
228c2ecf20Sopenharmony_ci	enable-gpios = <&gpio GPIOH_4 0>;
238c2ecf20Sopenharmony_ci	sound-name-prefix = "BACK";
248c2ecf20Sopenharmony_ci};
25