Searched refs:an_gain_mB (Results 1 – 1 of 1) sorted by relevance
1530 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_volume_get() local1532 hpi_handle_error(hpi_volume_get_gain(h_control, an_gain_mB)); in snd_asihpi_volume_get()1533 ucontrol->value.integer.value[0] = an_gain_mB[0] / VOL_STEP_mB; in snd_asihpi_volume_get()1534 ucontrol->value.integer.value[1] = an_gain_mB[1] / VOL_STEP_mB; in snd_asihpi_volume_get()1544 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_volume_put() local1546 an_gain_mB[0] = in snd_asihpi_volume_put()1548 an_gain_mB[1] = in snd_asihpi_volume_put()1554 hpi_handle_error(hpi_volume_set_gain(h_control, an_gain_mB)); in snd_asihpi_volume_put()1651 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_level_get() local1653 hpi_handle_error(hpi_level_get_gain(h_control, an_gain_mB)); in snd_asihpi_level_get()[all …]