<?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 Kconfig</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/pci/Kconfig#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/pci/Kconfig</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>7711f4417f1870e4bfbee1a7d501f789255bc7aa - Merge tag &apos;gpio-updates-for-v7.3-rc1-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/pci/Kconfig#7711f4417f1870e4bfbee1a7d501f789255bc7aa</link>
        <description>Merge tag &apos;gpio-updates-for-v7.3-rc1-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxPull gpio updates from Bartosz Golaszewski: &quot;GPIO core:   - extend the gpio-regmap abstraction layer with more features     allowing users to override configuration setting, translate     register values and masks and enable/disable interrupts   - extend GPIO kunit tests with suites verifying probe ordering by     software node devlink support and software node hogs   - shrink GPIO kunit initialization code   - coding style updates (remove commas from sentinels where     applicable)   - with all users now converted treewide to using real firmware node     links for software node GPIO lookup: remove the deprecated     label-matching mechanism from from GPIO core   - drop redundant return value check of nonseekable_open() in     gpiolib-cdev   - use IRQ trigger helpers where applicable  Driver updates:   - refactor error paths and logging in gpio-nomadik   - use more modern interfaces for getting resources in gpio-rockchip,     gpio-bt8xx and gpio-pca9570   - add missing MODULE_DEVICE_TABLE() to gpio-sifive and gpio-vf610   - drop unused FILONOFF macro from gpio-rcar   - extend build coverage of ioport GPIO drivers with COMPILE_TEST=y   - only enable the gpio-rtd driver by default with ARCH_REALTEK=y to     avoid bloating the build   - refactor coding style in several drivers   - use correct endianess translation in gpio-pcf85x   - add wake-up interrupt support to gpio-mvebu   - apply initial value in direction output setter in gpio-by-pinctrl  Misc:   - replace linux/gpio.h inclusions treewide with linux/gpio/legacy.h     which now exports all the deprecated APIs   - select GPIOLIB_LEGACY in Kconfig where required treewide   - use software nodes for gpio-keys in MFD drivers  Devicetree bindings:   - describe the realtek rtd1625 GPIO controller   - document new models for gpio-pca95xx and gpio-cadence   - document new property in gpio-rockchip&quot;* tag &apos;gpio-updates-for-v7.3-rc1-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux: (61 commits)  gpio: gpio-by-pinctrl: Apply initial value in direction output wrapper  dt-bindings: gpio: rockchip,gpio-bank: Add rockchip,grf property  gpio: Use IRQ trigger mask helpers  gpio: allow COMPILE_TEST for IOPORT drivers  gpio: realtek: Add driver for Realtek DHC RTD1625 SoC  gpio: regmap: Add IRQ enable/disable helpers  gpio: regmap: Add set_config callback  gpio: regmap: Add value_xlate callback  gpio: regmap: Add gpio_regmap_operation to extend reg_mask_xlate callback  gpio: regmap: Order kernel-doc descriptions with the actual appearance  gpio: regmap: Apply default resource callbacks for regmap IRQ chip  gpio: regmap: Provide default IRQ resource request and release callbacks  Revert &quot;gpio: realtek: Add driver for Realtek DHC RTD1625 SoC&quot;  gpib: gpio: replace linux/gpio.h inclusion  Input: matrix_keyboard - replace linux/gpio.h inclusion  phy: replace linux/gpio.h inclusions  pcmcia: replace linux/gpio.h inclusions  ASoC: replace linux/gpio.h inclusions  mfd: replace linux/gpio.h inclusions  sh: replace linux/gpio.h inclusions  ...

            List of files:
            /linux/sound/pci/Kconfig</description>
        <pubDate>Wed, 19 Aug 2026 18:10:07 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>8bdba6f6cfc1eb68df883e6541ca443bdf300dd0 - Merge tag &apos;config-gpio-legacy-for-7.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into gpio/for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/pci/Kconfig#8bdba6f6cfc1eb68df883e6541ca443bdf300dd0</link>
        <description>Merge tag &apos;config-gpio-legacy-for-7.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into gpio/for-nextgpio: legacy interface cleanups for 7.3These are the remaining patches for legacy gpio interfacecleanup, ensuring that files referencing them are sure tohave CONFIG_GPIOLIB_LEGACY set, and use linux/gpio/legacy.hinstead of the old linux/gpio.h header.There are a few more patches already merged in otherbranches for 7.3, including soc, led, net and media. Onceeverything is in, we can apply the final patches to turnoff CONFIG_GPIOLIB_LEGACY by default and remove the obsoleteheader file.This branch is based on the immutable ib-mfd-legacy-gpio-7.3branch from mfd.git to avoid a conflict in the rohm drivers.

            List of files:
            /linux/sound/pci/Kconfig</description>
        <pubDate>Mon, 27 Jul 2026 09:56:49 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>6b5edc71aac6ff45f555172b9cdae10c4294707b - x86/olpc: select GPIOLIB_LEGACY</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/pci/Kconfig#6b5edc71aac6ff45f555172b9cdae10c4294707b</link>
        <description>x86/olpc: select GPIOLIB_LEGACYThe OLPC GPIO controller sets up a fixed number space that is usedby at least two drivers:arch/x86/platform/olpc/olpc-xo1-sci.c: In function &apos;setup_ec_sci&apos;:arch/x86/platform/olpc/olpc-xo1-sci.c:358:13: error: implicit declaration of function &apos;gpio_request&apos; [-Wimplicit-function-declaration]  358 |         r = gpio_request(OLPC_GPIO_ECSCI, &quot;OLPC-ECSCI&quot;);      |             ^~~~~~~~~~~~sound/pci/cs5535audio/cs5535audio_olpc.c: In function &apos;olpc_analog_input&apos;:sound/pci/cs5535audio/cs5535audio_olpc.c:41:9: error: implicit declaration of function &apos;gpio_set_value&apos;; did you mean &apos;gpiod_set_value&apos;? [-Wimplicit-function-declaration]   41 |         gpio_set_value(OLPC_GPIO_MIC_AC, on);The AMD Geode platform that this is based on is now marked as&apos;Orphaned&apos; in Kconfig, and it is likely that there are no XO1users on modern kernels, but so far there is no consensus onremoving it entirely.Select CONFIG_GPIOLIB_LEGACY for this platform and make sure thesound driver portion cannot be compiled without this.Acked-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Acked-by: Takashi Iwai &lt;tiwai@suse.de&gt;Reviewed-by: Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;Reviewed-by: Linus Walleij &lt;linusw@kernel.org&gt;Acked-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt; # for inputSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/sound/pci/Kconfig</description>
        <pubDate>Thu, 24 Jul 2025 15:41:21 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&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/pci/Kconfig#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/pci/Kconfig</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/pci/Kconfig#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/pci/Kconfig</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/pci/Kconfig#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/pci/Kconfig</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/pci/Kconfig#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/sound/pci/Kconfig</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/pci/Kconfig#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/pci/Kconfig</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/pci/Kconfig#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/pci/Kconfig</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/pci/Kconfig#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/pci/Kconfig</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/pci/Kconfig#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/pci/Kconfig</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/pci/Kconfig#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/pci/Kconfig</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/pci/Kconfig#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/pci/Kconfig</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/pci/Kconfig#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/pci/Kconfig</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>6014e9021b28e634935c776c0271b5cbcabdc5d6 - ALSA: hda: Move codec drivers into sound/hda/codecs directory</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/pci/Kconfig#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/pci/Kconfig</description>
        <pubDate>Wed, 09 Jul 2025 18:04:09 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>cdd5b5a9761fd66d17586e4f4ba6588c70e640ea - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/pci/Kconfig#cdd5b5a9761fd66d17586e4f4ba6588c70e640ea</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.7 merge window.

            List of files:
            /linux/sound/pci/Kconfig</description>
        <pubDate>Tue, 07 Nov 2023 00:42:08 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>34069d12e239ae8f36dd96c378e4622fb1c42a76 - Merge tag &apos;v6.5&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/pci/Kconfig#34069d12e239ae8f36dd96c378e4622fb1c42a76</link>
        <description>Merge tag &apos;v6.5&apos; into nextSync up with mainline to bring in updates to the shared infrastructure.

            List of files:
            /linux/sound/pci/Kconfig</description>
        <pubDate>Tue, 05 Sep 2023 23:08:14 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1ac731c529cd4d6adbce134754b51ff7d822b145 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/pci/Kconfig#1ac731c529cd4d6adbce134754b51ff7d822b145</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.6 merge window.

            List of files:
            /linux/sound/pci/Kconfig</description>
        <pubDate>Thu, 31 Aug 2023 01:06:38 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2612e3bbc0386368a850140a6c9b990cd496a5ec - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/pci/Kconfig#2612e3bbc0386368a850140a6c9b990cd496a5ec</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching-up with drm-next and drm-intel-gt-next.It will unblock a code refactor around the platformdefinitions (names vs acronyms).Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/sound/pci/Kconfig</description>
        <pubDate>Mon, 07 Aug 2023 23:14:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
