fsl_sai_runtime_suspend
static int fsl_sai_runtime_suspend(struct device *dev);
fsl_sai_runtime_suspend(dev);
fsl_sai_runtime_suspend(&pdev->dev);
RUNTIME_PM_OPS(fsl_sai_runtime_suspend, fsl_sai_runtime_resume, NULL)