mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
Correct wm8994 codec resume error
This commit is contained in:
parent
4a5837403a
commit
572cdaccf7
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user