Correct wm8994 codec resume error

This commit is contained in:
root
2010-07-26 14:54:43 +08:00
parent 4a5837403a
commit 572cdaccf7

View File

@@ -2218,6 +2218,10 @@ static int wm8994_resume(struct platform_device *pdev)
wm8994_fnc_ptr+=wm8994_mode;
(*wm8994_fnc_ptr)() ;
}
else if(wm8994_mode>wm8994_BT_PCMBaseband_and_record)
{
printk("%s--%d--: Wm8994 resume with null mode\n",__FUNCTION__,__LINE__);
}
else
{
wm8994_fnc_ptr+=wm8994_mode;