Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/asihpi/
H A Dasihpi.c1459 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_volume_get() local
1461 hpi_handle_error(hpi_volume_get_gain(h_control, an_gain_mB)); in snd_asihpi_volume_get()
1462 ucontrol->value.integer.value[0] = an_gain_mB[0] / VOL_STEP_mB; in snd_asihpi_volume_get()
1463 ucontrol->value.integer.value[1] = an_gain_mB[1] / VOL_STEP_mB; in snd_asihpi_volume_get()
1472 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_volume_put() local
1474 an_gain_mB[0] = in snd_asihpi_volume_put()
1476 an_gain_mB[1] = in snd_asihpi_volume_put()
1481 hpi_handle_error(hpi_volume_set_gain(h_control, an_gain_mB)); in snd_asihpi_volume_put()
1577 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_level_get() local
1579 hpi_handle_error(hpi_level_get_gain(h_control, an_gain_mB)); in snd_asihpi_level_get()
[all …]