From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: write/read system calls and ioctl Date: Fri, 21 Dec 2007 13:45:20 +0100 Message-ID: References: <200712191856.20679.michael.c.m.voigt@web.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id D095B10389D for ; Fri, 21 Dec 2007 15:49:54 +0100 (CET) In-Reply-To: <200712191856.20679.michael.c.m.voigt@web.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Michael Voigt Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Wed, 19 Dec 2007 18:56:17 +0100, Michael Voigt wrote: > > My question: what is snd_pcm_write in pcm_native.c good for? Is it only there > to keep ALSA compatible to older versions of alsa-lib? Yes, exactly. Some apps (e.g. older version of sox) used directly read/write, and this is also for them. Takashi