 
            
            
            
            
                12 Dec
                
                    2012
                
            
            
                12 Dec
                
                '12
                
            
            
            
        
    
                4:21 a.m.
            
        On Wed, Dec 12, 2012 at 01:19:52AM -0200, Fabio Estevam wrote:
- if (freq_in && freq_out) {
- if (!freq_in || !freq_out) {
/* disable the PLL before re-programming it */
snd_soc_update_bits(codec, WM8983_POWER_MANAGEMENT_1,
WM8983_PLLEN_MASK, 0);
return 0;
This comment clearly doesn't match the code.