Home
last modified time | relevance | path

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

/sound/pci/asihpi/
Dasihpi.c1291 u16 dst_node_type; member
1388 else if (hpi_ctl->dst_node_type + HPI_DESTNODE_NONE == HPI_DESTNODE_ISTREAM) in asihpi_ctl_init()
1391 (!hpi_ctl->dst_node_type)) in asihpi_ctl_init()
1395 (hpi_ctl->dst_node_type)) in asihpi_ctl_init()
1400 if (hpi_ctl->src_node_type && hpi_ctl->dst_node_type) in asihpi_ctl_init()
1404 asihpi_dst_names[hpi_ctl->dst_node_type], in asihpi_ctl_init()
1407 else if (hpi_ctl->dst_node_type) { in asihpi_ctl_init()
1409 asihpi_dst_names[hpi_ctl->dst_node_type], in asihpi_ctl_init()
2571 &hpi_ctl.dst_node_type, in snd_card_asihpi_mixer_new()
2588 hpi_ctl.dst_node_type -= HPI_DESTNODE_NONE; in snd_card_asihpi_mixer_new()
[all …]
Dhpi.h1328 u16 src_node_type_index, u16 dst_node_type, u16 dst_node_type_index,
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()
Dhpi_internal.h785 u16 dst_node_type; member