From: Jaroslav Kysela Date: Mon, 27 Aug 2001 09:13:58 +0000 (+0000) Subject: Fixed typo X-Git-Tag: v1.0.3~695 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=aded0e2354cd7e54defedb71833c8f61fef12d73;p=alsa-lib.git Fixed typo --- diff --git a/src/mixer/simple.c b/src/mixer/simple.c index 523a8489..7347315a 100644 --- a/src/mixer/simple.c +++ b/src/mixer/simple.c @@ -314,7 +314,7 @@ static int selem_read(snd_mixer_elem_t *elem) return err; if ((s->caps & (CAP_GSWITCH|CAP_PSWITCH)) == 0) { - s->str[CAPT].sw = 0; + s->str[PLAY].sw = 0; goto __skip_pswitch; } if (s->ctls[CTL_PLAYBACK_SWITCH].elem) {