diff options
author | Takashi Iwai <tiwai@suse.de> | 2022-03-21 16:18:26 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-03-21 16:18:34 +0100 |
commit | a6d4b685026cfe9837b07532db5d1e1681b5d129 (patch) | |
tree | da872c8775a1ac87dc8122b1e1f9af19179dcb38 /sound/usb/mixer_s1810c.c | |
parent | efb6402c3c4a7c26d97c92d70186424097b6e366 (diff) | |
parent | 8a580a26760cb14535c160613fe9cd0e4dc6f5c6 (diff) |
Merge branch 'for-next' into for-linus
Pull 5.18 development branch
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/mixer_s1810c.c')
-rw-r--r-- | sound/usb/mixer_s1810c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/mixer_s1810c.c b/sound/usb/mixer_s1810c.c index 0255089c9efb..fac4bbc6b275 100644 --- a/sound/usb/mixer_s1810c.c +++ b/sound/usb/mixer_s1810c.c @@ -221,7 +221,7 @@ static int snd_s1810c_init_mixer_maps(struct snd_usb_audio *chip) e = 0xbc; for (n = 0; n < 2; n++) { off = n * 18; - for (b = off, c = 0; b < 18 + off; b++) { + for (b = off; b < 18 + off; b++) { /* This channel to all outputs ? */ for (c = 0; c <= 8; c++) { snd_s1810c_send_ctl_packet(dev, a, b, c, 0, e); |