示例#1
0
static int adsp_probe_5225(struct platform_device *pdev)
{
  	int rc;
	printk("+%s\n", __func__);
	rc = msm_adsp_probe(&info);
	printk("-%s rc=%d\n", __func__, rc);
	return rc;
}
static int adsp_probe_6125(struct platform_device *pdev)
{
  	int rc;
	rc = msm_adsp_probe(&info);
	return rc;
}