<?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>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/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/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>b1a4ee9f - ASoC: SOF: core: Implement firmware, topology path setup in core</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#b1a4ee9f</link>
        <description>ASoC: SOF: core: Implement firmware, topology path setup in coreUse the information stored in ipc_file_profile_base by platforms toconstruct the paths, filenames that are going to be used to load thefirmware and topology files.Signed-off-by: Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Reviewed-by: Kai Vehmanen &lt;kai.vehmanen@linux.intel.com&gt;Link: https://lore.kernel.org/r/20231129125327.23708-8-peter.ujfalusi@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Wed, 29 Nov 2023 12:53:21 +0000</pubDate>
        <dc:creator>Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>82f4b383 - ASoC: SOF: Kconfig: Rename SND_SOC_SOF_INTEL_IPC4 to SND_SOC_SOF_IPC4</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#82f4b383</link>
        <description>ASoC: SOF: Kconfig: Rename SND_SOC_SOF_INTEL_IPC4 to SND_SOC_SOF_IPC4Drop the Intel from the IPC type Kconfig optionSigned-off-by: Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Reviewed-by: Daniel Baluta &lt;daniel.baluta@nxp.com&gt;Reviewed-by: Rander Wang &lt;rander.wang@intel.com&gt;Reviewed-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Reviewed-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Link: https://lore.kernel.org/r/20230919104226.32239-4-peter.ujfalusi@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Tue, 19 Sep 2023 10:42:20 +0000</pubDate>
        <dc:creator>Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ab05061d - ASoC: SOF: ipc4: add definition of telemetry slot for exception handling</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#ab05061d</link>
        <description>ASoC: SOF: ipc4: add definition of telemetry slot for exception handlingCore dump includes hardware platform information, cpu registers andexception call stack. FW saves core dump to telemetry slot in sharedmemory window for host in the event of FW exception. This patch createsexception node in debugfs for user to dump telemetry data.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-5-peter.ujfalusi@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Tue, 19 Sep 2023 09:24:11 +0000</pubDate>
        <dc:creator>Rander Wang &lt;rander.wang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>70dad53d - ASoC: SOF: Add IPC3 Kernel Injector</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#70dad53d</link>
        <description>ASoC: SOF: Add IPC3 Kernel InjectorAdd debugfs path to fake a malicious firmware message for fuzzing purposes.Skip IPC4 for initial integrationSigned-off-by: Curtis Malainey &lt;cujomalainey@chromium.org&gt;Reviewed-by: Ranjani Sridharan &lt;ranjani.sridharan@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;Link: https://lore.kernel.org/r/20230608221822.2825786-2-cujomalainey@chromium.orgSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Thu, 08 Jun 2023 22:18:16 +0000</pubDate>
        <dc:creator>Curtis Malainey &lt;cujomalainey@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>f5623593 - ASoC: SOF: IPC4: probes: Implement IPC4 ops for probes client device</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#f5623593</link>
        <description>ASoC: SOF: IPC4: probes: Implement IPC4 ops for probes client deviceImplement IPC operations for IPC4 messaging and add doxygendocumentation for the functions.Signed-off-by: Jyri Sarha &lt;jyri.sarha@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: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Signed-off-by: P&#233;ter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Link: https://lore.kernel.org/r/20221031105141.19037-6-peter.ujfalusi@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Mon, 31 Oct 2022 10:51:41 +0000</pubDate>
        <dc:creator>Jyri Sarha &lt;jyri.sarha@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ccf06b14 - ASoC: SOF: probes: Separate IPC3 operations to a separate file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#ccf06b14</link>
        <description>ASoC: SOF: probes: Separate IPC3 operations to a separate fileDeclare an IPC ops struct for probes client device and move IPC3functions behind it.Signed-off-by: Jyri Sarha &lt;jyri.sarha@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: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Signed-off-by: P&#233;ter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Link: https://lore.kernel.org/r/20221031105141.19037-3-peter.ujfalusi@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Mon, 31 Oct 2022 10:51:38 +0000</pubDate>
        <dc:creator>Jyri Sarha &lt;jyri.sarha@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f4ea22f7 - ASoC: SOF: ipc4: Add support for mtrace log extraction</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#f4ea22f7</link>
        <description>ASoC: SOF: ipc4: Add support for mtrace log extractionOne of the debugging/logging features for an IPC4 based firmware is the useof the debug window to deliver log messages to host via the shared SRAM.The initial implementation of the mtrace supports only TGL/MTL style oflogging, but can be extended to support other types, like APL, SKL, CNL,etc.The window is split into 16 &apos;slots&apos; where the first slot contains thedescriptors for the remaining 15 slots.Each DSP core logs to a separate slot and the slot allocation is not fixed,we can not assume that the first slot is always used by core0 for example.The firmware sends LOG_BUFFER_STATUS message when new log batch isavailable from one of the cores (after it updated the write_ptr in thegiven slot).Host should update the read_ptr in the same slot when it has taken out logdata.The patch also updates the sof_ipc4_fw_data struct with parameters neededfor the mtrace to be enabled and used safely.Co-developed-by: Rander Wang &lt;rander.wang@intel.com&gt;Signed-off-by: Rander Wang &lt;rander.wang@intel.com&gt;Co-developed-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Signed-off-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;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: Rander Wang &lt;rander.wang@intel.com&gt;Reviewed-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220909114332.31393-6-peter.ujfalusi@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Fri, 09 Sep 2022 11:43:30 +0000</pubDate>
        <dc:creator>Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.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/Makefile#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/Makefile</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>e75e5db8 - ASoC: SOF: IPC4: Add pcm ops</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#e75e5db8</link>
        <description>ASoC: SOF: IPC4: Add pcm opsDefine and set the PCM ops for IPC4.Co-developed-by: Rander Wang &lt;rander.wang@linux.intel.com&gt;Signed-off-by: Rander Wang &lt;rander.wang@linux.intel.com&gt;Co-developed-by: Bard Liao &lt;yung-chuan.liao@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: 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: Yaochun Hung &lt;yc.hung@mediatek.com&gt;Signed-off-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220609032643.916882-12-ranjani.sridharan@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Thu, 09 Jun 2022 03:26:31 +0000</pubDate>
        <dc:creator>Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>955e84fc - ASoC: SOF: ipc4-topology: Add control IO ops</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#955e84fc</link>
        <description>ASoC: SOF: ipc4-topology: Add control IO opsDefine the kcontrol IO ops for volume type controls for IPC4. Supportfor other kcontrol types will be added later.Co-developed-by: Rander Wang &lt;rander.wang@linux.intel.com&gt;Signed-off-by: Rander Wang &lt;rander.wang@linux.intel.com&gt;Co-developed-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Signed-off-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Signed-off-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: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Reviewed-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220609032643.916882-11-ranjani.sridharan@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Thu, 09 Jun 2022 03:26:30 +0000</pubDate>
        <dc:creator>Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>90e89155 - ASoC: SOF: IPC4: Introduce topology ops</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#90e89155</link>
        <description>ASoC: SOF: IPC4: Introduce topology opsIntroduce the topology ops for IPC4. Set the widget_ops and token_listfor parsing the scheduler type widget. Support for other widget typeswill be added in the follow up patches.Co-developed-by: Rander Wang &lt;rander.wang@linux.intel.com&gt;Signed-off-by: Rander Wang &lt;rander.wang@linux.intel.com&gt;Co-developed-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Signed-off-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Signed-off-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: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Reviewed-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Reviewed-by: Paul Olaru &lt;paul.olaru@oss.nxp.com&gt;Link: https://lore.kernel.org/r/20220609032643.916882-3-ranjani.sridharan@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Thu, 09 Jun 2022 03:26:22 +0000</pubDate>
        <dc:creator>Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>671e0b90 - ASoC: SOF: Clone the trace code to ipc3-dtrace as fw_tracing implementation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#671e0b90</link>
        <description>ASoC: SOF: Clone the trace code to ipc3-dtrace as fw_tracing implementationThe existing trace.c file is implementing the IPC3 dma-trace support.Clone the existing code with prefix fixes as ipc3 fw_tracingimplementation to be used when the core is converted to use generic opsfor firmware tracing.Drop the dual licensing of the content as the implementation is based ondebugfs.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: 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://lore.kernel.org/r/20220516104711.26115-4-peter.ujfalusi@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Mon, 16 May 2022 10:47:06 +0000</pubDate>
        <dc:creator>Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c62ff366 - ASoC: SOF: IPC4: Add FW loader ops</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#c62ff366</link>
        <description>ASoC: SOF: IPC4: Add FW loader opsDefine and add the FW loader ops for IPC4. Also, introduce a newstructure, struct sof_ipc4_private_data that will be used to define someIPC4-sepcific data.Co-developed-by: Rander Wang &lt;rander.wang@intel.com&gt;Signed-off-by: Rander Wang &lt;rander.wang@intel.com&gt;Co-developed-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Signed-off-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Co-developed-by: Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;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;Signed-off-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220511171648.1622993-5-ranjani.sridharan@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Wed, 11 May 2022 17:16:47 +0000</pubDate>
        <dc:creator>Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ceb89acc - ASoC: SOF: ipc4: Add support for mandatory message handling functionality</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#ceb89acc</link>
        <description>ASoC: SOF: ipc4: Add support for mandatory message handling functionalityIntroduce the initial and mandatory IPC ops support for IPC4 to enableIPC communication with this new IPC protocol.This patch implements the following ops:tx_msg, rx_msg, set_get_data and get_reply.Co-developed-by: Rander Wang &lt;rander.wang@intel.com&gt;Signed-off-by: Rander Wang &lt;rander.wang@intel.com&gt;Co-developed-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Signed-off-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Signed-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: Rander Wang &lt;rander.wang@intel.com&gt;Reviewed-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Reviewed-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220505094818.10346-4-peter.ujfalusi@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Thu, 05 May 2022 09:48:18 +0000</pubDate>
        <dc:creator>Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d2458baa - ASoC: SOF: ipc3-loader: Implement firmware parsing and loading</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#d2458baa</link>
        <description>ASoC: SOF: ipc3-loader: Implement firmware parsing and loadingAdd the IPC3 dependent implementation of validating the firmware image,parsing the ext manifest and to load modules via memcpy.The code introduced by this commit is the IPC dependent code from theloader.c, which is going to be removed later.Signed-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: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Reviewed-by: Rander Wang &lt;rander.wang@intel.com&gt;Signed-off-by: Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220425221129.124615-3-ranjani.sridharan@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Mon, 25 Apr 2022 22:11:21 +0000</pubDate>
        <dc:creator>Peter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4123c24b - ASoC: SOF: Introduce IPC3 PCM hw_free op</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#4123c24b</link>
        <description>ASoC: SOF: Introduce IPC3 PCM hw_free opAdd the IPC3 PCM ops, define the hw_free op and modify all users to usethe op.Signed-off-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: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Reviewed-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220317175044.1752400-14-ranjani.sridharan@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Thu, 17 Mar 2022 17:50:38 +0000</pubDate>
        <dc:creator>Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>10f461d7 - ASoC: SOF: Add IPC3 topology control ops</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#10f461d7</link>
        <description>ASoC: SOF: Add IPC3 topology control opsDefine the topology control IPC ops for IPC3, implement thecontrol_notify op and use it.Signed-off-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: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220317175044.1752400-6-ranjani.sridharan@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Thu, 17 Mar 2022 17:50:30 +0000</pubDate>
        <dc:creator>Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>657774ac - ASoC: SOF: Make sof_suspend/resume IPC agnostic</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#657774ac</link>
        <description>ASoC: SOF: Make sof_suspend/resume IPC agnosticAdd a new set of IPC ops for PM with the ctx_save and ctx_restore opsfor suspend/resume and implement the ops for IPC3.Signed-off-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: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220317175044.1752400-4-ranjani.sridharan@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Thu, 17 Mar 2022 17:50:28 +0000</pubDate>
        <dc:creator>Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7006d20e - ASoC: SOF: Introduce IPC3 ops</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/soc/sof/Makefile#7006d20e</link>
        <description>ASoC: SOF: Introduce IPC3 opsAdd the IPC ops including the topology-related IPC ops for the currentversion (IPC3, named after the current SOF firmware ABI major version 3.0)of IPC supported by the SOF firmware and set it as default. The topologyIPC ops and the widget ops within the topology IPC ops are bothmandatory.With the introduction of IPC3 ops, we define the list of tokens pertainingto the AIF_IN/AIF_OUT widgets. Then these tokens are parsed duringtopology parsing and saved as part of the swidget tuples array. Oncetopology parsing is complete, these tokens will be applied to create theIPC structure for the host component based on the topology widget_setupop in ipc3_tplg_ops.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: P&#233;ter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt;Reviewed-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220314200520.1233427-6-ranjani.sridharan@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/soc/sof/Makefile</description>
        <pubDate>Mon, 14 Mar 2022 20:05:06 +0000</pubDate>
        <dc:creator>Ranjani Sridharan &lt;ranjani.sridharan@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
