From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: Alsa asynchonus playnback Date: Tue, 29 Nov 2011 14:29:53 +0100 Message-ID: <4ED4DE51.7070805@ladisch.de> References: 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 C085B244EE for ; Tue, 29 Nov 2011 14:29:04 +0100 (CET) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id E7E5621F38 for ; Tue, 29 Nov 2011 08:29:01 -0500 (EST) In-Reply-To: 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: Martin schmidt Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Martin schmidt wrote: > I want to play audiodata using alsa and do as it is explained in > http://alsa.opensrc.org/Asynchronous_Playback_%28Howto%29 > http://equalarea.com/paul/alsa-audio.html#interruptex These links describe two different mechanisms. > return -38 ( function is not implemented )??? This is one of the reasons why you shouldn't use async notifications. Is there a reason why you do want to use them? Regards, Clemens