Home
last modified time | relevance | path

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

/sound/soc/
Dsoc-ops.c1021 unsigned int strobe = ucontrol->value.enumerated.item[0] != 0; in snd_soc_put_strobe() local
1022 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()