int hifi_dsp_dump_hifi(unsigned long arg)
{
	return (int)hifi_dsp_dump_log_show(NULL, NULL, 0, NULL);
}
int hifi_dsp_dump_hifi(unsigned long arg)
{
	g_om_data.dsp_error_type = (unsigned int)arg;
	return (int)hifi_dsp_dump_log_show(NULL, NULL, 0, NULL);
}