27 Nov
2013
27 Nov
'13
5:42 p.m.
On Wed, Nov 27, 2013 at 09:58:17AM +0100, Lars-Peter Clausen wrote:
In order to make sure that the sample rate is in the supported range of both components the maximum rate of the card should be the minimum of the maximum rate of each components. There is one special case to consider though, if max_rate is set to 0 this means there is no maximum specified, so use min_not_zero() macro which will give use the desired result.
Applied, thanks.