Lines Matching refs:invert
958 #define SONICVIBES_SINGLE(xname, xindex, reg, shift, mask, invert) \ argument
962 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) }
981 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_sonicvibes_get_single() local
986 if (invert) in snd_sonicvibes_get_single()
997 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_sonicvibes_put_single() local
1002 if (invert) in snd_sonicvibes_put_single()
1014 #define SONICVIBES_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert… argument
1018 …reg | (right_reg << 8) | (shift_left << 16) | (shift_right << 19) | (mask << 24) | (invert << 22) }
1039 int invert = (kcontrol->private_value >> 22) & 1; in snd_sonicvibes_get_double() local
1045 if (invert) { in snd_sonicvibes_get_double()
1060 int invert = (kcontrol->private_value >> 22) & 1; in snd_sonicvibes_put_double() local
1066 if (invert) { in snd_sonicvibes_put_double()