<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>4f1636e7 - ASoC: Intel: Kconfig: Revert make SND_SOC_ACPI_INTEL_MATCH depend on ACPI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#4f1636e7</link>
        <description>ASoC: Intel: Kconfig: Revert make SND_SOC_ACPI_INTEL_MATCH depend on ACPIThe acpi-intel-match should be compiled even if ACPI is not selected.The ACPI is not compile time requirement, but the exported symbols areneeded for other modules.Fixes: b6bd3f3b6357 (&quot;ASoC: Intel: Kconfig: make SND_SOC_ACPI_INTEL_MATCH depend on ACPI&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202411070806.UhCRpZok-lkp@intel.com/Signed-off-by: Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Reviewed-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Link: https://patch.msgid.link/20241107100204.24952-3-peter.ujfalusi@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Thu, 07 Nov 2024 10:02:04 +0000</pubDate>
        <dc:creator>Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c5bbc47f - ASoC: Intel: Kconfig: Only select SND_SOC_SDCA if ACPI is enabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#c5bbc47f</link>
        <description>ASoC: Intel: Kconfig: Only select SND_SOC_SDCA if ACPI is enabledThe SDCA module have hard dependency to compile on ACPI, it can only beselected if ACPI is also enabled.The SDCA header provides inline prototypes for other modules to compile incase SND_SOC_SDCA is not enabled.Fixes: 845cb1ddf1fc (&quot;ASoC: Intel: Kconfig: select SND_SOC_SDCA by SND_SOC_ACPI_INTEL_SDCA_QUIRKS&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202411070806.UhCRpZok-lkp@intel.com/Signed-off-by: Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Reviewed-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Link: https://patch.msgid.link/20241107100204.24952-2-peter.ujfalusi@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Thu, 07 Nov 2024 10:02:03 +0000</pubDate>
        <dc:creator>Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>845cb1dd - ASoC: Intel: Kconfig: select SND_SOC_SDCA by SND_SOC_ACPI_INTEL_SDCA_QUIRKS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#845cb1dd</link>
        <description>ASoC: Intel: Kconfig: select SND_SOC_SDCA by SND_SOC_ACPI_INTEL_SDCA_QUIRKSSND_SOC_SDCA can&apos;t be optional when SND_SOC_ACPI_INTEL_SDCA_QUIRKS isselected. IS_REACHABLE can prevent the link error. However it is notsuitable for this case. When CONFIG_SND_SOC_ACPI_INTEL_SDCA_QUIRKS isY and CONFIG_SND_SOC_SDCA is M, the SDCA helpers will be empty andreturn false. But we need the helpers to do their jobs whenSND_SOC_SDCAis M.IOW, the SDCA library is not optional for Intel platforms where theSDCA_QUIRK is selected.Also, make SND_SOC_SDCA invisible. SND_SOC_SDCA should be selected ifa device supports SDCA. User should not unselect it.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202411021722.DiX1Y5sf-lkp@intel.com/Suggested-by: Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Signed-off-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Reviewed-by: P&#233;ter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Reviewed-by: Liam Girdwood &lt;liam.r.girdwood@intel.com&gt;Reviewed-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Link: https://patch.msgid.link/20241106055810.10123-3-yung-chuan.liao@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Wed, 06 Nov 2024 05:58:10 +0000</pubDate>
        <dc:creator>Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b6bd3f3b - ASoC: Intel: Kconfig: make SND_SOC_ACPI_INTEL_MATCH depend on ACPI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#b6bd3f3b</link>
        <description>ASoC: Intel: Kconfig: make SND_SOC_ACPI_INTEL_MATCH depend on ACPISND_SOC_ACPI_INTEL_MATCH relies on ACPI functions. It will not workif ACPI is not selected.Signed-off-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Reviewed-by: P&#233;ter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Reviewed-by: Liam Girdwood &lt;liam.r.girdwood@intel.com&gt;Reviewed-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Link: https://patch.msgid.link/20241106055810.10123-2-yung-chuan.liao@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Wed, 06 Nov 2024 05:58:09 +0000</pubDate>
        <dc:creator>Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5703ab86 - ASoC: Intel: soc-acpi: add is_device_rt712_vb() helper</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#5703ab86</link>
        <description>ASoC: Intel: soc-acpi: add is_device_rt712_vb() helperAdd a filter to skip the RT172 VB configuration if a SmartMic Functionis not found in the SDCA descriptors.If the ACPI information is incorrect this can only be quirked furtherwith DMI information.Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Reviewed-by: P&#233;ter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Signed-off-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Link: https://patch.msgid.link/20241016102333.294448-11-yung-chuan.liao@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Wed, 16 Oct 2024 10:23:32 +0000</pubDate>
        <dc:creator>Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>970d299b - ASoC: Intel: Remove unused code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#970d299b</link>
        <description>ASoC: Intel: Remove unused codeAfter removal of Skylake driver there is no users left for sst-dsp andsst-ipc interfaces. Remove them.Reviewed-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;Signed-off-by: Amadeusz S&#322;awi&#324;ski &lt;amadeuszx.slawinski@linux.intel.com&gt;Link: https://patch.msgid.link/20241009083419.319038-1-amadeuszx.slawinski@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Wed, 09 Oct 2024 08:34:19 +0000</pubDate>
        <dc:creator>Amadeusz S&#322;awi&#324;ski &lt;amadeuszx.slawinski@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a882f4d7 - ASoC: Intel: Remove skylake driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#a882f4d7</link>
        <description>ASoC: Intel: Remove skylake driverThe avs-driver found in sound/soc/intel/avs is a direct replacement tothe existing skylake-driver. It covers all features supported by it andmore and aligns with the recommended flows and requirements based onWindows driver equivalent.For the official kernel tree the deprecation begun with v6.0. Mostskylake-drivers users moved to avs- or SOF-driver when AudioDSPcapabilities are available on the platform or to snd-hda-intel(sound/pci/hda) when such capabilities are not.For the supported trees the deprecation begun with v5.4 with v5.15 beingthe first where the skylake-driver is disabled entirely.All machine board drivers that consume the DSP driver have theirreplacements present within sound/soc/intel/avs/boards/ directory.Acked-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Signed-off-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;Link: https://patch.msgid.link/20240814083929.1217319-14-cezary.rojewski@intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Wed, 14 Aug 2024 08:39:28 +0000</pubDate>
        <dc:creator>Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f5d20b25 - ASoC: Intel: avs: Switch to ACPI NHLT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#f5d20b25</link>
        <description>ASoC: Intel: avs: Switch to ACPI NHLTNow that NHLT support in ACPI framework was introduced, migrate avsdriver to new API.Signed-off-by: Amadeusz S&#322;awi&#324;ski &lt;amadeuszx.slawinski@linux.intel.com&gt;Signed-off-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;Link: https://lore.kernel.org/r/20240419084307.2718881-3-cezary.rojewski@intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Fri, 19 Apr 2024 08:43:07 +0000</pubDate>
        <dc:creator>Amadeusz S&#322;awi&#324;ski &lt;amadeuszx.slawinski@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>fe2365c2 - ASoC: Intel: ssp-common: delete module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#fe2365c2</link>
        <description>ASoC: Intel: ssp-common: delete moduleMoving all code to snd-soc-acpi-intel-match module and remove thesnd-soc-acpi-intel-ssp-common module.Reviewed-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Signed-off-by: Brent Lu &lt;brent.lu@intel.com&gt;Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Link: https://msgid.link/r/20240327162408.63953-6-pierre-louis.bossart@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Wed, 27 Mar 2024 16:23:55 +0000</pubDate>
        <dc:creator>Brent Lu &lt;brent.lu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e1ff4551 - ASoC: Intel: ssp-common: module name change</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#e1ff4551</link>
        <description>ASoC: Intel: ssp-common: module name changeAs we applied new naming convention to functions and structures,changing module name as well to reflect the new naming.Reviewed-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Signed-off-by: Brent Lu &lt;brent.lu@intel.com&gt;Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Link: https://msgid.link/r/20240327162408.63953-5-pierre-louis.bossart@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Wed, 27 Mar 2024 16:23:54 +0000</pubDate>
        <dc:creator>Brent Lu &lt;brent.lu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>700462f5 - ASoC: Intel: avs: Probe compress operations</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#700462f5</link>
        <description>ASoC: Intel: avs: Probe compress operationsAdd compress operations handlers for data extraction through probes. Asingle HDAudio stream is enlisted for said purpose. Operations followsame protocol as for standard PCM streaming on HOST side.Signed-off-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;Link: https://lore.kernel.org/r/20221202152841.672536-11-cezary.rojewski@intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Fri, 02 Dec 2022 15:28:35 +0000</pubDate>
        <dc:creator>Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e5d4d2b2 - ASoC: Intel: Skylake: Fix Kconfig dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#e5d4d2b2</link>
        <description>ASoC: Intel: Skylake: Fix Kconfig dependencyCommit e4746d94d00c (&quot;ASoC: Intel: Skylake: Introduce HDA codec init andexit routines&quot;) introduced HDA codec init routine which depends on SND_HDA.Select SND_SOC_HDAC_HDA unconditionally to fix following compile error:ERROR: modpost: &quot;snd_hda_codec_device_init&quot; [sound/soc/intel/skylake/snd-soc-skl.ko] undefined!Fixes: e4746d94d00c (&quot;ASoC: Intel: Skylake: Introduce HDA codec init and exit routines&quot;)Reviewed-by: Junxiao Chang &lt;junxiao.chang@intel.com&gt;Suggested-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;Signed-off-by: Lili Li &lt;lili.li@intel.com&gt;Reviewed-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;Link: https://lore.kernel.org/r/20221121104742.1007486-1-lili.li@intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Mon, 21 Nov 2022 10:47:42 +0000</pubDate>
        <dc:creator>Lili Li &lt;lili.li@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>02f29be6 - ASoC: Intel: catpt: Drop SND_SOC_ACPI_INTEL_MATCH dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#02f29be6</link>
        <description>ASoC: Intel: catpt: Drop SND_SOC_ACPI_INTEL_MATCH dependencycatpt-driver does not make use of most of the fields found in thedescriptor table and is the sole user of haswell machines list. Move thetables to local directory and clean them up so it&apos;s clear what&apos;sactually used by the solution.Reviewed-by: Kai Vehmanen &lt;kai.vehmanen@linux.intel.com&gt;Reviewed-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Signed-off-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;Link: https://lore.kernel.org/r/20220815165818.3050649-4-cezary.rojewski@intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Mon, 15 Aug 2022 16:58:17 +0000</pubDate>
        <dc:creator>Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c50cea05 - ASoC: Intel: avs: Register HDAudio ext-bus operations</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#c50cea05</link>
        <description>ASoC: Intel: avs: Register HDAudio ext-bus operationsWith ASoC representation of HDAudio codec added, update bus initiazationto complete it.Signed-off-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;Link: https://lore.kernel.org/r/20220707124153.1858249-2-cezary.rojewski@intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Thu, 07 Jul 2022 12:41:42 +0000</pubDate>
        <dc:creator>Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>97030a43 - ASoC: Intel: avs: Add HDAudio machine board</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#97030a43</link>
        <description>ASoC: Intel: avs: Add HDAudio machine boardConnect AVS driver with ASoC HDAudio codec with help of this machineboard. Similarly to its platform and codec components, DAI links androutes are being created dynamically so single board can be used acrossall HDAudio codec types.Card makes use of &quot;binder&quot; BE DAI Link so HDAudio codec driver can belisted as one of its components. This allows for BE DAIs to be createddynamically, based on HDAudio codec capabilities.Signed-off-by: Amadeusz S&#322;awi&#324;ski &lt;amadeuszx.slawinski@linux.intel.com&gt;Signed-off-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;Link: https://lore.kernel.org/r/20220511162403.3987658-4-cezary.rojewski@intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Wed, 11 May 2022 16:23:52 +0000</pubDate>
        <dc:creator>Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1affc44e - ASoC: Intel: avs: PCI driver implementation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#1affc44e</link>
        <description>ASoC: Intel: avs: PCI driver implementationHD-Audio bus is a PCI device. Add all functions necessary to probe suchdevice along with its removal sequence. Behaviour implemented for allstandard operations is similar to existing solutions: sound/pci/hda andsound/soc/intel/skylake.Signed-off-by: Amadeusz S&#322;awi&#324;ski &lt;amadeuszx.slawinski@linux.intel.com&gt;Signed-off-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;Link: https://lore.kernel.org/r/20220516101116.190192-13-cezary.rojewski@intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Mon, 16 May 2022 10:11:13 +0000</pubDate>
        <dc:creator>Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2f1f570c - ASoC: Intel: avs: Coredump and recovery flow</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#2f1f570c</link>
        <description>ASoC: Intel: avs: Coredump and recovery flowIn rare occasions, under stress conditions or hardware malfunction, DSPfirmware may fail. Software is notified about such situation withEXCEPTION_CAUGHT notification. IPC timeout is also counted as criticaldevice failure. More often than not, driver can recover from suchsituations by performing full reset: killing and restarting ADSP.Signed-off-by: Amadeusz S&#322;awi&#324;ski &lt;amadeuszx.slawinski@linux.intel.com&gt;Signed-off-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;Link: https://lore.kernel.org/r/20220516101116.190192-7-cezary.rojewski@intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Mon, 16 May 2022 10:11:07 +0000</pubDate>
        <dc:creator>Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>79fc62d6 - ASoC: Intel: avs: Drop direct ACPI dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#79fc62d6</link>
        <description>ASoC: Intel: avs: Drop direct ACPI dependencyWith previous patch this allows for building driver on architectureswithout ACPI support present, when building with COMPILE_TEST enabled.Fixes: 47a1886a610a (&quot;ASoC: Intel: avs: Enable AVS driver only on x86 platforms&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Reviewed-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;Signed-off-by: Amadeusz S&#322;awi&#324;ski &lt;amadeuszx.slawinski@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220426200539.894010-2-amadeuszx.slawinski@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Tue, 26 Apr 2022 20:05:39 +0000</pubDate>
        <dc:creator>Amadeusz S&#322;awi&#324;ski &lt;amadeuszx.slawinski@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5755d0f6 - ASoC: Intel: avs: Depend on SND_INTEL_DSP_CONFIG</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#5755d0f6</link>
        <description>ASoC: Intel: avs: Depend on SND_INTEL_DSP_CONFIGIn order to enable NHLT support one must select SND_INTEL_DSP_CONFIG,which will select SND_INTEL_NHLT. Otherwise the file containing NHLTcode doesn&apos;t get build leading to errors when linking.Fixes: 274d79e51875 (&quot;ASoC: Intel: avs: Configure modules according to their type&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Reviewed-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;Signed-off-by: Amadeusz S&#322;awi&#324;ski &lt;amadeuszx.slawinski@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220425091646.545216-2-amadeuszx.slawinski@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Mon, 25 Apr 2022 09:16:46 +0000</pubDate>
        <dc:creator>Amadeusz S&#322;awi&#324;ski &lt;amadeuszx.slawinski@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>47a1886a - ASoC: Intel: avs: Enable AVS driver only on x86 platforms</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/intel/Kconfig#47a1886a</link>
        <description>ASoC: Intel: avs: Enable AVS driver only on x86 platformsOnly supported platform for AVS are x86 machines, so there is no reasonfor it to be enabled on other architectures. Allow exception for compiletests.Fixes: 274d79e51875 (&quot;ASoC: Intel: avs: Configure modules according to their type&quot;)Reviewed-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;Signed-off-by: Amadeusz S&#322;awi&#324;ski &lt;amadeuszx.slawinski@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220425091646.545216-1-amadeuszx.slawinski@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/intel/Kconfig</description>
        <pubDate>Mon, 25 Apr 2022 09:16:45 +0000</pubDate>
        <dc:creator>Amadeusz S&#322;awi&#324;ski &lt;amadeuszx.slawinski@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
