]> git.alsa-project.org Git - alsa-lib.git/commitdiff
mixer: change code formatting for selem_read()
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 15 Jul 2016 00:23:12 +0000 (09:23 +0900)
committerTakashi Iwai <tiwai@suse.de>
Fri, 15 Jul 2016 06:16:32 +0000 (08:16 +0200)
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>
src/mixer/simple_none.c

index bd7d6b5d048b64314be46d5dfe76c0bf3d916c7f..39be2d1e2e3795bccde399e463e94e33b87f14c9 100644 (file)
@@ -451,7 +451,8 @@ static int selem_read(snd_mixer_elem_t *elem)
                        unsigned int idx1 = idx;
                        if (idx >= c->values)
                                idx1 = 0;
-                       if (snd_ctl_elem_value_get_enumerated(ctl, idx1) != s->capture_item)
+                       if (snd_ctl_elem_value_get_enumerated(ctl, idx1) !=
+                                                               s->capture_item)
                                s->str[SM_CAPT].sw &= ~(1 << idx);
                }
        }