Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/asihpi/
Dasihpi.c1280 u16 src_node_type; member
1371 if (hpi_ctl->src_node_type + HPI_SOURCENODE_NONE == HPI_SOURCENODE_CLOCK_SOURCE) in asihpi_ctl_init()
1375 else if ((hpi_ctl->src_node_type + HPI_SOURCENODE_NONE != HPI_SOURCENODE_OSTREAM) && in asihpi_ctl_init()
1378 else if (hpi_ctl->src_node_type && in asihpi_ctl_init()
1379 (hpi_ctl->src_node_type + HPI_SOURCENODE_NONE != HPI_SOURCENODE_OSTREAM) && in asihpi_ctl_init()
1385 if (hpi_ctl->src_node_type && hpi_ctl->dst_node_type) in asihpi_ctl_init()
1387 asihpi_src_names[hpi_ctl->src_node_type], in asihpi_ctl_init()
1399 asihpi_src_names[hpi_ctl->src_node_type], in asihpi_ctl_init()
2134 src_node_type, in snd_card_asihpi_mux_count_sources()
2147 u16 src_node_type, src_node_index; in snd_asihpi_mux_info() local
[all …]
Dhpi_internal.h790 u16 src_node_type; /* = HPI_SOURCENODE_LINEIN etc */ member
1242 u8 src_node_type; member
Dhpi.h1330 u16 hpi_mixer_get_control(u32 h_mixer, u16 src_node_type,
Dhpifunc.c1231 u16 hpi_mixer_get_control(u32 h_mixer, u16 src_node_type, in hpi_mixer_get_control() argument
1241 hm.u.m.node_type1 = src_node_type; in hpi_mixer_get_control()
1273 hr.u.m.src_node_type + HPI_SOURCENODE_NONE; in hpi_mixer_get_control_by_index()