Searched refs:strobe (Results 1 – 1 of 1) sorted by relevance
1021 unsigned int strobe = ucontrol->value.enumerated.item[0] != 0; in snd_soc_put_strobe() local1022 unsigned int val1 = (strobe ^ invert) ? mask : 0; in snd_soc_put_strobe()1023 unsigned int val2 = (strobe ^ invert) ? 0 : mask; in snd_soc_put_strobe()