Home
last modified time | relevance | path

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

/linux/sound/soc/qcom/qdsp6/
A Dq6afe.h8 #define AFE_PORT_MAX 129 macro
12 #define AFE_MAX_PORTS AFE_PORT_MAX
A Dq6afe-dai.c29 struct q6afe_port *port[AFE_PORT_MAX];
30 struct q6afe_port_config port_config[AFE_PORT_MAX];
31 bool is_port_started[AFE_PORT_MAX];
32 struct q6afe_dai_priv_data priv[AFE_PORT_MAX];
979 if (ret || id < 0 || id >= AFE_PORT_MAX) { in of_q6afe_parse_dai_data()
A Dq6afe.c579 static struct afe_port_map port_maps[AFE_PORT_MAX] = {
929 if (index < 0 || index >= AFE_PORT_MAX) in q6afe_get_port_id()
1198 if (index < 0 || index >= AFE_PORT_MAX) { in q6afe_port_stop()
1561 if (id < 0 || id >= AFE_PORT_MAX) { in q6afe_port_get_from_id()
/linux/sound/soc/qcom/
A Dsm8250.c20 bool stream_prepared[AFE_PORT_MAX];
22 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];
A Dsdm845.c36 bool stream_prepared[AFE_PORT_MAX];
41 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];

Completed in 13 milliseconds