mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Fixed typo
This commit is contained in:
parent
d82dd58bb3
commit
aded0e2354
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ static int selem_read(snd_mixer_elem_t *elem)
|
||||||
return err;
|
return err;
|
||||||
|
|
||||||
if ((s->caps & (CAP_GSWITCH|CAP_PSWITCH)) == 0) {
|
if ((s->caps & (CAP_GSWITCH|CAP_PSWITCH)) == 0) {
|
||||||
s->str[CAPT].sw = 0;
|
s->str[PLAY].sw = 0;
|
||||||
goto __skip_pswitch;
|
goto __skip_pswitch;
|
||||||
}
|
}
|
||||||
if (s->ctls[CTL_PLAYBACK_SWITCH].elem) {
|
if (s->ctls[CTL_PLAYBACK_SWITCH].elem) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue