Searched refs:port_idx (Results 1 – 3 of 3) sorted by relevance
/sound/soc/qcom/qdsp6/ |
D | q6adm.c | 90 static struct q6copp *q6adm_find_copp(struct q6adm *adm, int port_idx, in q6adm_find_copp() argument 99 if ((port_idx == c->afe_port) && (copp_idx == c->copp_idx)) { in q6adm_find_copp() 128 int port_idx, copp_idx; in q6adm_callback() local 137 port_idx = ((hdr->token) >> 16) & 0xFF; in q6adm_callback() 138 if (port_idx < 0 || port_idx >= AFE_MAX_PORTS) { in q6adm_callback() 140 port_idx, hdr->token); in q6adm_callback() 158 copp = q6adm_find_copp(adm, port_idx, copp_idx); in q6adm_callback() 185 copp = q6adm_find_copp(adm, port_idx, copp_idx); in q6adm_callback() 212 static struct q6copp *q6adm_alloc_copp(struct q6adm *adm, int port_idx) in q6adm_alloc_copp() argument 217 idx = find_first_zero_bit(&adm->copp_bitmap[port_idx], in q6adm_alloc_copp() [all …]
|
/sound/core/seq/ |
D | seq_clientmgr.c | 1300 int port_idx; in snd_seq_ioctl_create_port() local 1311 port_idx = port->addr.port; in snd_seq_ioctl_create_port() 1313 snd_seq_delete_port(client, port_idx); in snd_seq_ioctl_create_port()
|
/sound/usb/ |
D | mixer_scarlett_gen2.c | 1666 int port_idx = entry->start; in scarlett2_usb_set_mux() local 1668 SCARLETT2_PORT_OUT, port_type) + port_idx; in scarlett2_usb_set_mux() 1669 int dst_id = scarlett2_ports[port_type].id + port_idx; in scarlett2_usb_set_mux()
|