Searched refs:port_codec (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/generic/ |
H A D | audio-graph-card2.c | 755 struct device_node *port_codec, in graph_link_init() argument 779 of_node_get(port_codec); in graph_link_init() 780 if (graph_lnk_is_multi(port_codec)) { in graph_link_init() 781 ep_codec = graph_get_next_multi_ep(&port_codec); in graph_link_init() 783 port_codec = ep_to_port(ep_codec); in graph_link_init() 785 ep_codec = port_to_endpoint(port_codec); in graph_link_init() 787 ports_codec = port_to_ports(port_codec); in graph_link_init() 793 graph_parse_daifmt(port_codec, &daifmt, &bit_frame); in graph_link_init() 802 graph_util_parse_link_direction(port_codec, &playback_only, &capture_only); in graph_link_init() 810 of_property_read_u32(port_codec, "mclk-fs", &dai_props->mclk_fs); in graph_link_init() [all …]
|
H A D | audio-graph-card.c | 144 struct device_node *port_codec = ep_to_port(ep_codec); in graph_link_init() local 146 struct device_node *ports_codec = port_to_ports(port_codec); in graph_link_init() 159 graph_util_parse_link_direction(port_codec, &playback_only, &capture_only); in graph_link_init() 167 of_property_read_u32(port_codec, "mclk-fs", &dai_props->mclk_fs); in graph_link_init() 195 of_node_put(port_codec); in graph_link_init()
|