static void omap_abe_shutdown(struct platform_device *pdev)
{
	snd_soc_poweroff(&pdev->dev);
}
static int snd_merr_dpcm_poweroff(struct device *dev)
{
	pr_debug("In %s\n", __func__);
	snd_soc_poweroff(dev);
	return 0;
}
static int snd_ctp_poweroff(struct device *dev)
{
	pr_debug("In %s\n", __func__);
	return snd_soc_poweroff(dev);
}