Home
last modified time | relevance | path

Searched refs:HPI_GENERIC_ENABLE (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/sound/pci/asihpi/
Dhpifunc.c1863 return hpi_control_param_set(h_control, HPI_GENERIC_ENABLE, enable, in hpi_compander_set_enable()
1869 return hpi_control_param1_get(h_control, HPI_GENERIC_ENABLE, enable); in hpi_compander_get_enable()
2401 return hpi_control_param_set(h_control, HPI_GENERIC_ENABLE, enable, in hpi_tone_detector_set_enable()
2407 return hpi_control_param1_get(h_control, HPI_GENERIC_ENABLE, enable); in hpi_tone_detector_get_enable()
2442 return hpi_control_param_set(h_control, HPI_GENERIC_ENABLE, enable, in hpi_silence_detector_set_enable()
2448 return hpi_control_param1_get(h_control, HPI_GENERIC_ENABLE, enable); in hpi_silence_detector_get_enable()
Dhpi_internal.h144 HPI_GENERIC_ENABLE = HPI_CTL_ATTR(GENERIC, 1), enumerator