summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorGary Zhang <b13634@freescale.com>2012-08-17 10:46:22 +0800
committerGary Zhang <b13634@freescale.com>2012-08-17 15:53:04 +0800
commit91996ef19cd9da4eeb0f941ecd696ce6c3249c4c (patch)
treeb9ba4383a4209398de80625eb9ca879b02656b35 /sound
parent11014f603dca8cd0f12116c9b7b214b66c5a716f (diff)
ENGR00220633 WM8962: add support for wm8962 in mx6sl evk
add support for audio codec wm8962 in mx6sololite evk board Signed-off-by: Gary Zhang <b13634@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/imx/imx-wm8962.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/imx/imx-wm8962.c b/sound/soc/imx/imx-wm8962.c
index de0dcd60a594..8da589f2fa69 100644
--- a/sound/soc/imx/imx-wm8962.c
+++ b/sound/soc/imx/imx-wm8962.c
@@ -474,7 +474,7 @@ static int __init imx_asoc_init(void)
if (machine_is_mx6q_sabresd())
imx_dai[0].codec_name = "wm8962.0-001a";
- else if (machine_is_mx6sl_arm2())
+ else if (machine_is_mx6sl_arm2() | machine_is_mx6sl_evk())
imx_dai[0].codec_name = "wm8962.1-001a";
imx_snd_device = platform_device_alloc("soc-audio", 5);