From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: OSS emulation and hardware configuration Date: Wed, 14 Sep 2011 17:04:00 +0200 Message-ID: <4E70C260.3040001@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 13DBE24337 for ; Wed, 14 Sep 2011 17:03:47 +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: Mike Crowe Cc: alsa-devel List-Id: alsa-devel@alsa-project.org Mike Crowe wrote: > Apologies if this is obvious, but how does the OSS emulation layer set > hardware parameters at the codec level? Just like any other client, by calling the driver's hw_params function. > When my OSS application opens it's device and changes the audio rate, > I don't see that function getting called. Does the changing of the rate actually succeed? Regards, Clemens