Lines Matching refs:invert
927 #define SONICVIBES_SINGLE(xname, xindex, reg, shift, mask, invert) \ argument
931 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) }
950 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_sonicvibes_get_single() local
955 if (invert) in snd_sonicvibes_get_single()
966 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_sonicvibes_put_single() local
971 if (invert) in snd_sonicvibes_put_single()
983 #define SONICVIBES_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert… argument
987 …reg | (right_reg << 8) | (shift_left << 16) | (shift_right << 19) | (mask << 24) | (invert << 22) }
1008 int invert = (kcontrol->private_value >> 22) & 1; in snd_sonicvibes_get_double() local
1014 if (invert) { in snd_sonicvibes_get_double()
1029 int invert = (kcontrol->private_value >> 22) & 1; in snd_sonicvibes_put_double() local
1035 if (invert) { in snd_sonicvibes_put_double()