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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8FFA9C433EF for ; Mon, 4 Oct 2021 07:35:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6AC5E6126A for ; Mon, 4 Oct 2021 07:35:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230112AbhJDHhe (ORCPT ); Mon, 4 Oct 2021 03:37:34 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:37148 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229741AbhJDHhc (ORCPT ); Mon, 4 Oct 2021 03:37:32 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 64E961FFBE; Mon, 4 Oct 2021 07:35:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1633332943; 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=dZ3bOlyXPn5J3hauPDQs44vo/yVfK8G6NYr8I5PEWJs=; b=r972eVnu+JJ4600hute5gHVJiHwhorPjnu9TOt9vZmmqqTHp68AeHDMTYEkcItv5/IJC9X Q2XqGSKFTkaFj37TAbWegJDryBKjNuMjDv6WH82tWZ6mQrEjvcSvMhjo+uOvP9cH2sM3vP tcUNvBSOAFTsb1P+kIXNwy4wmQND0XQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1633332943; 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=dZ3bOlyXPn5J3hauPDQs44vo/yVfK8G6NYr8I5PEWJs=; b=SBQtCGFLIkjDwvYHC1yVe5EeV58/MehlPP7xHD4r0bZ76K1Qwo90WYhrtrDS5KTppR8cxJ QF0F6sgZZA35sgCg== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 44583A3B81; Mon, 4 Oct 2021 07:35:43 +0000 (UTC) Date: Mon, 04 Oct 2021 09:35:43 +0200 Message-ID: From: Takashi Iwai To: Werner Sembach Cc: perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] ALSA: hda/realtek: Fix name and add quirk for new Clevo In-Reply-To: <20211001133111.428249-1-wse@tuxedocomputers.com> References: <20211001133111.428249-1-wse@tuxedocomputers.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, 01 Oct 2021 15:31:09 +0200, Werner Sembach wrote: > > Add quirk for Clevo X170KM-G to fix internal speaker not working and rename > previously named "Clevo X170" into the more verbose "Clevo X170SM" to make > the devices differentiable. > > Signed-off-by: Werner Sembach > Cc: Applied both patches now. Thanks. Takashi