<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5d5cb86f - ASoC: SOF: Intel: hda-sdw-bpt: add helpers for SoundWire BPT DMA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#5d5cb86f</link>
        <description>ASoC: SOF: Intel: hda-sdw-bpt: add helpers for SoundWire BPT DMAAdd SoundWire BPT DMA helpers as a separate module to avoid circulardependencies.For now this assumes no link DMA, only coupled mode.Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.dev&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;Acked-by: Mark Brown &lt;broonie@kernel.org&gt;Tested-by: shumingf@realtek.comLink: https://lore.kernel.org/r/20250227140615.8147-12-yung-chuan.liao@linux.intel.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Thu, 27 Feb 2025 14:06:10 +0000</pubDate>
        <dc:creator>Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.dev&gt;</dc:creator>
    </item>
<item>
        <title>8aeb7d2c - ASoC: SOF: Intel: Create ptl.c as placeholder for Panther Lake features</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#8aeb7d2c</link>
        <description>ASoC: SOF: Intel: Create ptl.c as placeholder for Panther Lake featuresCreate a minimal placeholder to make it possible to add code to handlethe new features of Panther Lake compared to MTL/LNL.Signed-off-by: Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Reviewed-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Reviewed-by: Liam Girdwood &lt;liam.r.girdwood@intel.com&gt;Reviewed-by: Kai Vehmanen &lt;kai.vehmanen@linux.intel.com&gt;Link: https://patch.msgid.link/20250307112816.1495-5-peter.ujfalusi@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Fri, 07 Mar 2025 11:28:12 +0000</pubDate>
        <dc:creator>Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3f8c8027 - ASoC: SOF: Intel: add initial support for PTL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#3f8c8027</link>
        <description>ASoC: SOF: Intel: add initial support for PTLClone LNL for now.Reviewed-by: P&#233;ter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Reviewed-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Reviewed-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Link: https://patch.msgid.link/20240802124011.173820-4-pierre-louis.bossart@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Fri, 02 Aug 2024 12:40:09 +0000</pubDate>
        <dc:creator>Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9c2f5b6e - ASoC: SOF: Use *-y instead of *-objs in Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#9c2f5b6e</link>
        <description>ASoC: SOF: Use *-y instead of *-objs in Makefile*-objs suffix is reserved rather for (user-space) host programs whileusually *-y suffix is used for kernel drivers (although *-objs worksfor that purpose for now).Let&apos;s correct the old usages of *-objs in Makefiles.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;Link: https://lore.kernel.org/r/20240507155540.24815-25-tiwai@suse.deSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Tue, 07 May 2024 15:55:28 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>6fe61f31 - ASoC: SOF: Intel: move hda.c to different module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#6fe61f31</link>
        <description>ASoC: SOF: Intel: move hda.c to different moduleNow that most of the code moves are done, we can add a new module andthe required EXPORT_SYMBOL definitions.No functionality change, just a new module added.Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@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/20240503135221.229202-8-pierre-louis.bossart@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Fri, 03 May 2024 13:52:21 +0000</pubDate>
        <dc:creator>Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>136b3736 - ASoC: SOF: Intel: move tracepoint creation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#136b3736</link>
        <description>ASoC: SOF: Intel: move tracepoint creationCREATE_TRACEPOINTS is supposed to be used once. To avoid modpostissues when creating modules, let&apos;s move the tracepoint creation in asingle object file.Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@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/20240503135221.229202-6-pierre-louis.bossart@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Fri, 03 May 2024 13:52:19 +0000</pubDate>
        <dc:creator>Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>456644cb - ASoC: SOF: Intel: start splitting top-level from common parts</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#456644cb</link>
        <description>ASoC: SOF: Intel: start splitting top-level from common partsThe existing code relies on the &apos;HDA_COMMON&apos; module and namespace. Weneed to start splitting top-level parts from the low-level ones,otherwise we will not be able to reuse the low-level parts DMA supportfor SoundWire/BPT.In the end the dependencies will be:         +----------------------------------------------+         |                                              |         |                                              vsof-pci-intel-xxx --&gt; sof-intel-hda ------------&gt; sof-hda-common                          |                             ^                          |                             |                          +-&gt; soundwire_intel --&gt; sof_hda_sdw_bptThis patch adds the initial split between the sof-pci-intel-xxxmodules and the common parts, in a follow-up patch we will furthersplit the HDA_COMMON partsSince the PCI modules are not all independent, i.e. the CNL parts arealso used in JSL and TGL, additional Kconfig and namespace moduleswere added.Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@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/20240503135221.229202-4-pierre-louis.bossart@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Fri, 03 May 2024 13:52:17 +0000</pubDate>
        <dc:creator>Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c8b54a2f - ASoC: SOF: Intel: add telemetry retrieval support on Intel platforms</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#c8b54a2f</link>
        <description>ASoC: SOF: Intel: add telemetry retrieval support on Intel platformsTelemetry data is decoded based on intel xtensa design and printed inkernel log by sof debug framework.Signed-off-by: Rander Wang &lt;rander.wang@intel.com&gt;Reviewed-by: P&#233;ter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Reviewed-by: Kai Vehmanen &lt;kai.vehmanen@linux.intel.com&gt;Reviewed-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Reviewed-by: Guennadi Liakhovetski &lt;guennadi.liakhovetski@linux.intel.com&gt;Signed-off-by: Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Link: https://lore.kernel.org/r/20230919092416.4137-7-peter.ujfalusi@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Tue, 19 Sep 2023 09:24:13 +0000</pubDate>
        <dc:creator>Rander Wang &lt;rander.wang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>64a63d99 - ASoC: SOF: Intel: LNL: Add support for Lunarlake platform</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#64a63d99</link>
        <description>ASoC: SOF: Intel: LNL: Add support for Lunarlake platformAdd initial support for Lunarlake. For now only HDAudio interfaces aresupported, DMIC/SSP/SoundWire require additional work so that the DAIsreuse the HDaudio DMA stream allocation.Signed-off-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;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;Reviewed-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Link: https://lore.kernel.org/r/20230807210959.506849-7-pierre-louis.bossart@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Mon, 07 Aug 2023 21:09:45 +0000</pubDate>
        <dc:creator>Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>18227585 - ASoC: SOF: Intel: hda-mlink: move to a dedicated module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#18227585</link>
        <description>ASoC: SOF: Intel: hda-mlink: move to a dedicated moduleSome of the functions will be used for SoundWire enumeration and powermanagement, to avoid cycles in module dependencies and simplifyintegration all the HDaudio multi-link needs to move to a dedicatedmodule.Drop no longer needed headers at the same time.Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Reviewed-by: Rander Wang &lt;rander.wang@intel.com&gt;Reviewed-by: P&#233;ter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Reviewed-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Signed-off-by: Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Reviewed-by: Takashi Iwai &lt;tiwai@suse.de&gt;Link: https://lore.kernel.org/r/20230404104127.5629-6-peter.ujfalusi@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Tue, 04 Apr 2023 10:41:14 +0000</pubDate>
        <dc:creator>Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>80afde34 - ASoC: SOF: Intel: hda-dai: Define and set the HDA DAI widget DMA ops</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#80afde34</link>
        <description>ASoC: SOF: Intel: hda-dai: Define and set the HDA DAI widget DMA opsDefine and set the get_hext_stream, assign_hext_stream andrelease_hext_stream DMA ops for HDA DAIs.Signed-off-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.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;Reviewed-by: P&#233;ter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Reviewed-by: Rander Wang &lt;rander.wang@intel.com&gt;Signed-off-by: Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Link: https://lore.kernel.org/r/20230307140435.2808-9-peter.ujfalusi@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Tue, 07 Mar 2023 14:04:29 +0000</pubDate>
        <dc:creator>Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>52f16103 - ASoC: SOF: Intel: start moving multi-link handling in dedicated file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#52f16103</link>
        <description>ASoC: SOF: Intel: start moving multi-link handling in dedicated fileThe multi-link handling needs to be handled with dedicated helpersbefore cleanups and extensions.Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Reviewed-by: Rander Wang &lt;rander.wang@intel.com&gt;Reviewed-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: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Link: https://lore.kernel.org/r/20221027193540.259520-6-pierre-louis.bossart@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Thu, 27 Oct 2022 19:35:24 +0000</pubDate>
        <dc:creator>Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e2379d4a - ASoC: SOF: Intel: add initial SKL/KBL hardware support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#e2379d4a</link>
        <description>ASoC: SOF: Intel: add initial SKL/KBL hardware supportIn preparation of the IPCv4 IPC support, this patch addssupport for SkyLake and KabyLake boot and descriptorsused when probing the PCI driver.The work was initially contributed in 2018 by Liam Girdwood and ZhuYingjiang, and abandoned due to firmware signature issues. With theupcoming support of IPC v4, and hence the Intel closed-sourcefirmware, it&apos;s time to re-add this capability.The SKL ops will be added in the next patch.Tested with the IPC4 and closed-source firmware on Dell XPS 9350and KBL NUC with HDaudio codecs. The SSP and DMIC interfaces are notsupported at this time.Co-developed-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Signed-off-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;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;Reviewed-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220920131700.133103-4-pierre-louis.bossart@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Tue, 20 Sep 2022 13:16:59 +0000</pubDate>
        <dc:creator>Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>064520e8 - ASoC: SOF: Intel: Add support for MeteorLake (MTL)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#064520e8</link>
        <description>ASoC: SOF: Intel: Add support for MeteorLake (MTL)Add platform abstraction for the Meteor Lake platform.This platform has significant differences compared to the TGL/ADLgeneration: it relies on new hardware using the code name &apos;ACE&apos; andonly supports the INTEL_IPC4 protocol and firmware architecture basedon the Zephyr RTOSCo-developed-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Signed-off-by: Ranjani Sridharan &lt;ranjani.sridharan@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: Rander Wang &lt;rander.wang@intel.com&gt;Link: https://lore.kernel.org/r/20220615084348.3489-3-yung-chuan.liao@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Wed, 15 Jun 2022 08:43:48 +0000</pubDate>
        <dc:creator>Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>37e809d5 - ASoC: SOF: Intel: hda: use common ops across platforms</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#37e809d5</link>
        <description>ASoC: SOF: Intel: hda: use common ops across platformsThe dsp_ops are mostly common between platforms. Introduce a commonstructure and an init function to set platform-specific values.Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Reviewed-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Reviewed-by: P&#233;ter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Reviewed-by: Kai Vehmanen &lt;kai.vehmanen@linux.intel.com&gt;Reviewed-by: Rander Wang &lt;rander.wang@intel.com&gt;Reviewed-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220414184817.362215-10-pierre-louis.bossart@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Thu, 14 Apr 2022 18:48:11 +0000</pubDate>
        <dc:creator>Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>97e22cbd - ASoC: SOF: Make Intel IPC stream ops generic</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#97e22cbd</link>
        <description>ASoC: SOF: Make Intel IPC stream ops genericThis operations should be generic as there is nothing Intelspecific. This works well for NXP i.MX8 stream IPC ops.We start by moving sof/intel/intel-ipc.c into sof/stream-ipc.c andrename the functions to be generic.Notice that we use newly introduced snd_sof_dsp_mailbox_readinstead of sof_mailbox_read, to make sure that we are notbound to existing MMIO memory access, and we allow platformto implement their own memory access routines.Signed-off-by: Daniel Baluta &lt;daniel.baluta@nxp.com&gt;Signed-off-by: Bud Liviu-Alexandru &lt;budliviu@gmail.com&gt;Reviewed-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Reviewed-by: Daniel Baluta &lt;daniel.baluta@gmail.com&gt;Reviewed-by: P&#233;ter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Link: https://lore.kernel.org/r/20211004152147.1268978-3-daniel.baluta@oss.nxp.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Mon, 04 Oct 2021 15:21:45 +0000</pubDate>
        <dc:creator>Bud Liviu-Alexandru &lt;budliviu@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f95b4152 - ASoC: SOF: Intel: Rename hda-compress.c to hda-probes.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#f95b4152</link>
        <description>ASoC: SOF: Intel: Rename hda-compress.c to hda-probes.cThe hda-compress.c is implementing the SOF probe support for intel HDAplatforms using compress API.To avoid the confusion, rename it to reflect this.Signed-off-by: Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Reviewed-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Reviewed-by: Kai Vehmanen &lt;kai.vehmanen@linux.intel.com&gt;Reviewed-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Link: https://lore.kernel.org/r/20210916103211.1573-6-peter.ujfalusi@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Thu, 16 Sep 2021 10:32:10 +0000</pubDate>
        <dc:creator>Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>47fad239 - ASoC: SOF: Intel: move common ATOM stuff to module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#47fad239</link>
        <description>ASoC: SOF: Intel: move common ATOM stuff to moduleSplit between ACPI/PCI parts and use common module.Since it&apos;s a split of existing code, the same dual-license is used forthe new atom.c and atom.h files.Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Reviewed-by: Bard Liao &lt;bard.liao@intel.com&gt;Reviewed-by: Guennadi Liakhovetski &lt;guennadi.liakhovetski@linux.intel.com&gt;Reviewed-by: Kai Vehmanen &lt;kai.vehmanen@linux.intel.com&gt;Tested-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20210505170235.306797-3-pierre-louis.bossart@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Wed, 05 May 2021 17:02:35 +0000</pubDate>
        <dc:creator>Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8d4ba1be - ASoC: SOF: pci: split PCI into different drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#8d4ba1be</link>
        <description>ASoC: SOF: pci: split PCI into different driversMove PCI IDs and device-specific definitions out of common code. Nofunctionality change for now, just code split and removal ofIF_ENABLED() which made the configurations too complicated in case ofreuse of IP across generations.Additional changes to address the DSP_CONFIG case and SoundWiredepends/select confusions are provided in follow-up patches.Suggested-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Reviewed-by: Kai Vehmanen &lt;kai.vehmanen@linux.intel.com&gt;Reviewed-by: Guennadi Liakhovetski &lt;guennadi.liakhovetski@linux.intel.com&gt;Reviewed-by: Bard Liao &lt;bard.liao@intel.com&gt;Acked-by: Mark Brown &lt;broonie@kernel.org&gt;Acked-by: Vinod Koul &lt;vkoul@kernel.org&gt;Link: https://lore.kernel.org/r/20210302003125.1178419-4-pierre-louis.bossart@linux.intel.comSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Tue, 02 Mar 2021 00:31:21 +0000</pubDate>
        <dc:creator>Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8a49cd11 - ASoC: SOF: ACPI: avoid reverse module dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/intel/Makefile#8a49cd11</link>
        <description>ASoC: SOF: ACPI: avoid reverse module dependencyThe SOF-ACPI driver is backwards from the normal Linux model, it has ageneric driver that knows about all the specific drivers, as opposed tohaving hardware specific drivers that link against a common framework.This requires ugly Kconfig magic and leads to missed dependencies asseen in this link error:arm-linux-gnueabi-ld: sound/soc/sof/sof-pci-dev.o: in function `sof_acpi_probe&apos;:sof-pci-dev.c:(.text+0x1c): undefined reference to `snd_intel_dsp_driver_probe&apos;Change it to use the normal probe order of starting with a specificdevice in a driver, turning the sof-acpi-dev.c driver into alibrary (exported symbols are name-spaced to avoid symbol pollution).For backwards-compatibility with previous Kconfigs, the default valuesfor platform drivers uses the top-level ACPI configurations. Themodules were also renamed to allow for gradual transitions in testscripts.Co-developed-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Kai Vehmanen &lt;kai.vehmanen@linux.intel.com&gt;Reviewed-by: Guennadi Liakhovetski &lt;guennadi.liakhovetski@linux.intel.com&gt;Reviewed-by: Bard Liao &lt;bard.liao@intel.com&gt;Acked-by: Mark Brown &lt;broonie@kernel.org&gt;Acked-by: Vinod Koul &lt;vkoul@kernel.org&gt;Link: https://lore.kernel.org/r/20210302003125.1178419-3-pierre-louis.bossart@linux.intel.comSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/soc/sof/intel/Makefile</description>
        <pubDate>Tue, 02 Mar 2021 00:31:20 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
</channel>
</rss>
