From aded0e2354cd7e54defedb71833c8f61fef12d73 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 27 Aug 2001 09:13:58 +0000 Subject: [PATCH] Fixed typo --- src/mixer/simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.1