Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/asihpi/
Dhpi.h1330 u16 hpi_volume_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS]
1363 u16 hpi_level_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS]
1532 u16 hpi_vox_set_threshold(u32 h_control, short an_gain0_01dB);
1534 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()
2836 u16 hpi_vox_set_threshold(u32 h_control, short an_gain0_01dB) in hpi_vox_set_threshold() argument
2846 hm.u.c.an_log_value[0] = an_gain0_01dB; in hpi_vox_set_threshold()
2853 u16 hpi_vox_get_threshold(u32 h_control, short *an_gain0_01dB) in hpi_vox_get_threshold() argument
2865 *an_gain0_01dB = hr.u.c.an_log_value[0]; in hpi_vox_get_threshold()