From: zwp Date: Mon, 15 Aug 2011 08:13:32 +0000 (-0700) Subject: phone-pad:modify wm8994 I2S Channel X-Git-Tag: firefly_0821_release~9772^2~20^2~4^2~11 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a3423fed6a76e295a901c5dcd9ad224f9846fe0a;p=firefly-linux-kernel-4.4.55.git phone-pad:modify wm8994 I2S Channel --- diff --git a/sound/soc/rk29/rk29_wm8994.c b/sound/soc/rk29/rk29_wm8994.c index 5c82142fb15b..b666b0c20906 100755 --- a/sound/soc/rk29/rk29_wm8994.c +++ b/sound/soc/rk29/rk29_wm8994.c @@ -183,7 +183,7 @@ static struct snd_soc_dai_link rk29_dai = { #ifdef CONFIG_MACH_RK29_PHONEPADSDK .cpu_dai = &rk29_i2s_dai[1], #else - .cpu_dai = &rk29_i2s_dai[1], + .cpu_dai = &rk29_i2s_dai[0], #endif .codec_dai = &wm8994_dai, .init = rk29_wm8994_init,