Searched refs:an_gain_mB (Results 1 – 1 of 1) sorted by relevance
1461 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_volume_get() local1463 hpi_handle_error(hpi_volume_get_gain(h_control, an_gain_mB)); in snd_asihpi_volume_get()1464 ucontrol->value.integer.value[0] = an_gain_mB[0] / VOL_STEP_mB; in snd_asihpi_volume_get()1465 ucontrol->value.integer.value[1] = an_gain_mB[1] / VOL_STEP_mB; in snd_asihpi_volume_get()1474 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_volume_put() local1476 an_gain_mB[0] = in snd_asihpi_volume_put()1478 an_gain_mB[1] = in snd_asihpi_volume_put()1483 hpi_handle_error(hpi_volume_set_gain(h_control, an_gain_mB)); in snd_asihpi_volume_put()1579 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_level_get() local1581 hpi_handle_error(hpi_level_get_gain(h_control, an_gain_mB)); in snd_asihpi_level_get()[all …]