Skip to content

Commit

Permalink
ASoC: SOF: skl enable the IOC and boots
Browse files Browse the repository at this point in the history
enabled the IOC, and fix BAR bug, the firmware status now can get

Signed-off-by: Zhu Yingjiang <yingjiang.zhu@linux.intel.com>
  • Loading branch information
zhuyingjiang authored and keyonjie committed Oct 22, 2018
1 parent 4b5e0d6 commit bb765d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sound/soc/sof/intel/hda-loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,9 @@ int hda_dsp_cl_boot_firmware_skl(struct snd_sof_dev *sdev)
irq_err:
hda_dsp_dump(sdev, SOF_DBG_REGS | SOF_DBG_PCI | SOF_DBG_MBOX);

/* disable DSP */
snd_sof_dsp_update_bits(sdev, HDA_DSP_PP_BAR, SOF_HDA_REG_PP_PPCTL,
SOF_HDA_PPCTL_GPROCEN, 0);
/* power down DSP */
hda_dsp_core_reset_power_down(sdev, HDA_DSP_CORE_MASK(0));

dev_err(sdev->dev, "error: load fw failed err: %d\n", ret);
return ret;
}

0 comments on commit bb765d4

Please sign in to comment.