From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=suse.de header.i=@suse.de header.b="bRS/rmqU"; dkim=permerror (0-bit key) header.d=suse.de header.i=@suse.de header.b="5AaLFg+j" Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.223.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F4D42D53 for ; Mon, 4 Dec 2023 06:23:30 -0800 (PST) Received: from imap1.dmz-prg2.suse.org (imap1.dmz-prg2.suse.org [10.150.64.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 7E72C1FD50; Mon, 4 Dec 2023 14:23:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1701699808; 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=d8U2AIg58z9ZmlkzVFYnzhlncDZKBMFYAg8sEj1uPRs=; b=bRS/rmqUH9rBjPfKLaLauWOKlbhNKTEagFrD3e9RBGzXHenAlS5SdOo60wYYJLGRYacjaL UNFJ8K505rZdDKge6HG2MjjRL6NEuXPcCIwMoDGM6MCwXeaAIePWeiOJ26AmR7WBdga5Ak jbc0iQhoXNphYVf9E5ADcbfq/wupXl0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1701699808; 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=d8U2AIg58z9ZmlkzVFYnzhlncDZKBMFYAg8sEj1uPRs=; b=5AaLFg+jLF9ZSLWTjdnun18vrmZmxOqFPZ4RZQHTQET4c0o5N4AZw8rHahDDxDbSgAMWCB ZB4oDv+4AnU5qKBA== Received: from imap1.dmz-prg2.suse.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by imap1.dmz-prg2.suse.org (Postfix) with ESMTPS id 32515139AA; Mon, 4 Dec 2023 14:23:28 +0000 (UTC) Received: from dovecot-director2.suse.de ([10.150.64.162]) by imap1.dmz-prg2.suse.org with ESMTPSA id yYqdCuDgbWXbNgAAD6G6ig (envelope-from ); Mon, 04 Dec 2023 14:23:28 +0000 Date: Mon, 04 Dec 2023 15:23:27 +0100 Message-ID: <87plzm82sg.wl-tiwai@suse.de> From: Takashi Iwai To: Aleksandrs Vinarskis Cc: tiwai@suse.com, perex@perex.cz, sbinding@opensource.cirrus.com, andy.chi@canonical.com, vitalyr@opensource.cirrus.com, kailang@realtek.com, alsa-devel@alsa-project.org, linux-sound@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek: fix speakers on XPS 9530 (2023) In-Reply-To: <20231203233006.100558-1-alex.vinarskis@gmail.com> References: <20231203233006.100558-1-alex.vinarskis@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Authentication-Results: smtp-out2.suse.de; none X-Spam-Level: X-Spam-Score: 0.65 X-Spamd-Result: default: False [0.65 / 50.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; BAYES_HAM(-0.75)[84.03%]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FREEMAIL_ENVRCPT(0.00)[gmail.com]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCVD_COUNT_THREE(0.00)[3]; DKIM_SIGNED(0.00)[suse.de:s=susede2_rsa,suse.de:s=susede2_ed25519]; RCPT_COUNT_SEVEN(0.00)[9]; MID_CONTAINS_FROM(1.00)[]; FREEMAIL_TO(0.00)[gmail.com]; FUZZY_BLOCKED(0.00)[rspamd.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; SUSPICIOUS_RECIPS(1.50)[] On Mon, 04 Dec 2023 00:30:06 +0100, Aleksandrs Vinarskis wrote: > > XPS 9530 has 2 tweeters and 2 subwoofers powered by CS35L41 amplifier, SPI > connected. For subwoofers to work, it requires both to enable amplifier > support, and to enable output to subwoofers via 0x17 quirk (similalry to > XPS 9510/9520). > > Signed-off-by: Aleksandrs Vinarskis Thanks, applied now. Takashi