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 C6527EB64D9 for ; Thu, 6 Jul 2023 09:45:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231976AbjGFJpZ (ORCPT ); Thu, 6 Jul 2023 05:45:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229537AbjGFJpW (ORCPT ); Thu, 6 Jul 2023 05:45:22 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CAE9E1725 for ; Thu, 6 Jul 2023 02:45:18 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id B814720506; Thu, 6 Jul 2023 09:45:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1688636706; 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=BiBL12SUacxeT1DeSwUuKiFU2xuxUlBp1G0LH/8csXQ=; b=uNGWj1GXtwxgZyATYEi3ik/RoYy4QldqCqUH6K0ZlWDmYR+3LP2WpWPd6mBG/QkgZfaVT4 GjiY1UGr0mND3cfgV7eaK9/8A7ctgyr2ngaMPJEObw2YMTUYQYwoxbnP8sBC6v7etecWZg udfjMUmJQ4e+9VA7tucseiEOLjGcZSE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1688636706; 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=BiBL12SUacxeT1DeSwUuKiFU2xuxUlBp1G0LH/8csXQ=; b=NZYIPdsgMwUwyi3TocnwktYFlN1GNGPBInnrhLcxweUxvIcaiFy1A8+wx9LdoD1utMaW/y 8rEQpme5zuI+GRBQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 7DEF1138FC; Thu, 6 Jul 2023 09:45:06 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id WgG2HSKNpmRbXwAAMHmgww (envelope-from ); Thu, 06 Jul 2023 09:45:06 +0000 Date: Thu, 06 Jul 2023 11:45:05 +0200 Message-ID: <87v8exml0e.wl-tiwai@suse.de> From: Takashi Iwai To: "Luke D. Jones" Cc: tiwai@suse.com, perex@perex.cz, sbinding@opensource.cirrus.com, andy.chi@canonical.com, tangmeng@uniontech.com, p.jungkamp@gmx.net, kasper93@gmail.com, yangyuchi66@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek: Add quirk for ASUS ROG GZ301V In-Reply-To: <20230706091447.17025-1-luke@ljones.dev> References: <20230706091447.17025-1-luke@ljones.dev> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 06 Jul 2023 11:14:47 +0200, Luke D. Jones wrote: > diff --git a/Makefile b/Makefile > index 12579666581f..e2cae6cc7574 100644 > --- a/Makefile > +++ b/Makefile > @@ -2,7 +2,7 @@ > VERSION = 6 > PATCHLEVEL = 4 > SUBLEVEL = 0 > -EXTRAVERSION = > +EXTRAVERSION = .rog > NAME = Hurr durr I'ma ninja sloth > > # *DOCUMENTATION* Obviously this is wrong for upstreaming. Please take a look at the patch before the submission at the next time :) Takashi