Searched refs:input_vol (Results 1 - 7 of 7) sorted by relevance

/linux-master/sound/usb/6fire/
H A Dcontrol.h45 s8 input_vol[2]; member in struct:control_runtime
H A Dcontrol.c91 rt->input_vol[i] & 0x3f);
295 if (rt->input_vol[0] != ucontrol->value.integer.value[0]) {
296 rt->input_vol[0] = ucontrol->value.integer.value[0] - 15;
300 if (rt->input_vol[1] != ucontrol->value.integer.value[1]) {
301 rt->input_vol[1] = ucontrol->value.integer.value[1] - 15;
317 ucontrol->value.integer.value[0] = rt->input_vol[0] + 15;
318 ucontrol->value.integer.value[1] = rt->input_vol[1] + 15;
/linux-master/sound/pci/oxygen/
H A Dxonar_dg.h33 char input_vol[4][2]; member in struct:dg
H A Dxonar_dg_mixer.c216 value->value.integer.value[0] = data->input_vol[idx][0];
217 value->value.integer.value[1] = data->input_vol[idx][1];
237 changed = data->input_vol[idx][0] != value->value.integer.value[0] ||
238 data->input_vol[idx][1] != value->value.integer.value[1];
240 data->input_vol[idx][0] = value->value.integer.value[0];
241 data->input_vol[idx][1] = value->value.integer.value[1];
244 data->input_vol[idx][0],
245 data->input_vol[idx][1]);
310 data->input_vol[data->input_sel][0],
311 data->input_vol[dat
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_hwmgr.c2965 int32_t input_clk, input_vol, i; local
3077 input_vol = input[i + 2];
3097 if (input_vol < od8_settings[od8_id].min_value ||
3098 input_vol > od8_settings[od8_id].max_value) {
3100 input_vol,
3109 od_table->GfxclkVolt1 = input_vol * VOLTAGE_SCALE;
3113 od_table->GfxclkVolt2 = input_vol * VOLTAGE_SCALE;
3117 od_table->GfxclkVolt3 = input_vol * VOLTAGE_SCALE;
H A Dsmu7_hwmgr.c5494 uint32_t input_vol; local
5535 input_vol = input[i+2];
5537 if (smu7_check_clk_voltage_valid(hwmgr, type, input_clk, input_vol)) {
5540 podn_dpm_table_in_backend->entries[input_level].vddc = input_vol;
5541 podn_vdd_dep_in_backend->entries[input_level].vddc = input_vol;
5542 podn_vdd_dep_in_backend->entries[input_level].vddgfx = input_vol;
H A Dvega10_hwmgr.c5543 uint32_t input_vol; local
5586 input_vol = input[i+2];
5588 if (vega10_check_clk_voltage_valid(hwmgr, type, input_clk, input_vol)) {
5591 podn_vdd_dep_table->entries[input_level].vddc = input_vol;

Completed in 173 milliseconds