Home
last modified time | relevance | path

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

/linux/sound/pci/asihpi/
H A Dasihpi.c1277 u16 dst_node_type; member
1374 else if (hpi_ctl->dst_node_type + HPI_DESTNODE_NONE == HPI_DESTNODE_ISTREAM) in asihpi_ctl_init()
1377 (!hpi_ctl->dst_node_type)) in asihpi_ctl_init()
1381 (hpi_ctl->dst_node_type)) in asihpi_ctl_init()
1386 if (hpi_ctl->src_node_type && hpi_ctl->dst_node_type) in asihpi_ctl_init()
1390 asihpi_dst_names[hpi_ctl->dst_node_type], in asihpi_ctl_init()
1393 else if (hpi_ctl->dst_node_type) { in asihpi_ctl_init()
1395 asihpi_dst_names[hpi_ctl->dst_node_type], in asihpi_ctl_init()
2551 &hpi_ctl.dst_node_type, in snd_card_asihpi_mixer_new()
2568 hpi_ctl.dst_node_type 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