[alsa-devel] [PATCH] ASoC: rt286: Change the DMI mapping for Dino
            
            
            
                6 Mar
                
                    2015
                
            
            
                6 Mar
                
                '15
                
            
            
            
        
    
                3:12 a.m.
            
        The board ID will be changed between revisions. So, it is better to map it by project name.
Signed-off-by: Bard Liao bardliao@realtek.com --- sound/soc/codecs/rt286.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/rt286.c b/sound/soc/codecs/rt286.c index 693decb..098fc78 100644 --- a/sound/soc/codecs/rt286.c +++ b/sound/soc/codecs/rt286.c @@ -1209,7 +1209,7 @@ static struct dmi_system_id dmi_dell_dino[] = { .ident = "Dell Dino", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), - DMI_MATCH(DMI_BOARD_NAME, "0144P8") + DMI_MATCH(DMI_PRODUCT_NAME, "XPS 13 9343") } }, { }
-- 
1.8.1.1.439.g50a6b54
    
        3896
        
      
          Age (days ago)
        
      
        3896
        
    
          Last active (days ago)
        
        
        
        1 comments
    
    
        
        2 participants
    
    
    
    
    
    
    
    
    participants (2)
- 
                
Bard Liao - 
                
Mark Brown