Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/asihpi/
Dasihpi.c1523 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_volume_get() local
1525 hpi_handle_error(hpi_volume_get_gain(h_control, an_gain_mB)); in snd_asihpi_volume_get()
1526 ucontrol->value.integer.value[0] = an_gain_mB[0] / VOL_STEP_mB; in snd_asihpi_volume_get()
1527 ucontrol->value.integer.value[1] = an_gain_mB[1] / VOL_STEP_mB; in snd_asihpi_volume_get()
1537 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_volume_put() local
1539 an_gain_mB[0] = in snd_asihpi_volume_put()
1541 an_gain_mB[1] = in snd_asihpi_volume_put()
1547 hpi_handle_error(hpi_volume_set_gain(h_control, an_gain_mB)); in snd_asihpi_volume_put()
1644 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_level_get() local
1646 hpi_handle_error(hpi_level_get_gain(h_control, an_gain_mB)); in snd_asihpi_level_get()
[all …]