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 X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A0E2C43603 for ; Wed, 11 Dec 2019 16:48:31 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CEA45214D8 for ; Wed, 11 Dec 2019 16:48:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="F2g/iaVj" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CEA45214D8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id C53421616; Wed, 11 Dec 2019 17:47:38 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz C53421616 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1576082908; bh=aFiU2LSap0jpee+NxEQtvRGYsVMXkL1L8ZLgbkpVMpU=; h=Date:From:To:References:In-Reply-To:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=F2g/iaVjd+AgvA+kkuRT3Q1zXHo4HEXx9Uz3j56pSFb2em7hnac9Q27kgZvK8M/mz lm4iCe2nTAJ/xsxcCyQnuVUIDDni42CT2VWJahE2kOeVehgY8aiSmmitmC9CI3rs7R pOtrRMu/fpTUx5XgdZAP8x1+sf19QY/p+F6rgKTY= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 54DA8F800EC; Wed, 11 Dec 2019 17:47:38 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id D3889F801F4; Wed, 11 Dec 2019 17:47:36 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by alsa1.perex.cz (Postfix) with ESMTP id 5A702F800EC for ; Wed, 11 Dec 2019 17:47:29 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 5A702F800EC Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 55D5D30E; Wed, 11 Dec 2019 08:47:28 -0800 (PST) Received: from localhost (unknown [10.37.6.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C92E33F52E; Wed, 11 Dec 2019 08:47:27 -0800 (PST) Date: Wed, 11 Dec 2019 16:47:26 +0000 From: Mark Brown To: Takashi Iwai Message-ID: <20191211164726.GA30042@sirena.org.uk> References: <20191210142614.19405-1-tiwai@suse.de> <20191210142614.19405-5-tiwai@suse.de> MIME-Version: 1.0 In-Reply-To: <20191210142614.19405-5-tiwai@suse.de> X-Cookie: Everything you know is wrong! User-Agent: Mutt/1.10.1 (2018-07-13) Cc: alsa-devel@alsa-project.org Subject: Re: [alsa-devel] [PATCH for-5.6 04/23] ASoC: mediatek: Use managed buffer allocation X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============5070039694463426724==" Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" --===============5070039694463426724== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Dec 10, 2019 at 03:25:55PM +0100, Takashi Iwai wrote: > Clean up the drivers with the new managed buffer allocation API. > The superfluous snd_pcm_lib_malloc_pages() and > snd_pcm_lib_free_pages() calls are dropped, as well as the superfluous > snd_pcm_lib_preallocate_free_for_all() call. As of the result, > hw_free and pcm_destruct ops became empty and got removed. This doesn't apply against current code, please check and resend. --T4sUOijqQbZv57TR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl3xHZ0ACgkQJNaLcl1U h9ABywf7B0XIRzhXoPOSc5PpWgZKfcgRaUsXXmzv/Ye/1djN+MfrItsCbAKNOQcj cahnxLJZGpSZCNluLlIaATN4Eq4tTQmCVJKAsBTJmg49mMsUDPGY1nR0UycsuCIr KS3Rm1CXIFAJoFPMWYRhGG5W/WSWJVvgeMcumahs/5kBy65oYMD1YkGfM4Ppr0HX VrQ3N2ClPU1//zbjyyXrEfquBG9MqdIAsaIqpZ+iXxPU/uIhqtwuFH1ur3YJQX4f C9cKMPiyBGecQFPH8ycbXAbXEMELAQug6QHL5byi+tx6pRNwz4RgPhyBI69/ZbQG 7GtjUtIVAsW52kjVfi8HYwpNiOA48Q== =tEvy -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- --===============5070039694463426724== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel --===============5070039694463426724==--