From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9473615D5 for ; Wed, 7 Jun 2023 10:44:16 +0000 (UTC) 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 C60E41FDAC; Wed, 7 Jun 2023 10:44:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1686134648; 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=/4U+KzlgYk2IZQ12on1zqqqiAPOWrHNNCypW4QgdQDE=; b=ROA7xn5pYcgJKc2ri1PXQIyNovfJFTaNGnsRKtQos9HzQlzGIy/tFDb2fpkNkKW+qxjtX+ +u8Hs9KdmX+7F0lvhYSXOoYQ8eeeCnIE0EOKKUBLg6kfq1FufDJpQWHClIo1aLSlM16weg TPp2LACDFscKWRrYq/LviAlnyhiYKgw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1686134648; 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=/4U+KzlgYk2IZQ12on1zqqqiAPOWrHNNCypW4QgdQDE=; b=JQUcKif7SS1Ze0iVzEvfBXg7pPWDqRlvnnh7YP0DVFaTGeIC3Y5T2EDPLwTpkVtDy6XuH2 Gr584zK8EmBI3TDQ== 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 ACC711346D; Wed, 7 Jun 2023 10:44:08 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id XkyYKXhfgGSUCgAAMHmgww (envelope-from ); Wed, 07 Jun 2023 10:44:08 +0000 Date: Wed, 07 Jun 2023 12:44:08 +0200 Message-ID: <87mt1b1rif.wl-tiwai@suse.de> From: Takashi Iwai To: Yanteng Si Cc: tiwai@suse.com, perex@perex.cz, chenhuacai@loongson.cn, alsa-devel@alsa-project.org, loongarch@lists.linux.dev, loongson-kernel@lists.loongnix.cn Subject: Re: [PATCH RESEND v3 0/4] Add Loongson HD Audio support In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 Precedence: bulk X-Mailing-List: loongarch@lists.linux.dev 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 On Wed, 07 Jun 2023 11:21:48 +0200, Yanteng Si wrote: > > v3: > * Adding some comments. > * Seting polling_mode flag. > > v2: > * Handling with two new flags added to struct hdac_bus. > > v1: > * The Loongson HDA controller is compatible with High Definition Audio > Specification Revision 1.0a. > See 7A1000-usermanual-EN.html#hda-controller> > > Yanteng Si (4): > ALSA: hda: Add Loongson LS7A HD-Audio support > ALSA: hda: Using polling mode for loongson controller by default > ALSA: hda: Workaround for SDnCTL register on loongson > ALSA: hda/intel: Workaround for WALLCLK register for loongson > controller Applied all four patches now. The patch 3 had a typo (missing Signed-off-by: for Yingkun, so I corrected it manually. thanks, Takashi