Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/asihpi/
Dasihpi.c1510 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_volume_get() local
1512 hpi_handle_error(hpi_volume_get_gain(h_control, an_gain_mB)); in snd_asihpi_volume_get()
1513 ucontrol->value.integer.value[0] = an_gain_mB[0] / VOL_STEP_mB; in snd_asihpi_volume_get()
1514 ucontrol->value.integer.value[1] = an_gain_mB[1] / VOL_STEP_mB; in snd_asihpi_volume_get()
1523 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_volume_put() local
1525 an_gain_mB[0] = in snd_asihpi_volume_put()
1527 an_gain_mB[1] = in snd_asihpi_volume_put()
1532 hpi_handle_error(hpi_volume_set_gain(h_control, an_gain_mB)); in snd_asihpi_volume_put()
1628 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_level_get() local
1630 hpi_handle_error(hpi_level_get_gain(h_control, an_gain_mB)); in snd_asihpi_level_get()
[all …]