<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e5c91aac491def6ab3f90c4cc246e3fcb0f8f058 - Merge tag &apos;sound-7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#e5c91aac491def6ab3f90c4cc246e3fcb0f8f058</link>
        <description>Merge tag &apos;sound-7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundPull sound updates from Takashi Iwai: &quot;It was a fairly busy development cycle - the changes spread over from  the core side to leaf drivers, with lots of cleanups and enhancements.  Here we go, some highlights:  ALSA core:   - Extension of ALSA control component list ABI   - Locking optimization and RCU conversion of ALSA sequencer core   - A few hardening fixes for UMP and sequencer core   - Drop __bitwise and __force prefix from UAPI definitions  ASoC:   - Automatic DAI format selection code deployment across many drivers   - Sorting of register default tables to prevent ordering issues in     many drivers   - Lots of code cleanups and refactoring   - Updates in Qualcomm driver stack   - New platforms: AMD ACP7.B/F, Cirrus Logic CS35L62, Loongson     2K0300, Meson GX, Qualcomm LPI MI2S, SM8475, WSA855X, Realtek     RT1321 VA1/2 and RT766/7  HD-audio:   - Support for AW88399 HD-audio side codec for Lenovo Legion laptops   - Support for Hygon and Lisuan HDMI controllers   - Robustness fixes for wild device binding   - Lots of quirks/fixups: Realtek and Conexant codecs for ASUS,     Lenovo, Acer, etc  USB-audio:   - Support for Pioneer DJ DJM-S11   - Scarlett2/FCP private URB notification fixes   - Extended quirk_flags to 64bit   - Hardening fixes for 6fire, bcd2000, usx2y   - Device-specific quirks for Mackie, Valeton, SPACETOUCH  General:   - Auto-cleanup for put_device() and firmware loading across multiple     platforms&quot;* tag &apos;sound-7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (791 commits)  ALSA: hda: Fix connection list comparison in proc output  ALSA: docs: fix dead link to Intel HD-audio spec  ALSA: usb-audio: Add delay quirk for SPACETOUCH USB Audio  ALSA: hda: Add Lisuan HDMI controller and codec support  ALSA: hda/realtek: Fix Lenovo Yoga Slim 7 14AKP10 quirk ordering  ALSA: hda/tas2781: Add hardware stabilization delay during firmware load retries  ALSA: hda/realtek: Fix mute LED for HP Victus 15-fa1xxx (MB 8C3F)  ALSA: hda/realtek: Add micmute LED quirk for Acer Aspire A515-57  ASoC: tas2783-sdw: do not treat read-only Controls as writable  ASoC: SOF: validate topology volume range before allocation  ASoC: cs35l56: Use IRQ provided by the SoundWire core  soundwire: bus_type: Create IRQ mapping before calling driver probe()  ASoC: cs35l56: Move cs35l56_irq_request() after cs35l56_irq()  ASoC: cs35l56: Request IRQ in cs35l56_common_probe()  ALSA: core: Fix use-after-free in snd_card_do_free()  ALSA: hda/realtek: Drop duplicate quirk for Lenovo 0x17aa:0x38df  ALSA: usb-audio: Rename the Audient iD14 monitor mix volume control  ASoC: tas2781: Refactor calibration start kcontrol creation to separate helper  ASoC: dt-bindings: es8316: Fix supply property constraints  ALSA: seq: midi: Serialize input teardown with event_input  ...

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Wed, 19 Aug 2026 19:04:59 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>b2b82ce1478eddd614a727e000180de95c53520d - Merge tag &apos;asoc-v7.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#b2b82ce1478eddd614a727e000180de95c53520d</link>
        <description>Merge tag &apos;asoc-v7.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Updates for v7.3A very busy release, a combination of a lot of new device work and morepeople than usual doing various subsystem wide improvements in the code.The main subsystem level change is the work Morimoto-san has been doingto get automatic DAI format selection more widely deployed, and eventhat is largely changes in the drivers to enable use of the featurerather than framework work. - Conversions of a lot of drivers to use the automatic DAI format   selection code from Morimoto-san. - Many fixes and code improvements from bui duc phuc and Morimoto-san. - Fixes for ordering problems in register default tables from Peter   Ujfalusi. - Changes to use auto-cleanup for firmware to improve robustness from   Takashi Iwai. - Support for firmware on more Awinc devices. - Many changes in the Qualcomm driver stack, mostly around new platform   support. - Support for AMD ACP7.B/F, Cirrus Logic CS35L62, Loongson 2K0300,   Meson GX formatter and interface, Qualcomm LPI MI2S, SM8475 and   WSA855 and Realtek RT1321 VA1/2 and RT766/7.

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Tue, 18 Aug 2026 08:35:39 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>d58fe9eabc01543b79decfccfedd50d4c49351ff - Merge remote-tracking branch &apos;asoc/for-7.3&apos; into asoc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#d58fe9eabc01543b79decfccfedd50d4c49351ff</link>
        <description>Merge remote-tracking branch &apos;asoc/for-7.3&apos; into asoc-next

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Mon, 03 Aug 2026 14:18:29 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6f5bb305ad9fdf9675180607000bf68fb1fcca0d - ASoC: SOF: amd: add support for ACP7.B/7.F platforms</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#6f5bb305ad9fdf9675180607000bf68fb1fcca0d</link>
        <description>ASoC: SOF: amd: add support for ACP7.B/7.F platformsVijendar Mukunda &lt;Vijendar.Mukunda@amd.com&gt; says:This patch series adds Sound Open Firmware (SOF) enablement for AMDACP7.B/ACP7.F platforms by introducing a dedicated ACP7x PCI driver/opslayer built on the existing ACP SOF infrastructure, plus required IPC3topology/token extensions for ACP7x I2S/TDM.Changes:	- Add new ACP7x PCI driver + DSP ops, including suspend/resume and	  IRQ handling paths.	- Extend AMD ACP firmware loading logic for signed images and	  SRAM-based data loading on ACP7x.	- Introduce a new SOF DAI type for AMD I2S/TDM and extend IPC3	  topology tokens to carry an ACP TDM/I2S format field.Link: https://github.com/thesofproject/linux/pull/5813Link: https://patch.msgid.link/20260701095759.1012929-1-Vijendar.Mukunda@amd.com

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Fri, 03 Jul 2026 18:31:16 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0ec5afad9d31c4f2b92933d20261e4095e26ad9b - ASoC: SOF: amd: add base platform support for ACP7.B/7.F</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#0ec5afad9d31c4f2b92933d20261e4095e26ad9b</link>
        <description>ASoC: SOF: amd: add base platform support for ACP7.B/7.FAdd SOF support for ACP7.B and ACP7.F PCI revision based platforms.This covers Kconfig/Makefile entries, register offset definitions,DMA descriptor/channel/status paths, PGFSM power-on handling,PCI device driver, I2S/DMIC DAI definitions, and IPC SW interrupttrigger offset selection for ACP7.B/7.F.Signed-off-by: Vijendar Mukunda &lt;Vijendar.Mukunda@amd.com&gt;Reviewed-by: Bard Liao &lt;yung-chuan.liao@linux.intel.com&gt;Link: https://patch.msgid.link/20260701095759.1012929-3-Vijendar.Mukunda@amd.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Wed, 01 Jul 2026 11:55:03 +0200</pubDate>
        <dc:creator>Vijendar Mukunda &lt;Vijendar.Mukunda@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>25768de50b1f2dbb6ea44bd5148a87fe2c9c3688 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#25768de50b1f2dbb6ea44bd5148a87fe2c9c3688</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.14 merge window.

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Tue, 21 Jan 2025 06:37:39 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6d4a0f4ea72319c9a37c1a7191695467006dd272 - Merge tag &apos;v6.13-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#6d4a0f4ea72319c9a37c1a7191695467006dd272</link>
        <description>Merge tag &apos;v6.13-rc3&apos; into nextSync up with the mainline.

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Tue, 17 Dec 2024 18:40:45 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>77b679453d3364688ff3e5153c0be5b2b52672b7 - Merge tag &apos;v6.12-rc3&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#77b679453d3364688ff3e5153c0be5b2b52672b7</link>
        <description>Merge tag &apos;v6.12-rc3&apos; into perf-tools-nextTo get the fixes in the current perf-tools tree.Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Mon, 14 Oct 2024 19:45:28 +0200</pubDate>
        <dc:creator>Namhyung Kim &lt;namhyung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3fd6c59042dbba50391e30862beac979491145fe - Merge tag &apos;v6.12-rc1&apos; into clk-meson-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#3fd6c59042dbba50391e30862beac979491145fe</link>
        <description>Merge tag &apos;v6.12-rc1&apos; into clk-meson-nextLinux 6.12-rc1

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Mon, 30 Sep 2024 11:28:07 +0200</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>a0efa2f362a69e47b9d8b48f770ef3a0249a7911 - Merge net-next/main to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#a0efa2f362a69e47b9d8b48f770ef3a0249a7911</link>
        <description>Merge net-next/main to resolve conflictsThe wireless-next tree was based on something older, and thereare now conflicts between -rc2 and work here. Merge net-next,which has enough of -rc2 for the conflicts to happen, resolvingthem in the process.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Wed, 09 Oct 2024 08:59:14 +0200</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b88132ceb3faccdd785809df75f9d490ebaab459 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#b88132ceb3faccdd785809df75f9d490ebaab459</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to resolve a conflict with core locally.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Fri, 04 Oct 2024 11:29:21 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2dd0ef5d951e9b565ddb324fe26c531b6a40bf82 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#2dd0ef5d951e9b565ddb324fe26c531b6a40bf82</link>
        <description>Merge drm/drm-next into drm-misc-nextGet drm-misc-next to up v6.12-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Mon, 30 Sep 2024 10:50:54 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>e0568571258d096f0277c74185bcbfc9cf21bccb - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#e0568571258d096f0277c74185bcbfc9cf21bccb</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.12-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Mon, 30 Sep 2024 10:49:10 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c8d430db8eec7d4fd13a6bea27b7086a54eda6da - Merge tag &apos;kvmarm-fixes-6.12-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#c8d430db8eec7d4fd13a6bea27b7086a54eda6da</link>
        <description>Merge tag &apos;kvmarm-fixes-6.12-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADKVM/arm64 fixes for 6.12, take #1- Fix pKVM error path on init, making sure we do not change critical  system registers as we&apos;re about to fail- Make sure that the host&apos;s vector length is at capped by a value  common to all CPUs- Fix kvm_has_feat*() handling of &quot;negative&quot; features, as the current  code is pretty broken- Promote Joey to the status of official reviewer, while James steps  down -- hopefully only temporarly

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Sun, 06 Oct 2024 09:59:22 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>2cd86f02c017bf9733e5cd891381b7d40f6f37ad - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#2cd86f02c017bf9733e5cd891381b7d40f6f37ad</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesRequired for a panthor fix that broke whenFOP_UNSIGNED_OFFSET was added in place of FMODE_UNSIGNED_OFFSET.Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Tue, 01 Oct 2024 18:09:41 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3a39d672e7f48b8d6b91a09afa4b55352773b4b5 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#3a39d672e7f48b8d6b91a09afa4b55352773b4b5</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR.No conflicts and no adjacent changes.Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Fri, 27 Sep 2024 08:13:52 +0200</pubDate>
        <dc:creator>Paolo Abeni &lt;pabeni@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>36ec807b627b4c0a0a382f0ae48eac7187d14b2b - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#36ec807b627b4c0a0a382f0ae48eac7187d14b2b</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.12 merge window.

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Fri, 20 Sep 2024 10:24:24 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3daee2e4b3568f0ed88b0598df96547fcf21cb9b - Merge tag &apos;v6.10&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/sof/amd/Makefile#3daee2e4b3568f0ed88b0598df96547fcf21cb9b</link>
        <description>Merge tag &apos;v6.10&apos; into nextSync up with mainline to bring in device_for_each_child_node_scoped()and other newer APIs.

            List of files:
            /linux/sound/soc/sof/amd/Makefile</description>
        <pubDate>Tue, 16 Jul 2024 00:50:05 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
