From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: ASoC: mmap or read/write? Date: Thu, 18 Oct 2012 16:32:20 +0200 Message-ID: <508012F4.5050204@ladisch.de> References: <507FC752.1050005@ladisch.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by alsa0.perex.cz (Postfix) with ESMTP id F05DA2652E5 for ; Thu, 18 Oct 2012 16:33:37 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Prasant J Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Prasant J wrote: > in my case, I will anyway have to copy the buffers to mmap-ed area. This is *exactly* the same what snd_pcm_writei() already does. Regards, Clemens