mixer: change code formatting for elem_read_route()

This commit applies code format according to typical and moderate rule.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Sakamoto 2016-07-15 09:23:08 +09:00 committed by Takashi Iwai
parent 15ff48e721
commit b67b9e42ca

View file

@ -282,7 +282,8 @@ static int elem_read_route(selem_none_t *s, int dir, selem_ctl_type_t type)
unsigned int idx1 = idx;
if (idx >= c->values)
idx1 = 0;
if (!snd_ctl_elem_value_get_integer(ctl, idx1 * c->values + idx1))
if (!snd_ctl_elem_value_get_integer(ctl,
idx1 * c->values + idx1))
s->str[dir].sw &= ~(1 << idx);
}
return 0;