Re: [PATCH] ASoC: fsl: fix pm support of machine drivers

2014-02-10 Thread Mark Brown
On Sat, Feb 08, 2014 at 01:20:35PM +0800, Shawn Guo wrote: The commit 1abe729 (ASoC: fsl: Add missing pm to current machine drivers) enables pm support for a few IMX machine drivers. But it does Applied, thanks. signature.asc Description: Digital signature

[PATCH] ASoC: fsl: fix pm support of machine drivers

2014-02-07 Thread Shawn Guo
The commit 1abe729 (ASoC: fsl: Add missing pm to current machine drivers) enables pm support for a few IMX machine drivers. But it does not update dev drvdata to be the pointer to 'card'. This causes the kernel dump below in system suspend, because snd_soc_suspend() expects that the dev drvdata

Re: [PATCH] ASoC: fsl: fix pm support of machine drivers

2014-02-07 Thread Nicolin Chen
On Sat, Feb 08, 2014 at 01:20:35PM +0800, Shawn Guo wrote: The commit 1abe729 (ASoC: fsl: Add missing pm to current machine drivers) enables pm support for a few IMX machine drivers. But it does not update dev drvdata to be the pointer to 'card'. This causes the Right...I forgot to merge