Lines Matching full:invert
268 unsigned int invert = mc->invert; in snd_soc_get_volsw() local
280 if (invert) in snd_soc_get_volsw()
295 if (invert) in snd_soc_get_volsw()
328 unsigned int invert = mc->invert; in snd_soc_put_volsw() local
345 if (invert) in snd_soc_put_volsw()
358 if (invert) in snd_soc_put_volsw()
542 unsigned int invert = mc->invert; in snd_soc_put_volsw_range() local
554 if (invert) in snd_soc_put_volsw_range()
575 if (invert) in snd_soc_put_volsw_range()
615 unsigned int invert = mc->invert; in snd_soc_get_volsw_range() local
620 if (invert) in snd_soc_get_volsw_range()
630 if (invert) in snd_soc_get_volsw_range()
880 unsigned int invert = mc->invert; in snd_soc_get_xr_sx() local
894 if (invert) in snd_soc_get_xr_sx()
925 unsigned int invert = mc->invert; in snd_soc_put_xr_sx() local
934 if (invert) in snd_soc_put_xr_sx()
970 unsigned int invert = mc->invert != 0; in snd_soc_get_strobe() local
978 ucontrol->value.enumerated.item[0] = val ^ invert; in snd_soc_get_strobe()
1003 unsigned int invert = mc->invert != 0; in snd_soc_put_strobe() local
1005 unsigned int val1 = (strobe ^ invert) ? mask : 0; in snd_soc_put_strobe()
1006 unsigned int val2 = (strobe ^ invert) ? 0 : mask; in snd_soc_put_strobe()