From: Pierre-Louis Bossart Date: Tue, 13 Feb 2024 11:43:54 +0000 (+0200) Subject: ASoC: SOF: Intel: hda-mlink: update incorrect comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b85a3dc28185ce1bd46a52106799877ee7b94ffa;p=linux.git ASoC: SOF: Intel: hda-mlink: update incorrect comment Likely a copy-paste error, wrong CONFIG used. Signed-off-by: Pierre-Louis Bossart Reviewed-by: Bard Liao Reviewed-by: Rander Wang Signed-off-by: Peter Ujfalusi Link: https://msgid.link/r/20240213114354.32579-1-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/include/sound/hda-mlink.h b/include/sound/hda-mlink.h index 228114aca4158..d849d9b24f13b 100644 --- a/include/sound/hda-mlink.h +++ b/include/sound/hda-mlink.h @@ -181,4 +181,4 @@ hdac_bus_eml_enable_offload(struct hdac_bus *bus, bool alt, int elid, bool enabl { return 0; } -#endif /* CONFIG_SND_SOC_SOF_HDA */ +#endif /* CONFIG_SND_SOC_SOF_HDA_MLINK */