From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars-Peter Clausen Subject: Re: KNOT / CONTINUOUS Date: Tue, 26 Nov 2013 21:27:22 +0100 Message-ID: <5295042A.1000302@metafoo.de> References: <20131126104140.16e3eb87@armhf> <20131126200916.47a45929@armhf> <5294F85C.4000105@metafoo.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp-out-025.synserver.de (smtp-out-054.synserver.de [212.40.185.54]) by alsa0.perex.cz (Postfix) with ESMTP id 6C01226165C for ; Tue, 26 Nov 2013 21:26:51 +0100 (CET) In-Reply-To: <5294F85C.4000105@metafoo.de> 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: Jean-Francois Moine Cc: alsa-devel@alsa-project.org, Jason Cooper , Jassi Brar , Takashi Iwai , Liam Girdwood , Mark Brown , linux-arm-kernel@lists.infradead.org List-Id: alsa-devel@alsa-project.org [...] > In your codec driver you should specify the minimum and maximum supported > rate by calling snd_pcm_hw_constraint_minmax() in the DAI startup callback. It is also possible to set the min and max rate directly in the dai_driver struct. From mboxrd@z Thu Jan 1 00:00:00 1970 From: lars@metafoo.de (Lars-Peter Clausen) Date: Tue, 26 Nov 2013 21:27:22 +0100 Subject: [alsa-devel] KNOT / CONTINUOUS In-Reply-To: <5294F85C.4000105@metafoo.de> References: <20131126104140.16e3eb87@armhf> <20131126200916.47a45929@armhf> <5294F85C.4000105@metafoo.de> Message-ID: <5295042A.1000302@metafoo.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org [...] > In your codec driver you should specify the minimum and maximum supported > rate by calling snd_pcm_hw_constraint_minmax() in the DAI startup callback. It is also possible to set the min and max rate directly in the dai_driver struct.