Home
last modified time | relevance | path

Searched refs:AFE_PORT_MAX (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/sound/soc/qcom/qdsp6/
Dq6afe.h8 #define AFE_PORT_MAX 105 macro
12 #define AFE_MAX_PORTS AFE_PORT_MAX
Dq6afe-dai.c69 struct q6afe_port *port[AFE_PORT_MAX];
70 struct q6afe_port_config port_config[AFE_PORT_MAX];
71 bool is_port_started[AFE_PORT_MAX];
72 struct q6afe_dai_priv_data priv[AFE_PORT_MAX];
1361 if (ret || id < 0 || id >= AFE_PORT_MAX) { in of_q6afe_parse_dai_data()
Dq6afe.c502 static struct afe_port_map port_maps[AFE_PORT_MAX] = {
796 if (index < 0 || index >= AFE_PORT_MAX) in q6afe_get_port_id()
1033 if (index < 0 || index >= AFE_PORT_MAX) { in q6afe_port_stop()
1374 if (id < 0 || id >= AFE_PORT_MAX) { in q6afe_port_get_from_id()