Browse Source

Merge branch 'for-2.6.35' into for-2.6.36

Mark Brown 15 years ago
parent
commit
3b89b22358
1 changed files with 2 additions and 2 deletions
  1. 2 2
      sound/soc/codecs/Kconfig

+ 2 - 2
sound/soc/codecs/Kconfig

@@ -85,8 +85,8 @@ config SND_SOC_ALL_CODECS
 
 config SND_SOC_WM_HUBS
 	tristate
-	default y if SND_SOC_WM8993=y
-	default m if SND_SOC_WM8993=m
+	default y if SND_SOC_WM8993=y || SND_SOC_WM8994=y
+	default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m
 
 config SND_SOC_AC97_CODEC
 	tristate