mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
mixer: change code formatting for selem_read()
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:
parent
df868c77f3
commit
8d45e412b5
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue