Skip to content

Commit 06b42dc

Browse files
fixup! UPSTREAM: ASoC: SOF: Intel: mtl: Split up dsp_ops setup code
'EXPORT_SYMBOL_NS' expects namespace identifier directly, not as a string literal. Patch updates macro calls in `sound/soc/sof/intel/mtl.c` thats updated by change 941401a:Split up dsp_ops setup code Signed-off-by: Naveen Manohar <naveen.m@intel.com>
1 parent ab9cb11 commit 06b42dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/sof/intel/mtl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ int sof_mtl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops)
761761

762762
return 0;
763763
}
764-
EXPORT_SYMBOL_NS(sof_mtl_set_ops, "SND_SOC_SOF_INTEL_MTL");
764+
EXPORT_SYMBOL_NS(sof_mtl_set_ops, SND_SOC_SOF_INTEL_MTL);
765765

766766
const struct sof_intel_dsp_desc mtl_chip_info = {
767767
.cores_num = 3,

0 commit comments

Comments
 (0)