5 Feb
                
                    2014
                
            
            
                5 Feb
                
                '14
                
            
            
            
        
    
                4:52 p.m.
            
        On Tue, Feb 04, 2014 at 08:55:31PM +0100, Lars-Peter Clausen wrote:
SNDRV_PCM_RATE_KNOT means that the device can support rates that can not be expressed using the rate bits. The driver will provide a list of those rates specified through constraints. Any rate bits that are set in the rates mask will be ignored. So setting other rate bits besides SNDRV_PCM_RATE_KNOT wont have any effect, but might be confusing to the casual reader, so remove them.
Applied, thanks.