Home
last modified time | relevance | path

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

/linux-3.3/sound/pci/asihpi/
Dhpi.h1346 u16 hpi_volume_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS]
1379 u16 hpi_level_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS]
1551 u16 hpi_vox_set_threshold(u32 h_control, short an_gain0_01dB);
1553 u16 hpi_vox_get_threshold(u32 h_control, short *an_gain0_01dB);
Dhpifunc.c1990 u16 hpi_level_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS] in hpi_level_set_gain()
1994 an_gain0_01dB[0], an_gain0_01dB[1]); in hpi_level_set_gain()
1997 u16 hpi_level_get_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS] in hpi_level_get_gain()
2001 &an_gain0_01dB[0], &an_gain0_01dB[1]); in hpi_level_get_gain()
2839 u16 hpi_vox_set_threshold(u32 h_control, short an_gain0_01dB) in hpi_vox_set_threshold() argument
2849 hm.u.c.an_log_value[0] = an_gain0_01dB; in hpi_vox_set_threshold()
2856 u16 hpi_vox_get_threshold(u32 h_control, short *an_gain0_01dB) in hpi_vox_get_threshold() argument
2868 *an_gain0_01dB = hr.u.c.an_log_value[0]; in hpi_vox_get_threshold()