Home
last modified time | relevance | path

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

/sound/pci/asihpi/
Dhpi.h1343 u16 hpi_volume_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS]
1376 u16 hpi_level_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS]
1548 u16 hpi_vox_set_threshold(u32 h_control, short an_gain0_01dB);
1550 u16 hpi_vox_get_threshold(u32 h_control, short *an_gain0_01dB);
Dhpifunc.c1991 u16 hpi_level_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS] in hpi_level_set_gain()
1995 an_gain0_01dB[0], an_gain0_01dB[1]); in hpi_level_set_gain()
1998 u16 hpi_level_get_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS] in hpi_level_get_gain()
2002 &an_gain0_01dB[0], &an_gain0_01dB[1]); in hpi_level_get_gain()
2837 u16 hpi_vox_set_threshold(u32 h_control, short an_gain0_01dB) in hpi_vox_set_threshold() argument
2847 hm.u.c.an_log_value[0] = an_gain0_01dB; in hpi_vox_set_threshold()
2854 u16 hpi_vox_get_threshold(u32 h_control, short *an_gain0_01dB) in hpi_vox_get_threshold() argument
2866 *an_gain0_01dB = hr.u.c.an_log_value[0]; in hpi_vox_get_threshold()