Searched full:codec_ep (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/sound/soc/generic/ |
D | audio-graph-card.c | 251 struct device_node *codec_ep, in graph_link_init() argument 259 ret = asoc_simple_parse_daifmt(dev, cpu_ep, codec_ep, in graph_link_init() 274 struct device_node *codec_ep, in graph_dai_link_of_dpcm() argument 281 struct device_node *ep = li->cpu ? cpu_ep : codec_ep; in graph_dai_link_of_dpcm() 334 ret = graph_parse_node(priv, codec_ep, li, NULL); in graph_dai_link_of_dpcm() 359 ret = graph_link_init(priv, cpu_ep, codec_ep, li, dai_name); in graph_dai_link_of_dpcm() 368 struct device_node *codec_ep, in graph_dai_link_of() argument 385 ret = graph_parse_node(priv, codec_ep, li, NULL); in graph_dai_link_of() 395 ret = graph_link_init(priv, cpu_ep, codec_ep, li, dai_name); in graph_dai_link_of() 430 struct device_node *codec_ep, in __graph_for_each_link() argument [all …]
|
D | audio-graph-card2.c | 65 cpu_ep: endpoint { remote-endpoint = <&codec_ep>; }; }; 69 port { codec_ep: endpoint { remote-endpoint = <&cpu_ep>; }; };
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | audio-graph-card2.yaml | 53 cpu_port: port { cpu_ep: endpoint { remote-endpoint = <&codec_ep>; }; }; 59 port { codec_ep: endpoint { remote-endpoint = <&cpu_ep>; }; };
|