<?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>91b75129 - ASoC: SOF: amd: Move depends on AMD_NODE to consumers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/amd/Kconfig#91b75129</link>
        <description>ASoC: SOF: amd: Move depends on AMD_NODE to consumersCONFIG_SND_SOC_SOF_AMD_COMMON is a hidden option that is only selected byother options.  It can&apos;t have a direct depends on AMD_NODE because selectcan&apos;t pick another option automatically.This was attempted to be fixed in commit b47834ee4485b (&quot;ASoC: SOF: amd:Add depends on CPU_SUP_AMD&quot;) but this just masked the issue as it was foundin another config.Instead move the `depends on AMD_NODE` out of SND_SOC_SOF_AMD_COMMON toall the consumers and drop `depends on CPU_SUP_AMD`.Fixes: b47834ee4485b (&quot;ASoC: SOF: amd: Add depends on CPU_SUP_AMD&quot;)Fixes: f120cf33d232 (&quot;ASoC: SOF: amd: Use AMD_NODE&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202502220104.a8P6ApQN-lkp@intel.com/Signed-off-by: Mario Limonciello &lt;mario.limonciello@amd.com&gt;Link: https://patch.msgid.link/20250221181840.2639793-1-superm1@kernel.orgSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/amd/Kconfig</description>
        <pubDate>Fri, 21 Feb 2025 18:18:12 +0000</pubDate>
        <dc:creator>Mario Limonciello &lt;mario.limonciello@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>b47834ee - ASoC: SOF: amd: Add depends on CPU_SUP_AMD</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/amd/Kconfig#b47834ee</link>
        <description>ASoC: SOF: amd: Add depends on CPU_SUP_AMDWhen SMN support was switched to the kernel wide AMD_NODE instead oflocal implementation this broke compilation on the allyesconfig forsome architectures.  AMD_NODE is only supported on AMD platforms, somodify all the AMD drivers that use it to also require CPU_SUP_AMD.Reported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Closes: https://lore.kernel.org/linux-next/20250220160950.2cd64bdb@canb.auug.org.au/Fixes: f120cf33d232 (&quot;ASoC: SOF: amd: Use AMD_NODE&quot;)Signed-off-by: Mario Limonciello &lt;mario.limonciello@amd.com&gt;Link: https://patch.msgid.link/20250220184822.916090-1-superm1@kernel.orgSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/amd/Kconfig</description>
        <pubDate>Thu, 20 Feb 2025 18:48:20 +0000</pubDate>
        <dc:creator>Mario Limonciello &lt;mario.limonciello@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>f120cf33 - ASoC: SOF: amd: Use AMD_NODE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/amd/Kconfig#f120cf33</link>
        <description>ASoC: SOF: amd: Use AMD_NODEAll consumers of SMN in the kernel should be doing it through thefunctions provided by AMD_NODE.Stop using the local SMN read/write symbols and switch to the AMD_NODEprovided ones.Tested by: Venkata Prasad Potturu &lt;venkataprasad.potturu@amd.com&gt;Signed-off-by: Mario Limonciello &lt;mario.limonciello@amd.com&gt;Link: https://patch.msgid.link/20250217231747.1656228-6-superm1@kernel.orgSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/amd/Kconfig</description>
        <pubDate>Mon, 17 Feb 2025 23:17:45 +0000</pubDate>
        <dc:creator>Mario Limonciello &lt;mario.limonciello@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>490be7ba - ASoC: SOF: amd: add support for acp7.0 based platform</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/amd/Kconfig#490be7ba</link>
        <description>ASoC: SOF: amd: add support for acp7.0 based platformAdd SOF support for ACP7.0 version based platform.Signed-off-by: Vijendar Mukunda &lt;Vijendar.Mukunda@amd.com&gt;Reviewed-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Link: https://patch.msgid.link/20240823053739.465187-3-Vijendar.Mukunda@amd.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/amd/Kconfig</description>
        <pubDate>Fri, 23 Aug 2024 05:37:39 +0000</pubDate>
        <dc:creator>Vijendar Mukunda &lt;Vijendar.Mukunda@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>57677ccd - ASoC: amd: acp: add soundwire machines for acp6.3 based platform</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/amd/Kconfig#57677ccd</link>
        <description>ASoC: amd: acp: add soundwire machines for acp6.3 based platformAdd Soundwire machines for acp6.3 based platform.Link: https://github.com/thesofproject/linux/pull/5068Signed-off-by: Vijendar Mukunda &lt;Vijendar.Mukunda@amd.com&gt;Reviewed-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Reviewed-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Link: https://patch.msgid.link/20240801111821.18076-8-Vijendar.Mukunda@amd.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/amd/Kconfig</description>
        <pubDate>Thu, 01 Aug 2024 11:18:14 +0000</pubDate>
        <dc:creator>Vijendar Mukunda &lt;Vijendar.Mukunda@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>a3d543b9 - ASoC: SOF: amd: fix soundwire dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/amd/Kconfig#a3d543b9</link>
        <description>ASoC: SOF: amd: fix soundwire dependenciesThe soundwire-amd driver has a bit of a layering violation requiringthe SOF driver to directly call into its exported symbols rather thanthrough an abstraction.The SND_SOC_SOF_AMD_SOUNDWIRE Kconfig symbol tries to deal with thedependency by selecting SOUNDWIRE_AMD in a complicated set of conditions,but gets it wrong for a configuration involving SND_SOC_SOF_AMD_COMMON=y,SND_SOC_SOF_AMD_ACP63=m, and SND_SOC_SOF_AMD_SOUNDWIRE_LINK_BASELINE=mSOUNDWIRE_AMD=m, which results in a link failure:ld.lld: error: undefined symbol: sdw_amd_get_slave_info&gt;&gt;&gt; referenced by acp-common.cld.lld: error: undefined symbol: amd_sdw_scan_controllerld.lld: error: undefined symbol: sdw_amd_probeld.lld: error: undefined symbol: sdw_amd_exit&gt;&gt;&gt; referenced by acp.c&gt;&gt;&gt;               sound/soc/sof/amd/acp.o:(amd_sof_acp_remove) in archive vmlinux.aIn essence, the SND_SOC_SOF_AMD_COMMON option cannot be built-in whentrying to link against a modular SOUNDWIRE_AMD driver.Since CONFIG_SOUNDWIRE_AMD is a user-visible option, it really shouldnever be selected by another driver in the first place, so replace theextra complexity with a normal Kconfig dependency in SND_SOC_SOF_AMD_SOUNDWIRE,plus a top-level check that forbids any of the AMD SOF drivers from beingbuilt-in with CONFIG_SOUNDWIRE_AMD=m.In normal configs, they should all either be built-in or all loadablemodules anyway, so this simplification does not limit any real usecases.Fixes: d948218424bf (&quot;ASoC: SOF: amd: add code for invoking soundwire manager helper functions&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://msgid.link/r/20240219093900.644574-1-arnd@kernel.orgSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/amd/Kconfig</description>
        <pubDate>Mon, 19 Feb 2024 09:38:45 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>2188c2cf - ASoC: SOF: amd: select soundwire dependency flag for acp6.3 based platform</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/amd/Kconfig#2188c2cf</link>
        <description>ASoC: SOF: amd: select soundwire dependency flag for acp6.3 based platformSelect SoundWire dependency flag for acp6.3 based platform for SoundWireconfiguration.Signed-off-by: Vijendar Mukunda &lt;Vijendar.Mukunda@amd.com&gt;Link: https://msgid.link/r/20240129055147.1493853-13-Vijendar.Mukunda@amd.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/amd/Kconfig</description>
        <pubDate>Mon, 29 Jan 2024 05:51:46 +0000</pubDate>
        <dc:creator>Vijendar Mukunda &lt;Vijendar.Mukunda@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>d9482184 - ASoC: SOF: amd: add code for invoking soundwire manager helper functions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/amd/Kconfig#d9482184</link>
        <description>ASoC: SOF: amd: add code for invoking soundwire manager helper functionsAdd code for invoking Soundwire manager helper functionswhen SoundWire configuration is selected.Signed-off-by: Vijendar Mukunda &lt;Vijendar.Mukunda@amd.com&gt;Link: https://msgid.link/r/20240129055147.1493853-8-Vijendar.Mukunda@amd.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/amd/Kconfig</description>
        <pubDate>Mon, 29 Jan 2024 05:51:41 +0000</pubDate>
        <dc:creator>Vijendar Mukunda &lt;Vijendar.Mukunda@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>848c0d34 - ASoC: SOF: amd: add support for acp6.3 based platform</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/amd/Kconfig#848c0d34</link>
        <description>ASoC: SOF: amd: add support for acp6.3 based platformAdd SOF support for ACP6.3 version based platformSigned-off-by: Vijendar Mukunda &lt;Vijendar.Mukunda@amd.com&gt;Link: https://lore.kernel.org/r/20231020062822.3913760-2-Vijendar.Mukunda@amd.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/amd/Kconfig</description>
        <pubDate>Fri, 20 Oct 2023 06:28:12 +0000</pubDate>
        <dc:creator>Vijendar Mukunda &lt;Vijendar.Mukunda@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>d0dab6b7 - ASoC: SOF: amd: Add sof support for vangogh platform</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/amd/Kconfig#d0dab6b7</link>
        <description>ASoC: SOF: amd: Add sof support for vangogh platformAdd pci driver and platform driver to enable SOF supporton ACP5x architecture based Vangogh platform.Signed-off-by: Venkata Prasad Potturu &lt;venkataprasad.potturu@amd.com&gt;Link: https://lore.kernel.org/r/20230809123534.287707-1-venkataprasad.potturu@amd.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/amd/Kconfig</description>
        <pubDate>Wed, 09 Aug 2023 12:35:20 +0000</pubDate>
        <dc:creator>Venkata Prasad Potturu &lt;venkataprasad.potturu@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>1a74b21c - ASoC: SOF: amd: Add Probe functionality support for amd platforms.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/amd/Kconfig#1a74b21c</link>
        <description>ASoC: SOF: amd: Add Probe functionality support for amd platforms.This patch consist of probe client device registration,stream tagand dma channel configuration for SOF firmware.Signed-off-by: V sujith kumar Reddy &lt;Vsujithkumar.Reddy@amd.com&gt;Link: https://lore.kernel.org/r/20230713125709.418851-2-vsujithkumar.reddy@amd.corp-partner.google.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/amd/Kconfig</description>
        <pubDate>Thu, 13 Jul 2023 12:57:07 +0000</pubDate>
        <dc:creator>V sujith kumar Reddy &lt;Vsujithkumar.Reddy@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>41cfad23 - ASoC : SOF: amd: Add support for IPC and DSP dumps</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/amd/Kconfig#41cfad23</link>
        <description>ASoC : SOF: amd: Add support for IPC and DSP dumpsAdd support for IPC and DSP dumps for AMD platforms.Signed-off-by: V sujith kumar Reddy &lt;Vsujithkumar.Reddy@amd.com&gt;Link: https://lore.kernel.org/r/20221205120649.1950576-3-Vsujithkumar.Reddy@amd.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/amd/Kconfig</description>
        <pubDate>Mon, 05 Dec 2022 12:06:49 +0000</pubDate>
        <dc:creator>V sujith kumar Reddy &lt;Vsujithkumar.Reddy@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>41cb85bc - ASoC: SOF: amd: Add support for Rembrandt plaform.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/amd/Kconfig#41cb85bc</link>
        <description>ASoC: SOF: amd: Add support for Rembrandt plaform.Add pci driver and platform driver to enable SOF support on ACP6xarchitecture based Rembrandt platform.Signed-off-by: Ajit Kumar Pandey &lt;AjitKumar.Pandey@amd.com&gt;Signed-off-by: V sujith kumar Reddy &lt;Vsujithkumar.Reddy@amd.com&gt;Reviewed-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220913144319.1055302-3-Vsujithkumar.Reddy@amd.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/amd/Kconfig</description>
        <pubDate>Tue, 13 Sep 2022 14:43:16 +0000</pubDate>
        <dc:creator>V sujith kumar Reddy &lt;Vsujithkumar.Reddy@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>7ed1f83b - ASoC: SOF: Compile and runtime IPC version selection</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/amd/Kconfig#7ed1f83b</link>
        <description>ASoC: SOF: Compile and runtime IPC version selectionThe new IPC4 version is only supported by Intel platforms, iMX, AMD andMediaTek only uses the standard SOF IPC.There is no need for these platforms to build kernel support for IPC4 asit is just dead code for them.SND_SOC_SOF_IPC3 and SND_SOC_SOF_INTEL_IPC4 is introduced to allow compiletime selection and exclusion of IPC implementations.To avoid randconfig failures add also support for runtime selection ofthe IPC ops in ipc.c based on sdev-&gt;pdata-&gt;ipc_typeSigned-off-by: Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Reviewed-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Reviewed-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220614075618.28605-1-peter.ujfalusi@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/amd/Kconfig</description>
        <pubDate>Tue, 14 Jun 2022 07:56:17 +0000</pubDate>
        <dc:creator>Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec25a3b1 - ASoC: SOF: amd: Add Renoir PCI driver interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/amd/Kconfig#ec25a3b1</link>
        <description>ASoC: SOF: amd: Add Renoir PCI driver interfaceAdd PCI driver module to enable sof pci device support for Renoir.If machine flag set to FLAG_SOF_ONLY_DMIC this pci driver registerplatform device for non dsp based I2S platform device. If machineflag is not enabled for SOF pci probe will return without invokingsof device probe and registrationSigned-off-by: Ajit Kumar Pandey &lt;AjitKumar.Pandey@amd.com&gt;Reviewed-by: Bard Liao &lt;bard.liao@intel.com&gt;Reviewed-by: Kai Vehmanen &lt;kai.vehmanen@linux.intel.com&gt;Signed-off-by: Daniel Baluta &lt;daniel.baluta@nxp.com&gt;Link: https://lore.kernel.org/r/20211117093734.17407-10-daniel.baluta@oss.nxp.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/amd/Kconfig</description>
        <pubDate>Wed, 17 Nov 2021 09:37:22 +0000</pubDate>
        <dc:creator>Ajit Kumar Pandey &lt;AjitKumar.Pandey@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>846aef1d - ASoC: SOF: amd: Add Renoir ACP HW support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/amd/Kconfig#846aef1d</link>
        <description>ASoC: SOF: amd: Add Renoir ACP HW supportThis patch initializes ACP HW block to support SOF onAMD Renoir platform.Signed-off-by: Ajit Kumar Pandey &lt;AjitKumar.Pandey@amd.com&gt;Reviewed-by: Bard Liao &lt;bard.liao@intel.com&gt;Reviewed-by: Kai Vehmanen &lt;kai.vehmanen@linux.intel.com&gt;Signed-off-by: Daniel Baluta &lt;daniel.baluta@nxp.com&gt;Link: https://lore.kernel.org/r/20211117093734.17407-2-daniel.baluta@oss.nxp.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/amd/Kconfig</description>
        <pubDate>Wed, 17 Nov 2021 09:37:14 +0000</pubDate>
        <dc:creator>Ajit Kumar Pandey &lt;AjitKumar.Pandey@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
