 
            
            
            
            
                9 Jul
                
                    2011
                
            
            
                9 Jul
                
                '11
                
            
            
            
        
    
                1:06 p.m.
            
        On Thu, 2011-07-07 at 15:38 -0500, Ricardo Neri wrote:
When building DSS HDMI driver with audio support, there is dependency on SND_SOC to register the ASoC audio codec. Also, SND_OMAP_SOC_OMAP4_HDMI has dependency on OMAP2_DSS. Then, to avoid build breakages, SND_OMAP_SOC_OMAP4_HDMI, is restricted to be available only when OMAP2_DSS AND SND_SOC have the same build type.
Also, dependency on ARCH_OMAP4 is removed, as it is checked indirectly by OMAP4_DSS_HDMI.
Reported-by: Liam Girdwood lrg@ti.com Signed-off-by: Ricardo Neri ricardo.neri@ti.com
Applied