Home
last modified time | relevance | path

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

/sound/firewire/oxfw/
Doxfw-spkr.c212 unsigned int i, changed_channels; in spkr_volume_put() local
226 changed_channels = 0; in spkr_volume_put()
230 changed_channels |= 1 << (i + 1); in spkr_volume_put()
232 if (equal_values && changed_channels != 0) in spkr_volume_put()
233 changed_channels = 1 << 0; in spkr_volume_put()
237 if (changed_channels & (1 << i)) { in spkr_volume_put()
248 return changed_channels != 0; in spkr_volume_put()