From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.223.130]) (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 350626CDBA; Tue, 25 Jun 2024 11:25:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.135.223.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719314751; cv=none; b=CMZ5LY9znyTViNPGLLrHBq0uvKhXmpwRcL4Ba5fTInK/hgaUe6udM1zTPVu8lEATUWvakY5kOwAlR7Z5RjP90n1DfXnIXApLauUkAy4aBa+XBI1Jj/wOEtltmJp9sOLdeWB94WAr5TD/8uNH9XUKu0mtNJWztsnXdi5qlEnZzt0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719314751; c=relaxed/simple; bh=qbVIha4g+XgOtWbcvAcXQEtev608k+EixJOPa9FxeCE=; h=Date:Message-ID:From:To:Cc:Subject:In-Reply-To:References: MIME-Version:Content-Type; b=ao/SIkNdHM/bCB9ydRtekrQCUpFllCk4eOO+Np/PeyQczUQYl490j5SvNQNHBXOxmUCsd1lXx/34fZ/52K5Nkb4nDRsr0uxt+6eVD/woCm3YgGB7ahWoRFB5Wq8dyoKopp6MlRJ9AYR028DgYWFsTElzABIsV9Pej0nto+T3+Dg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=suse.de; spf=pass smtp.mailfrom=suse.de; arc=none smtp.client-ip=195.135.223.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=suse.de Received: from imap1.dmz-prg2.suse.org (imap1.dmz-prg2.suse.org [IPv6:2a07:de40:b281:104: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-out1.suse.de (Postfix) with ESMTPS id 5561421A43; Tue, 25 Jun 2024 11:25:48 +0000 (UTC) Authentication-Results: smtp-out1.suse.de; none 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 2872D13A9A; Tue, 25 Jun 2024 11:25:48 +0000 (UTC) Received: from dovecot-director2.suse.de ([2a07:de40:b281:106:10:150:64:167]) by imap1.dmz-prg2.suse.org with ESMTPSA id YlE7CTypemZzbwAAD6G6ig (envelope-from ); Tue, 25 Jun 2024 11:25:48 +0000 Date: Tue, 25 Jun 2024 13:26:15 +0200 Message-ID: <87msn9mffs.wl-tiwai@suse.de> From: Takashi Iwai To: Takashi Iwai Cc: Shengjiu Wang , Shengjiu Wang , lars@metafoo.de, perex@perex.cz, tiwai@suse.com, broonie@kernel.org, linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [RESEND PATCH] ALSA: dmaengine_pcm: terminate dmaengine before synchronize In-Reply-To: <87cyo6plan.wl-tiwai@suse.de> References: <1718851218-27803-1-git-send-email-shengjiu.wang@nxp.com> <87frt82gj7.wl-tiwai@suse.de> <87cyo6plan.wl-tiwai@suse.de> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 Precedence: bulk X-Mailing-List: linux-kernel@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 X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spam-Flag: NO X-Spam-Score: -4.00 X-Spam-Level: X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 5561421A43 X-Rspamd-Action: no action X-Spamd-Result: default: False [-4.00 / 50.00]; REPLY(-4.00)[]; TAGGED_RCPT(0.00)[] X-Rspamd-Server: rspamd1.dmz-prg2.suse.org On Mon, 24 Jun 2024 14:39:12 +0200, Takashi Iwai wrote: > I'm rethinking of this again, and I'm inclined rather to take your > patch for now. Now I merged the patch to for-linus branch as is. thanks, Takashi