 
            
            
            
            
                16 Jul
                
                    2017
                
            
            
                16 Jul
                
                '17
                
            
            
            
        
    
                8:46 p.m.
            
        On Sun, 16 Jul 2017 20:40:03 +0200, Andy Shevchenko wrote:
The commit b56fa687e02b ("ALSA: fm801: detect FM-only card earlier") rearranged initialization calls, i.e. it makes snd_fm801_chip_init() to be called before we register interrupt handler and set PCI bus mastering.
Somehow it prevents FM801-AU to work properly. Thus, partially revert initialization order changed by commit mentioned above.
Fixes: b56fa687e02b ("ALSA: fm801: detect FM-only card earlier") Reported-by: Émeric MASCHINO emeric.maschino@gmail.com Signed-off-by: Andy Shevchenko andriy.shevchenko@linux.intel.com
Applied now with Cc to stable. Thanks.
Takashi