Searched refs:h_mixer (Results 1 – 2 of 2) sorted by relevance
/linux/sound/pci/asihpi/ |
H A D | hpi.h | 1312 u16 hpi_mixer_close(u32 h_mixer); 1314 u16 hpi_mixer_get_control(u32 h_mixer, u16 src_node_type, 1318 u16 hpi_mixer_get_control_by_index(u32 h_mixer, u16 control_index, 1322 u16 hpi_mixer_store(u32 h_mixer, enum HPI_MIXER_STORE_COMMAND command,
|
H A D | hpifunc.c | 1219 u16 hpi_mixer_close(u32 h_mixer) in hpi_mixer_close() argument 1225 if (hpi_handle_indexes(h_mixer, &hm.adapter_index, NULL)) in hpi_mixer_close() 1232 u16 hpi_mixer_get_control(u32 h_mixer, u16 src_node_type, in hpi_mixer_get_control() argument 1240 if (hpi_handle_indexes(h_mixer, &hm.adapter_index, NULL)) in hpi_mixer_get_control() 1259 u16 hpi_mixer_get_control_by_index(u32 h_mixer, u16 control_index, in hpi_mixer_get_control_by_index() argument 1267 if (hpi_handle_indexes(h_mixer, &hm.adapter_index, NULL)) in hpi_mixer_get_control_by_index() 1293 u16 hpi_mixer_store(u32 h_mixer, enum HPI_MIXER_STORE_COMMAND command, in hpi_mixer_store() argument 1299 if (hpi_handle_indexes(h_mixer, &hm.adapter_index, NULL)) in hpi_mixer_store()
|