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 37457C433EF for ; Sun, 16 Jan 2022 08:29:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234773AbiAPI32 (ORCPT ); Sun, 16 Jan 2022 03:29:28 -0500 Received: from smtp-out1.suse.de ([195.135.220.28]:42638 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234751AbiAPI31 (ORCPT ); Sun, 16 Jan 2022 03:29:27 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 07CED219B1; Sun, 16 Jan 2022 08:29:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1642321766; 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=/wsNBMfshyu22L+3yRenJRs8wqL0Wx45Dac2TZ7C4QQ=; b=PWK1Ehsx0sHFZNIC6+7j1WYolhSuZge5KLyMvuNuYy7EgzyTQ2+ybyHHVVxFNaNVkQHXbO 3OGsc5xdZFKuucRO3Z5TwKzdzOBKC+c8z3nfS5P9/mIjjnDCSZGnT5Eosxs9pw7kHmxj/a glsdeQSQ27Ze0n7iYOp7xarAvAMJbNo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1642321766; 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=/wsNBMfshyu22L+3yRenJRs8wqL0Wx45Dac2TZ7C4QQ=; b=WR+HQ98ce9B52AdxC5dec8+oG5Qm+3s9MoCbcERcahofkNfgHAyfrwZ5/V6SHpmcEWuoP9 uSCwfJfXFr86SpAQ== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id F134AA3B89; Sun, 16 Jan 2022 08:29:25 +0000 (UTC) Date: Sun, 16 Jan 2022 09:29:25 +0100 Message-ID: From: Takashi Iwai To: Johannes Schickel Cc: alsa-devel@alsa-project.org, Jaroslav Kysela , Takashi Iwai , Andrea Fagiani , Timo Gurr , linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: usb-audio: add mapping for MSI MPG X570S Carbon Max Wifi. In-Reply-To: <20220115140257.8751-1-lordhoto@gmail.com> References: <20220115140257.8751-1-lordhoto@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 Sat, 15 Jan 2022 15:02:57 +0100, Johannes Schickel wrote: > > The USB audio device 0db0:419c based on the Realtek ALC4080 chip exposes > all playback volume controls as "PCM". This is makes distinguishing the > individual functions hard. > > The added mapping distinguishes all playback volume controls as their > respective function: > - Speaker - for back panel output > - Frontpanel Headphone - for front panel output > - IEC958 - for digital output on the back panel > > This clarifies the individual volume control functions for users. > > Signed-off-by: Johannes Schickel Thanks, applied. Takashi