Home
last modified time | relevance | path

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

/linux/sound/ppc/
H A Ddaca.c30 int left_vol, right_vol; member
65 if (mix->right_vol > DACA_VOL_MAX) in daca_set_volume()
68 data[1] = mix->right_vol; in daca_set_volume()
132 ucontrol->value.integer.value[1] = mix->right_vol; in daca_get_volume()
152 mix->right_vol != vol[1]; in daca_put_volume()
155 mix->right_vol = vol[1]; in daca_put_volume()
H A Dtumbler.c201 unsigned int left_vol, right_vol; in tumbler_set_master_volume() local
215 right_vol = 0; in tumbler_set_master_volume()
217 right_vol = mix->master_vol[1]; in tumbler_set_master_volume()
218 if (right_vol >= ARRAY_SIZE(master_volume_table)) in tumbler_set_master_volume()
219 right_vol = ARRAY_SIZE(master_volume_table) - 1; in tumbler_set_master_volume()
220 right_vol = master_volume_table[right_vol]; in tumbler_set_master_volume()
227 block[3] = (right_vol >> 16) & 0xff; in tumbler_set_master_volume()
228 block[4] = (right_vol >> 8) & 0xff; in tumbler_set_master_volume()
229 block[5] = (right_vol >> 0) & 0xff; in tumbler_set_master_volume()
236 DBG("(I) succeeded to set volume (%u, %u)\n", left_vol, right_vol); in tumbler_set_master_volume()
/linux/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h976 right_vol,