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 00A76C433EF for ; Tue, 14 Dec 2021 09:45:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232645AbhLNJp2 (ORCPT ); Tue, 14 Dec 2021 04:45:28 -0500 Received: from smtp-out2.suse.de ([195.135.220.29]:58320 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232635AbhLNJp0 (ORCPT ); Tue, 14 Dec 2021 04:45:26 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 621C21F3C3; Tue, 14 Dec 2021 09:45:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1639475125; 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=TI5kviD+dqSerEnO5KOevJeO6Mn0wCLNgSEv+VcMT2A=; b=A+1J34B1C20R9UATSnHlvenLIxPWPqPMeQQ3lN40KtS8TF0ggblC5ZV1MxHkpfUOL4D31x AqYJDTOd2E+sTdXiIG8oYlZl8klWY5ki6RFRZKGrKZOsqifZLiz8ZiZUXs2f5UCQqV3I/4 AyM7OYQqm6tyiP00oquFp6e5I0tQEOE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1639475125; 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=TI5kviD+dqSerEnO5KOevJeO6Mn0wCLNgSEv+VcMT2A=; b=2Utf2qKhjezkgzxIFdZNpz4dG0fods7SqRr42863850+Nfvi/7MCkAVMmpD6X+KvPdXXgt WcWZwNslQNEPRjDQ== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 52A1CA3B8C; Tue, 14 Dec 2021 09:45:25 +0000 (UTC) Date: Tue, 14 Dec 2021 10:45:25 +0100 Message-ID: From: Takashi Iwai To: Bradley Scott Cc: Jaroslav Kysela , Takashi Iwai , Jonathan Corbet , Jeremy Szu , Hui Wang , Werner Sembach , Kailang Yang , Cameron Berkenpas , Sami Loone , Elia Devito , alsa-devel@alsa-project.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek: Add new alc285-hp-amp-init model In-Reply-To: <20211213162246.506838-1-bscott@teksavvy.com> References: <20211213162246.506838-1-bscott@teksavvy.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 Mon, 13 Dec 2021 17:22:47 +0100, Bradley Scott wrote: > > Adds a new "alc285-hp-amp-init" model that can be used to apply the ALC285 > HP speaker amplifier initialization fixup to devices that are not already > known by passing "hda_model=alc285-hp-amp-init" to the > snd-sof-intel-hda-common module or "model=alc285-hp-amp-init" to the > snd-hda-intel module, depending on which is being used. > > Signed-off-by: Bradley Scott Thanks, applied now. Takashi