Home
last modified time | relevance | path

Searched refs:port_codec (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/generic/
H A Daudio-graph-card2.c744 struct device_node *port_codec = ep_to_port(ep_codec); in graph_link_init() local
764 if (graph_lnk_is_multi(port_codec)) { in graph_link_init()
765 multi_codec_port = port_codec; in graph_link_init()
767 of_node_put(port_codec); in graph_link_init()
768 port_codec = ep_to_port(ep_codec); in graph_link_init()
772 struct device_node *ports_codec __free(device_node) = port_to_ports(port_codec); in graph_link_init()
777 graph_parse_daifmt(port_codec, &daifmt); in graph_link_init()
786 graph_util_parse_link_direction(port_codec, &playback_only, &capture_only); in graph_link_init()
794 of_property_read_u32(port_codec, "mclk-fs", &dai_props->mclk_fs); in graph_link_init()
820 /*** Don't use port_cpu / port_codec afte in graph_link_init()
[all...]
H A Daudio-graph-card.c145 struct device_node *port_codec __free(device_node) = ep_to_port(ep_codec); in graph_link_init()
147 struct device_node *ports_codec __free(device_node) = port_to_ports(port_codec); in graph_link_init()
160 graph_util_parse_link_direction(port_codec, &playback_only, &capture_only); in graph_link_init()
168 of_property_read_u32(port_codec, "mclk-fs", &dai_props->mclk_fs); in graph_link_init()