<?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/hda/codecs/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/hda/codecs/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>b795666e1ee4101a949248bfff6074a6dce91824 - ALSA: hda: Remove duplicate cmedia entries in codecs Makefile</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/Makefile#b795666e1ee4101a949248bfff6074a6dce91824</link>
        <description>ALSA: hda: Remove duplicate cmedia entries in codecs Makefilekconfiglint reports:  M004: &apos;snd-hda-codec-cmedia-y&apos; assigned with &apos;:=&apos; but was already        assigned at line 5; previous value is overwrittensound/hda/codecs/Makefile contains duplicate entries for the C-Mediacodec driver &#8212; both the composite module definition and the obj-* buildtarget appear twice:  Line 5:  snd-hda-codec-cmedia-y :=  cmedia.o  Line 10: snd-hda-codec-cmedia-y :=  cmedia.o  (duplicate)  Line 24: obj-$(CONFIG_SND_HDA_CODEC_CMEDIA) += snd-hda-codec-cmedia.o  Line 29: obj-$(CONFIG_SND_HDA_CODEC_CMEDIA) += snd-hda-codec-cmedia.o  (duplicate)This file was created by commit 6014e9021b28 (&quot;ALSA: hda: Move codecdrivers into sound/hda/codecs directory&quot;) whichmoved codec drivers from sound/pci/hda/ to sound/hda/codecs/. In thatinitial file, cmedia appeared once in each section.Immediately after, commit aeeb85f26c3b (&quot;ALSA: hda: Split RealtekHD-audio codec driver&quot;) reordered the entries andinserted cmedia at new positions near the top of each section, as partof splitting out the Realtek driver. However, the original cmedia entrieswere not removed during this reordering, creating duplicates of bothlines. The second assignment harmlessly overwrites the first with thesame value, and the second obj-* line causes the module to be listedtwice &#8212; neither causes a build failure, but both are dead code.Remove the duplicate entries (second occurrence of each).Assisted-by: Claude:claude-opus-4-6 kconfiglintSigned-off-by: Sasha Levin &lt;sashal@kernel.org&gt;Link: https://patch.msgid.link/20260426000327.56079-1-sashal@kernel.orgSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/sound/hda/codecs/Makefile</description>
        <pubDate>Sun, 26 Apr 2026 02:03:27 +0200</pubDate>
        <dc:creator>Sasha Levin &lt;sashal@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/Makefile#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/sound/hda/codecs/Makefile</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/Makefile#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/sound/hda/codecs/Makefile</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad - Merge commit &apos;linus&apos; into core/bugs, to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/Makefile#a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad</link>
        <description>Merge commit &apos;linus&apos; into core/bugs, to resolve conflictsResolve conflicts with this commit that was developed in parallelduring the merge window: 8c8efa93db68 (&quot;x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust&quot;) Conflicts:	arch/riscv/include/asm/bug.h	arch/x86/include/asm/bug.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/sound/hda/codecs/Makefile</description>
        <pubDate>Tue, 05 Aug 2025 11:15:34 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8b87f67b4c87452e21721887fa8dec1f4c6b2b7c - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/Makefile#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/sound/hda/codecs/Makefile</description>
        <pubDate>Wed, 08 Oct 2025 06:53:13 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4b051897df2375414587a245ecb9bb1a4d26b3b8 - Merge tag &apos;v6.17-rc2&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/Makefile#4b051897df2375414587a245ecb9bb1a4d26b3b8</link>
        <description>Merge tag &apos;v6.17-rc2&apos; into HEADSync up with mainline to bring in changes to include/linux/sprintf.h

            List of files:
            /linux/sound/hda/codecs/Makefile</description>
        <pubDate>Thu, 21 Aug 2025 20:46:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8 - Merge drm/drm-next into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/Makefile#b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8</link>
        <description>Merge drm/drm-next into drm-misc-next-fixesBackmerging to drm-misc-next-fixes to get features and fixes fromv6.17-rc6.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/sound/hda/codecs/Makefile</description>
        <pubDate>Mon, 15 Sep 2025 10:23:28 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>702fdf3513b045f596f836d9a4b8672c76f11834 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/Makefile#702fdf3513b045f596f836d9a4b8672c76f11834</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching up with some display dependencies.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/sound/hda/codecs/Makefile</description>
        <pubDate>Wed, 10 Sep 2025 14:01:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ca994e8922f25f7fed2075098f185cf198109eaa - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/Makefile#ca994e8922f25f7fed2075098f185cf198109eaa</link>
        <description>Merge drm/drm-next into drm-xe-nextBring v6.17-rc1 to propagate commits from other subsystems, particularlyPCI, which has some new functions needed for SR-IOV integration.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/sound/hda/codecs/Makefile</description>
        <pubDate>Tue, 12 Aug 2025 14:58:37 +0200</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8 - Merge drm/drm-next into drm-misc-n</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/Makefile#08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8</link>
        <description>Merge drm/drm-next into drm-misc-nUpdating drm-misc-next to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/sound/hda/codecs/Makefile</description>
        <pubDate>Mon, 11 Aug 2025 14:37:45 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/Makefile#8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesUpdating drm-misc-fixes to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/sound/hda/codecs/Makefile</description>
        <pubDate>Mon, 11 Aug 2025 16:49:06 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>177bf8620cf4ed290ee170a6c5966adc0924b336 - Merge tag &apos;sound-6.17-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/Makefile#177bf8620cf4ed290ee170a6c5966adc0924b336</link>
        <description>Merge tag &apos;sound-6.17-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundPull sound updates from Takashi Iwai: &quot;This includes lots of file shuffling due to HD-audio code  reorganization and many trivial changes, but otherwise there shouldn&apos;t  be much surprise from the functionality POV. The PR includes the PM  changes as prerequisite, too. Some highlights below:  Core:   - Performance optimizations in PCM core code   - Refactoring of ASoC Kconfig menus to be hopefully more consistant     and easier to navigate.   - Refactoring of ASoC DAPM code, mainly hiding functionality that     doesn&apos;t need to be exposed to drivers  HD-audio reorganization:   - All code are moved under sound/hda with a bit more understandable     tree structure, as well as file renames   - The huge Realtek driver code is split to several parts, a common     helper module with driver modules per probe entry   - HDMI and Cirrus codec drivers also split  ASoC:   - Further work on the generic handling for SoundWire SDCA devices   - Support for AMD ACP7.2 and SoundWire on ACP 7.1, Fairphone 4 &amp; 5,     various Intel systems, Qualcomm QCS8275, Richtek RTQ9124 and TI     TAS5753  HD-audio and USB-audio:   - TAS2781 driver cleanup and TAS2770 support   - EQ enablement in CA0132 driver   - USB audio quirk code cleanups  Others:   - Cleanups of PM autosuspend call patterns with the update from the     PM tree   - Lots of strcpy() -&gt; strscpy() conversions for fixed size arrays&quot;* tag &apos;sound-6.17-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (385 commits)  ALSA: hda: Add TAS2770 support  ASoC: qcom: sm8250: Add Fairphone 4 soundcard compatible  ASoC: dt-bindings: qcom,sm8250: Add Fairphone 4 sound card  ASoC: dt-bindings: qcom,q6afe: Document q6usb subnode  ASoC: SDCA: Fix implicit cast from le16  ASoC: SDCA: Shrink detected_mode_handler() stack frame  ASoC: SDCA: Check devm_mutex_init() return value  ASoC: SDCA: add route by the number of input pins in MU entity  ALSA: hda/realtek: Add support for ASUS Commercial laptops using CS35L41 HDA  ASoC: Intel: sof_rt5682: Add HDMI-In capture with rt5682 support for PTL.  ASoC: codec: tlv320aic32x4: Fix reset GPIO check  ASoC: dt-bindings: qcom,lpass-va-macro: Define clock-names in top-level  ASoC: SDCA: Add hw_params() helper function  ASoC: SDCA: Add a helper to get the SoundWire port number  ASoC: SDCA: Add helper to add DAI constraints  ASoC: soc-dai: Add private data to snd_soc_dai  ASoC: SDCA: Move SDCA search functions and export  ASoC: SDCA: Remove overly chatty input pin list warning  ASoC: SDCA: Allow read-only controls to be deferrable  ASoC: SDCA: Update memory allocations to zero initialise  ...

            List of files:
            /linux/sound/hda/codecs/Makefile</description>
        <pubDate>Tue, 29 Jul 2025 06:49:49 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>0f1e8306dcbef54f64368aefaff175d5a135671b - ALSA: hda/cmedia: Rewrite to new probe method</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/Makefile#0f1e8306dcbef54f64368aefaff175d5a135671b</link>
        <description>ALSA: hda/cmedia: Rewrite to new probe methodConvert the C-Media codec driver to use the new hda_codec_ops probe.Since the CM9825 uses a completely different probe and codec ops,factor out to an individual codec driver, snd-hda-codec-cm9825.Other than that, no functional changes.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;Link: https://patch.msgid.link/20250709160434.1859-13-tiwai@suse.de

            List of files:
            /linux/sound/hda/codecs/Makefile</description>
        <pubDate>Wed, 09 Jul 2025 18:04:15 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>aeeb85f26c3bbef6f702ac20167c45812251501d - ALSA: hda: Split Realtek HD-audio codec driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/Makefile#aeeb85f26c3bbef6f702ac20167c45812251501d</link>
        <description>ALSA: hda: Split Realtek HD-audio codec driverThe snd-hda-codec-realtek driver supports many different codec modelsand accumulated lots of quirks.  Now let&apos;s split it to multiplemodules per probe function, i.e. for ALC260, ALC262, ALC269, etc.The common code and quirks are provided by the common library module,snd-hda-codec-realtek-lib now.  One drawback of this action is thatmany symbols have to be exported.  But they are limited withSND_HDA_CODEC_REALTEK namespace, at least.This patch tries to be idiomatic and doesn&apos;t try to rewrite theexisting code.  We can move the codec model-specific code into eachcodec driver later.The HD-audio sub-codec component binding is currently specific toALC269, hence the management is moved into alc269.c.After that, alc_free() became identical with snd_hda_gen_free(), andit&apos;s replaced as a macro just to call snd_hda_gen_free().Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;Link: https://patch.msgid.link/20250709160434.1859-8-tiwai@suse.de

            List of files:
            /linux/sound/hda/codecs/Makefile</description>
        <pubDate>Wed, 09 Jul 2025 18:04:10 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>6014e9021b28e634935c776c0271b5cbcabdc5d6 - ALSA: hda: Move codec drivers into sound/hda/codecs directory</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/Makefile#6014e9021b28e634935c776c0271b5cbcabdc5d6</link>
        <description>ALSA: hda: Move codec drivers into sound/hda/codecs directoryNow move the all remaining codec drivers from sound/pci/hda tosound/hda/codecs subdirectory.  Some drivers are put under the furthervendor subdirectory, and the vendor helper code (*_helper.c) are putunder helpers subdirectory.  Also the sub-codec drivers are moved undera different subdirectory, sound/hda/codecs/sub-codecs, fordistinguishing from the main HD-audio codec drivers.The prefix patch_ and hda_ as well as the suffix _helper are droppedfrom file names as they are mostly superfluous.No functional changes but just file path shuffling.Reviewed-by: Richard Fitzgerald &lt;rf@opensource.cirrus.com&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;Link: https://patch.msgid.link/20250709160434.1859-7-tiwai@suse.de

            List of files:
            /linux/sound/hda/codecs/Makefile</description>
        <pubDate>Wed, 09 Jul 2025 18:04:09 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
