<?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>2aa0a3691711257b888d6024a492eb9fd1e8f52a - Merge tag &apos;sound-7.1-rc2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/tegra/Makefile#2aa0a3691711257b888d6024a492eb9fd1e8f52a</link>
        <description>Merge tag &apos;sound-7.1-rc2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundPull sound fixes from Takashi Iwai: &quot;A bunch of small fixes. One minor fix is found in the core side for  data race in PCM OSS layer, while remaining changes are various  device-specific fixes and quirks.   - Core: PCM OSS data race fix   - HD-audio: Fixes for TAS2781, CS35L56, and Realtek/Conexant quirks;     avoidance of a WARN_ON for HDMI channel mapping   - USB-audio: Improvements in UAC3 parsing robustness (leaks, size     checks) and fixes for potential endless loops   - ASoC: Driver-specific fixes for CS35L56, Intel bytcr_wm5102,     Spacemit, AW88395, and others, plus a new quirk for Steam Deck     OLED   - Misc: A UAF fix in aloop driver, division by zero fix in ua101     driver and leak fixes in caiaq driver&quot;* tag &apos;sound-7.1-rc2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (32 commits)  ALSA: hda/tas2781: Fix incorrect bit update for non-book-zero or book 0 pages &gt;1  ALSA: hda: cs35l56: Fix uninitialized value in cs35l56_hda_read_acpi()  ALSA: hda/conexant: Fix missing error check for jack detection  ALSA: hda: Avoid WARN_ON() for HDMI chmap slot checks  ALSA: usb-audio: Fix quirk entry placement for PreSonus AudioBox USB  ASoC: spacemit: adjust FIFO trigger threshold to half FIFO size  ASoC: spacemit: move hw constraints from hw_params to startup  ASoC: codecs: ab8500: Fix casting of private data  ASoC: cs35l56: Fix illegal writes to OTP_MEM registers  ASoC: Intel: bytcr_wm5102: Fix MCLK leak on platform_clock_control error  ALSA: usb-audio: Avoid potential endless loop in convert_chmap_v3()  ALSA: usb-audio: Fix potential leak of pd at parsing UAC3 streams  ALSA: caiaq: Don&apos;t abort when no input device is available  ALSA: caiaq: Fix potentially leftover ep1_in_urb at error path  ASoC: aw88395: Fix kernel panic caused by invalid GPIO error pointer  ALSA: caiaq: fix usb_dev refcount leak on probe failure  sound: ua101: fix division by zero at probe  ALSA: usb-audio: apply quirk for Playstation PDP Riffmaster  ALSA: hda: Remove duplicate cmedia entries in codecs Makefile  ALSA: hda/realtek: Add micmute LED quirk for Acer Aspire A315-44P  ...

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Thu, 30 Apr 2026 17:29:56 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>a7b75a11c6f16c049a2ea17cf9d1aaaa57201cf3 - Merge tag &apos;asoc-fix-v7.1-rc1&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/tegra/Makefile#a7b75a11c6f16c049a2ea17cf9d1aaaa57201cf3</link>
        <description>Merge tag &apos;asoc-fix-v7.1-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.1We&apos;ve had quite a lot of fixes come in this past week, all driver stuffrather than any broad systematic issue.  All quite routine stuff.

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Wed, 29 Apr 2026 07:46:33 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/tegra/Makefile#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>dad701bdb74368e6da30177b1d9e5529e3381591 - ASoC: tegra: Remove stale snd-soc-tegra-utils composite module definition</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/tegra/Makefile#dad701bdb74368e6da30177b1d9e5529e3381591</link>
        <description>ASoC: tegra: Remove stale snd-soc-tegra-utils composite module definitionkconfiglint reports two warnings for sound/soc/tegra/Makefile:  M002: composite module &apos;snd-soc-tegra-utils&apos; defined but not in any obj-*  M008: composite module &apos;snd-soc-tegra-utils&apos;: tegra_asoc_utils.o has no        source fileThe composite module definition`snd-soc-tegra-utils-y += tegra_asoc_utils.o` references a source file thatno longer exists and defines a module that is never included in any obj-*target.The tegra_asoc_utils module was originally introduced in commita3cd50deef7b (&quot;ASoC: Tegra: Move utilities to separate module&quot;) by StephenWarren in 2011 to provide shared clock/rate utility functions for Tegramachine drivers. At that time, the Makefile had both the compositedefinition (`snd-soc-tegra-utils-objs`) and the build target(`obj-$(CONFIG_SND_TEGRA_SOC) += snd-soc-tegra-utils.o`).In 2021,commit 8c1b3b159300 (&quot;ASoC: tegra: Squash utils into common machinedriver&quot;)by Dmitry Osipenko merged tegra_asoc_utils.c into tegra_asoc_machine.c,deleting both the .c and .h files. That commit correctly removed the obj-*build target line but overlooked the composite module definition line(`snd-soc-tegra-utils-objs += tegra_asoc_utils.o`).The orphaned line persisted unnoticed and was even mechanically updated in2024 bycommit 51a50d6ad727 (&quot;ASoC: tegra: Use *-y instead of *-objs inMakefile&quot;)by Takashi Iwai, which converted it from `-objs` to `-y` syntax as part ofa treewide cleanup &#8212; inadvertently refreshing a stale definition.Remove the orphaned composite module definition since it serves no purpose:the source file was deleted, the obj-* target was already removed, and thefunctionality now lives in tegra_asoc_machine.c.Assisted-by: Claude:claude-opus-4-6 kconfiglintSigned-off-by: Sasha Levin &lt;sashal@kernel.org&gt;Link: https://patch.msgid.link/20260426000249.54799-1-sashal@kernel.orgSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Sun, 26 Apr 2026 02:02:49 +0200</pubDate>
        <dc:creator>Sasha Levin &lt;sashal@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a8e7ef3cec99ba2487110e01d77a8a278593b3e9 - Merge tag &apos;sound-7.1-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/tegra/Makefile#a8e7ef3cec99ba2487110e01d77a8a278593b3e9</link>
        <description>Merge tag &apos;sound-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundPull sound updates from Takashi Iwai: &quot;Nothing too thrilling here, but we see lots of driver updates and bug  fixes, including quirk additions and refactoring works, while there  have been little changes in the core functionality. Here are some  highlights:  Core:   - Add validation for the control API put callback   - Fixes in compress-offload API timestamp handling   - Continued ASoC core API cleanups  ASoC:   - Add support for bus keepers (for Apple devices in future)   - Enhancements to the SDCA support, including retaskable jacks   - Test improvements for Cirrus Logic drivers   - Lots of fixes for the NXP, nVidia and Qualcomm   - Support for AMD RPL DMIC, Cirrus Logic CS42L43 and CS47L47, nVidia     machines with CPCAP and WM8962  USB-audio:   - Quirks for Huawei Headset, Focusrite Novation, MV-Silicon, Studio     1824, Arturia AF16Rig, Hotone Audio, Feaulle Rainbow, PreSonus     AudioBox, Moondrop Ju Jiu, Scarlett 18i20, etc   - Extended mixer volume quirk handling   - UAF and other fixes for us144mkii, 6fire and caiaq drivers  HD-audio:   - Add quirks or fixes for Acer, Lenovo, HP, ASUS machines   - Fixes &amp; cleanups of GPIO helper code  Misc:   - Add suspend/resume support for multiple legacy ISA and Apple     drivers   - Further regression fixes for ctxfi driver&quot;* tag &apos;sound-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (359 commits)  ALSA: control: Validate buf_len before strnlen() in snd_ctl_elem_init_enum_names()  ALSA: usb-audio: Fix missing error handling for get_min_max*()  ALSA: hda/realtek - fixed speaker no sound update  ALSA: hda/realtek: Add quirk for Acer PT316-51S headset mic  ALSA: usb-audio: Exclude Scarlett 18i20 1st Gen from SKIP_IFACE_SETUP  ALSA: hda/realtek: Add quirk for Legion S7 15IMH  ALSA: hda/realtek: Add quirk for HP Spectre x360 14-ea  ALSA: caiaq: take a reference on the USB device in create_card()  ASoC: dt-bindings: rockchip: convert rk3399-gru-sound to DT Schema  ALSA: sscape: Add suspend and resume support  ALSA: sscape: Cache per-card resources for board reinitialization  ALSA: usb-audio: Do not expose sticky mixers  ALSA: usb-audio: Move volume control resolution check into a function  ALSA: usb-audio: Add error checks against get_min_max*()  ALSA: usb-audio: Add quirk for PreSonus AudioBox USB  ALSA: interwave: guard PM-only restore helpers with CONFIG_PM  ALSA: usb-audio: Evaluate packsize caps at the right place  ALSA: sc6000: Restore board setup across suspend  ALSA: sc6000: Keep the programmed board state in card-private data  ALSA: 6fire: fix use-after-free on disconnect  ...

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Wed, 15 Apr 2026 18:20:49 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>080615b7213ae60965a1e6be7dc0f73737fe51bc - Merge tag &apos;asoc-v7.1&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/tegra/Makefile#080615b7213ae60965a1e6be7dc0f73737fe51bc</link>
        <description>Merge tag &apos;asoc-v7.1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Updates for v7.1There&apos;s one new core feature here but mostly this has been a fairlyquiet release, we&apos;ve got a few new drivers and one core feature that&apos;slikely to be relatively rarely used but the bulk of the work this timearound has been on quality. - Support for bus keepers, this will be used by the Apple device   support. - Enhancements to the SDCA support, incuding retaskable jacks. - Unwinding of the pcm_new()/pcm_free() cleanups from Morimoto-san. - Test improvements for the Cirrus Logic drivers. - Large sets of fixes for the NXP, nVidia and Qualcomm drivers. - Support for AMD RPL DMICs, Cirrus Logic CS42L43 and CS47L47, nVidia   machines with CPCAP and WM8962.

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Mon, 13 Apr 2026 18:09:48 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>6dc41d8d3b9692b6336196ae1a330bcd3fad92ee - ASoC: tegra: Add support for WM8962 and CPCAP</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/tegra/Makefile#6dc41d8d3b9692b6336196ae1a330bcd3fad92ee</link>
        <description>ASoC: tegra: Add support for WM8962 and CPCAPMerge series from Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;:Add support for WM8962 and CPCAP codecs found in various Tegra devices.

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Mon, 02 Mar 2026 15:22:26 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>536ffa105e16ca3f6e7de53f9d6059f53d0207f7 - ASoC: tegra: Support WM8962 by machine driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/tegra/Makefile#536ffa105e16ca3f6e7de53f9d6059f53d0207f7</link>
        <description>ASoC: tegra: Support WM8962 by machine driverAdd Wolfson Microelectronics WM8962 codec support to the Tegra ASoCmachine driver. The WM8962 codec is found on devices like MicrosoftSurface RT and Microsoft Surface 2 Windows RT based tablets.Co-developed-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;Signed-off-by: Jonas Schw&#246;bel &lt;jonasschwoebel@yahoo.de&gt;Link: https://patch.msgid.link/20260223065051.13070-5-clamor95@gmail.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 07:50:50 +0100</pubDate>
        <dc:creator>Jonas Schw&#246;bel &lt;jonasschwoebel@yahoo.de&gt;</dc:creator>
    </item>
<item>
        <title>bbfd5594756011167b8f8de9a00e0c946afda1e6 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/tegra/Makefile#bbfd5594756011167b8f8de9a00e0c946afda1e6</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in a67221b5eb8d (&quot;drm/i915/dp: Return min bpc supported by source instead of 0&quot;)in order to fix build breakage on GCC 9.4.0 (from Ubuntu 20.04).Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Wed, 28 May 2025 09:20:17 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>db5302ae571beec635c1a96e7f72926a4e65195e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/tegra/Makefile#db5302ae571beec635c1a96e7f72926a4e65195e</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to sync with v6.15-rc, xe, and specifically async flip changesin drm-misc.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Fri, 16 May 2025 09:22:36 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4f9786035f9e519db41375818e1d0b5f20da2f10 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/tegra/Makefile#4f9786035f9e519db41375818e1d0b5f20da2f10</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.16 merge window.

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Mon, 02 Jun 2025 06:41:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d51b9d81f7883f526b26e3ab903e646274aebeb1 - Merge tag &apos;v6.15-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/tegra/Makefile#d51b9d81f7883f526b26e3ab903e646274aebeb1</link>
        <description>Merge tag &apos;v6.15-rc6&apos; into nextSync up with mainline to bring in xpad controller changes.

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Fri, 16 May 2025 01:20:39 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>844e31bbaef7c8a6ff2c0fbac45c0c85b5484482 - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/tegra/Makefile#844e31bbaef7c8a6ff2c0fbac45c0c85b5484482</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-nextMerge drm-misc-next to get commit Fixes: fec450ca15af (&quot;drm/display:hdmi: provide central data authority for ACR params&quot;).Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Tue, 29 Apr 2025 22:42:29 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>3ab7ae8e07f888f223027f0ef84d33e43919ad55 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/tegra/Makefile#3ab7ae8e07f888f223027f0ef84d33e43919ad55</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerge to bring in linux 6.15-rc.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Thu, 24 Apr 2025 13:34:55 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1afba39f9305fe4061a4e70baa6ebab9d41459da - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/tegra/Makefile#1afba39f9305fe4061a4e70baa6ebab9d41459da</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get v6.15-rc1 into drm-misc-next. Also fixes abuild issue when enabling CONFIG_DRM_SCHED_KUNIT_TEST.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Mon, 07 Apr 2025 13:47:40 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9f13acb2406a3aed90c6738b3a2f1c0e43118cbd - Merge tag &apos;v6.15-rc1&apos; into x86/cpu, to refresh the branch with upstream changes</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/tegra/Makefile#9f13acb2406a3aed90c6738b3a2f1c0e43118cbd</link>
        <description>Merge tag &apos;v6.15-rc1&apos; into x86/cpu, to refresh the branch with upstream changesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Fri, 11 Apr 2025 11:13:27 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6ce0fdaae043803bb324d915ce0fe43316bf1e81 - Merge tag &apos;v6.15-rc1&apos; into x86/asm, to refresh the branch</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/tegra/Makefile#6ce0fdaae043803bb324d915ce0fe43316bf1e81</link>
        <description>Merge tag &apos;v6.15-rc1&apos; into x86/asm, to refresh the branchSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Wed, 09 Apr 2025 21:39:43 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1260ed77798502de9c98020040d2995008de10cc - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/soc/tegra/Makefile#1260ed77798502de9c98020040d2995008de10cc</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesBackmerging to get updates from v6.15-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Tue, 08 Apr 2025 10:15:47 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&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/tegra/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/tegra/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>e50da555ca4d42b1b98d0f26789db64f26a0919a - Merge tag &apos;sound-6.15-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/tegra/Makefile#e50da555ca4d42b1b98d0f26789db64f26a0919a</link>
        <description>Merge tag &apos;sound-6.15-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundPull sound updates from Takashi Iwai: &quot;We&apos;ve received lots of commits at this time, as a result of various  cleanup and refactoring works as well as a few new drivers and the  generic SoundWire support. Most of changes are device-specific, little  about the core changes. Some highlights below:  Core:   - A couple of (rather minor) race fixes in ALSA sequencer code   - A regression fix in ALSA timer code that may lead to a deadlock  ASoC:   - A large series of code conversion to use modern terminology for the     clocking configuration   - Conversions of PM ops with the modern macros in all ASoC drivers   - Clarification of the control operations   - Prepartory work for more generic SoundWire SCDA controls   - Support for AMD ACP 7.x, AWINC WM88166, Everest ES8388, Intel AVS     PEAKVOL and GAIN DSP modules Mediatek MT8188 DMIC, NXP i.MX95,     nVidia Tegra interconnects, Rockchip RK3588 S/PDIF, Texas     Instruments SN012776 and TAS5770L, and Wolfson WM8904 DMICs  Others:   - Conversions of PM ops with the modern macros in the rest drivers   - USB-audio quirks and fixes for Presonus Studio, DJM-A9, CME   - HD-audio quirks and fixes ASUS, HP, Lenovo, and others&quot;* tag &apos;sound-6.15-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (651 commits)  ALSA: hda: tas2781-i2c: Remove unnecessary NULL check before release_firmware()  ALSA: hda: cs35l56: Remove unnecessary NULL check before release_firmware()  ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA  ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook X515UA  ALSA: hda/realtek: Add support for various HP Laptops using CS35L41 HDA  ALSA: timer: Don&apos;t take register_mutex with copy_from/to_user()  ASoC: SDCA: Correct handling of selected mode DisCo property  ASoC: amd: yc: update quirk data for new Lenovo model  ALSA: hda/realtek: fix micmute LEDs on HP Laptops with ALC3247  ALSA: hda/realtek: fix micmute LEDs on HP Laptops with ALC3315  ASoC: SOF: mediatek: Commonize duplicated functions  ASoC: dmic: Fix NULL pointer dereference  ASoC: wm8904: add DMIC support  ASoC: wm8904: get platform data from DT  ASoC: dt-bindings: wm8904: Add DMIC, GPIO, MIC and EQ support  ASoC: wm8904: Don&apos;t touch GPIO configs set to 0xFFFF  of: Add of_property_read_u16_index  ALSA: oxygen: Fix dependency on CONFIG_PM_SLEEP  ASoC: ops: Apply platform_max after deciding control type  ASoC: ops: Remove some unnecessary local variables  ...

            List of files:
            /linux/sound/soc/tegra/Makefile</description>
        <pubDate>Wed, 26 Mar 2025 17:41:55 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
