From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: [RFC] disabling ALSA period interrupts Date: Thu, 20 May 2010 16:50:12 +0200 Message-ID: <4BF54C24.8080908@ladisch.de> References: <4BDABDDD.4050502@ladisch.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by alsa0.perex.cz (Postfix) with ESMTP id 895802444C for ; Thu, 20 May 2010 16:50:39 +0200 (CEST) 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: pl bossart Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org pl bossart wrote: > Still some work to be done on the alsa-lib one, for some reason the > hw_param->flags field I used gets overwritten if I don't use the > hw_device. In the plugins, the are separate hw_params structures for the slave and the virtual device; the *_schange and *_cchange function are responsible for copying parameters from one to the other. These functions currently do not copy the flags field. Regards, Clemens