From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24C71C433F5 for ; Sat, 5 Mar 2022 08:27:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229885AbiCEI2k (ORCPT ); Sat, 5 Mar 2022 03:28:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40686 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229580AbiCEI2j (ORCPT ); Sat, 5 Mar 2022 03:28:39 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3028AB91FC for ; Sat, 5 Mar 2022 00:27:48 -0800 (PST) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 5F0752111A; Sat, 5 Mar 2022 08:27:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1646468866; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Ath/HTA9DPWzskqdpnHMSfIPs8MPTalOqubbz5A1G/g=; b=IFch4D4W8r5pR+5zk1aM1p6oa6ApNHp9x0yOI6DzdvQivtJ6wsBk633hrGQpEiSLmKnRku gRHqtFIDHMWd1nsQ02QVX3GbEFPuUTkkxvgbZaf/ZjX9w64scmXU6Vpiv7BRvX+iVaHAmz NKp5kUwG/OVVHE7y66xNNEBedO+hfys= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1646468866; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Ath/HTA9DPWzskqdpnHMSfIPs8MPTalOqubbz5A1G/g=; b=TIiH2LOkWPbtwJJbpt447Kf4rgI0qupxi4Nwrgl4n9o1kuxqK/ZjkfRDS9hUFq628NLz15 BZuj187hNuhWXlDw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 4772DA3B83; Sat, 5 Mar 2022 08:27:46 +0000 (UTC) Date: Sat, 05 Mar 2022 09:27:46 +0100 Message-ID: From: Takashi Iwai To: Reza Jahanbakhshi Cc: Jaroslav Kysela , Takashi Iwai , Johannes Schickel , Timo Gurr , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: usb-audio: add mapping for new Corsair Virtuoso SE In-Reply-To: <20220304212303.195949-1-reza.jahanbakhshi@gmail.com> References: <20220304212303.195949-1-reza.jahanbakhshi@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 04 Mar 2022 22:23:02 +0100, Reza Jahanbakhshi wrote: > > New device id for Corsair Virtuoso SE RGB Wireless that currently is not > in the mixer_map. This entry in the mixer_map is necessary in order to > label its mixer appropriately and allow userspace to pick the correct > volume controls. For instance, my own Corsair Virtuoso SE RGB Wireless > headset has this new ID and consequently, the sidetone and volume are not > working correctly without this change. > > sudo lsusb -v | grep -i corsair > Bus 007 Device 011: ID 1b1c:0a40 Corsair CORSAIR VIRTUOSO SE Wireless Gam > idVendor 0x1b1c Corsair > iManufacturer 1 Corsair > iProduct 2 CORSAIR VIRTUOSO SE Wireless Gaming Headset > > Signed-off-by: Reza Jahanbakhshi Thanks, applied now with Cc-to-stable. Takashi