Home
last modified time | relevance | path

Searched refs:dst_node_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/pci/asihpi/
H A Dasihpi.c1289 u16 dst_node_type; member
1386 else if (hpi_ctl->dst_node_type + HPI_DESTNODE_NONE == HPI_DESTNODE_ISTREAM) in asihpi_ctl_init()
1389 (!hpi_ctl->dst_node_type)) in asihpi_ctl_init()
1393 (hpi_ctl->dst_node_type)) in asihpi_ctl_init()
1398 if (hpi_ctl->src_node_type && hpi_ctl->dst_node_type) in asihpi_ctl_init()
1402 asihpi_dst_names[hpi_ctl->dst_node_type], in asihpi_ctl_init()
1405 else if (hpi_ctl->dst_node_type) { in asihpi_ctl_init()
1407 asihpi_dst_names[hpi_ctl->dst_node_type], in asihpi_ctl_init()
2569 &hpi_ctl.dst_node_type, in snd_card_asihpi_mixer_new()
2586 hpi_ctl.dst_node_type -= HPI_DESTNODE_NONE; in snd_card_asihpi_mixer_new()
[all …]
H A Dhpi.h1315 u16 src_node_type_index, u16 dst_node_type, u16 dst_node_type_index,
H A Dhpifunc.c1233 u16 src_node_type_index, u16 dst_node_type, u16 dst_node_type_index, in hpi_mixer_get_control() argument
1244 hm.u.m.node_type2 = dst_node_type; in hpi_mixer_get_control()
1276 *pw_dst_node_type = hr.u.m.dst_node_type + HPI_DESTNODE_NONE; in hpi_mixer_get_control_by_index()
H A Dhpi_internal.h785 u16 dst_node_type; member