Received: by 10.223.185.116 with SMTP id b49csp684290wrg; Wed, 21 Feb 2018 05:21:41 -0800 (PST) X-Google-Smtp-Source: AH8x227t9gpBmNs7hB2nqSuZCBXjQCAF5MggnkXRMF0f8b4W/8I7vrPkZvtiacconkrC+0rcaGBy X-Received: by 2002:a17:902:225:: with SMTP id 34-v6mr3150056plc.415.1519219301133; Wed, 21 Feb 2018 05:21:41 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519219301; cv=none; d=google.com; s=arc-20160816; b=jHKfdPgxVNJ7LJIemQCqFcpqyNiXHIU03ndDwm3OcyKzxCrMJYMSso2RJlBRgJ9Dkz Kv9dXTE4aOe/kD0dCXb5jLce5nrOuC5wcw4syR/3gROMWlQZE98+Ii2DMvnZQ5BtpQey klBNX53Ia8PnLelKD0TG9yjmn3DUJhKX3l0Ksfkb9PDrsx0QWUDMXtWdzW1vYGV3LF1n aSjLDfbFSoT9juzd0svZ86GE+GpzZLdFfcuKbkpoza6ajFZ98uOyHkTfVKkmUON/c9zm kC2WI7SYA7KmmGCMuKcGgrJWY2bUwjcoVy+e2xVcpS9izsMZhih/lAqXZw77FWZEpYxF OrYg== 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=iGCHggg6cmv9cWKkcSCceAfvVrEDgAVIiowsp/J633s=; b=Swa5Vy48VN7XF1cGLTB02+XJiUozg4vxFseOTV4s0xgSg8KkRpzvWEhL4R7F/hrQC9 NR7UndK5o6sbBmE/8OIqD0i2rhSSndNZGMFQIyjs/JxJBda5fpruaNuN0SdNYNZisDHe OAjzNzJS9bQwERuOS1CqKNEaqXfQJP45+v93oBw2/D6aNL0YNQGcjI+A1BAyioqB/BME /CP6w9adovKZaIVL0XU4Wrpsq0UOw5yLTejAjwMt8TEUfw/zXMVGMWHN//w208m1x14/ KEr6WOuiBIvOJxmAnl1ifnu1d356ZjXnuAspcBXuSoQqlBa6D4eexEkBh0UbVhZ+YJPY +2OA== 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 k7si6131405pgp.153.2018.02.21.05.21.27; Wed, 21 Feb 2018 05:21:41 -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 S933852AbeBUMqC (ORCPT + 99 others); Wed, 21 Feb 2018 07:46:02 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:59252 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933840AbeBUMp6 (ORCPT ); Wed, 21 Feb 2018 07:45:58 -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 7B1B1123A; Wed, 21 Feb 2018 12:45:57 +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.4 23/33] ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute Date: Wed, 21 Feb 2018 13:45:06 +0100 Message-Id: <20180221124410.829408715@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180221124409.564661689@linuxfoundation.org> References: <20180221124409.564661689@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.4-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 @@ -343,17 +343,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)); @@ -386,16 +389,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; }