Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sound/soc/sof/intel/nvl.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const struct sof_intel_dsp_desc nvl_chip_info = {
.power_down_dsp = mtl_power_down_dsp,
.disable_interrupts = lnl_dsp_disable_interrupts,
.hw_ip_version = SOF_INTEL_ACE_4_0,
.platform = "nvl",
};

const struct sof_intel_dsp_desc nvl_s_chip_info = {
Expand All @@ -72,6 +73,7 @@ const struct sof_intel_dsp_desc nvl_s_chip_info = {
.power_down_dsp = mtl_power_down_dsp,
.disable_interrupts = lnl_dsp_disable_interrupts,
.hw_ip_version = SOF_INTEL_ACE_4_0,
.platform = "nvl",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

separate patch with fixes tag?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, done

};

MODULE_IMPORT_NS("SND_SOC_SOF_INTEL_MTL");
Expand Down
Loading