Home
last modified time | relevance | path

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

/openbmc/linux/sound/sparc/
H A Ddbri.c297 int right_gain; member
1395 int right_gain = info->right_gain & 0x3f; in cs4215_setdata() local
1400 dbri->mm.data[1] |= (DBRI_MAX_VOLUME - right_gain); in cs4215_setdata()
1405 right_gain = info->right_gain & 0xf; in cs4215_setdata()
1407 dbri->mm.data[3] |= CS4215_RG(right_gain); in cs4215_setdata()
2277 ucontrol->value.integer.value[1] = info->right_gain; in snd_cs4215_get_volume()
2304 if (info->right_gain != vol[1]) { in snd_cs4215_put_volume()
2305 info->right_gain = vol[1]; in snd_cs4215_put_volume()
2460 dbri->stream_info[idx].right_gain = 0; in snd_dbri_mixer()
/openbmc/linux/sound/pci/ymfpci/
H A Dymfpci.h197 __le32 right_gain; member
H A Dymfpci_main.c552 bank->right_gain = in snd_ymfpci_pcm_init_voice()
/openbmc/linux/drivers/hid/
H A Dhid-steam.c299 u8 left_gain, u8 right_gain) in steam_haptic_rumble() argument
310 report[10] = right_gain; in steam_haptic_rumble()