Received: by 10.223.185.116 with SMTP id b49csp1082403wrg; Wed, 21 Feb 2018 11:48:09 -0800 (PST) X-Google-Smtp-Source: AH8x226Z1oZcQUhyH3n/QJSypVs+wBlRLMnDM37otJoPEawvafh++aC/Q3aEHTj7oQG3WRpANHQ8 X-Received: by 2002:a17:902:12e:: with SMTP id 43-v6mr4123800plb.77.1519242489835; Wed, 21 Feb 2018 11:48:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519242489; cv=none; d=google.com; s=arc-20160816; b=KCSM+f4YsikFuJvuAbypmV8QmIfS8Zog6P5POag8bp8cg06sAPVxxyTUb+vS6Fe9wi Avao7l8ngsAqP3ZoEyhp+R/vqAhO75jhs1m7OWq5l9VSVJ92aUmiRE/wzrMuTAmxlvih RQzkWuYtPS24UHZVoKde871+jvob4ec86YHrw5cv7Nj6exM76crLougbdRoioNV7DVKU fK6zLFfBacTH47yd2iTylq0MnBRe8JQKwVOhYJhtHDOqztGwB/btdabNXv4mIdrvZIK9 VEirJhrJ6v+uZoqpJImre5nAhf+9AfSHyhruUgQro7uK5eDglVKDx2k4sZh8Wx4+DeEb X2UA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=8kuq3hXUrf2dsxrv4vbianblBg00kZbAK7qL6AOm134=; b=dtq4NuvwW0dNJHmTUFT8LRv4BVnv3n44zBH7l5jNHX8GhPTgRMM2CDpPP8fW6LE993 8z5USzi9oqi8vPGsORaoYHJGOAGmjcGU9vDWbYJS39uLhz4qchW7uQKknUaXOsgTWG9/ OCErJca7spATDtAdPiBFbGSY7awTOsTDDiSrhyVGXVHqy61EGmSuraq3lUIwIdqS4bzr KHc22FmotAJefHZhXCa5O6poZodi0qLJlcH1ZPCIcnBe8+HEAF8XFV+yYgSgW/oSWni9 E1b1Fkx6JILYtyNBTaPFefYT2fGVLq4AartKZ2SHGGTz1WP1AZ1j+y0ilHkhjeX/tES0 sfcQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f185si175812pgc.202.2018.02.21.11.47.55; Wed, 21 Feb 2018 11:48:09 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933522AbeBUNMM (ORCPT + 99 others); Wed, 21 Feb 2018 08:12:12 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:45538 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754359AbeBUNMJ (ORCPT ); Wed, 21 Feb 2018 08:12:09 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id A9EBB105C; Wed, 21 Feb 2018 13:12:08 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Kirill Marinushkin , Takashi Iwai Subject: [PATCH 4.15 144/163] ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute Date: Wed, 21 Feb 2018 13:49:33 +0100 Message-Id: <20180221124538.062309537@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180221124529.931834518@linuxfoundation.org> References: <20180221124529.931834518@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Kirill Marinushkin commit 447cae58cecd69392b74a4a42cd0ab9cabd816af upstream. The layout of the UAC2 Control request and response varies depending on the request type. With the current implementation, only the Layout 2 Parameter Block (with the 2-byte sized RANGE attribute) is handled properly. For the Control requests with the 1-byte sized RANGE attribute (Bass Control, Mid Control, Tremble Control), the response is parsed incorrectly. This commit: * fixes the wLength field value in the request * fixes parsing the range values from the response Fixes: 23caaf19b11e ("ALSA: usb-mixer: Add support for Audio Class v2.0") Signed-off-by: Kirill Marinushkin Cc: Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/usb/mixer.c | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) --- a/sound/usb/mixer.c +++ b/sound/usb/mixer.c @@ -347,17 +347,20 @@ static int get_ctl_value_v2(struct usb_m int validx, int *value_ret) { struct snd_usb_audio *chip = cval->head.mixer->chip; - unsigned char buf[4 + 3 * sizeof(__u32)]; /* enough space for one range */ + /* enough space for one range */ + unsigned char buf[sizeof(__u16) + 3 * sizeof(__u32)]; unsigned char *val; - int idx = 0, ret, size; + int idx = 0, ret, val_size, size; __u8 bRequest; + val_size = uac2_ctl_value_size(cval->val_type); + if (request == UAC_GET_CUR) { bRequest = UAC2_CS_CUR; - size = uac2_ctl_value_size(cval->val_type); + size = val_size; } else { bRequest = UAC2_CS_RANGE; - size = sizeof(buf); + size = sizeof(__u16) + 3 * val_size; } memset(buf, 0, sizeof(buf)); @@ -390,16 +393,17 @@ error: val = buf + sizeof(__u16); break; case UAC_GET_MAX: - val = buf + sizeof(__u16) * 2; + val = buf + sizeof(__u16) + val_size; break; case UAC_GET_RES: - val = buf + sizeof(__u16) * 3; + val = buf + sizeof(__u16) + val_size * 2; break; default: return -EINVAL; } - *value_ret = convert_signed_value(cval, snd_usb_combine_bytes(val, sizeof(__u16))); + *value_ret = convert_signed_value(cval, + snd_usb_combine_bytes(val, val_size)); return 0; }