<?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>72d8bf668954678bfae8f7296b4b1c01990bcdc2 - ALSA: hda: cs35l41: imply SERIAL_MULTI_INSTANTIATE</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/side-codecs/Kconfig#72d8bf668954678bfae8f7296b4b1c01990bcdc2</link>
        <description>ALSA: hda: cs35l41: imply SERIAL_MULTI_INSTANTIATEUse a weak reverse selection to suggest the configSERIAL_MULTI_INSTANTIATE just like cs35l56 did.Signed-off-by: Johny Lin &lt;johnylin@google.com&gt;Link: https://patch.msgid.link/20260527023350.3067547-1-johnylin@google.comSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/sound/hda/codecs/side-codecs/Kconfig</description>
        <pubDate>Wed, 27 May 2026 04:33:50 +0200</pubDate>
        <dc:creator>Johny Lin &lt;johnylin@google.com&gt;</dc:creator>
    </item>
<item>
        <title>2891bb13ef158281736b6314b1ceaef6d08d57f4 - ALSA: hda/cs35l56: Drop malformed default N from Kconfig</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/side-codecs/Kconfig#2891bb13ef158281736b6314b1ceaef6d08d57f4</link>
        <description>ALSA: hda/cs35l56: Drop malformed default N from KconfigFirst of all, it has to be &apos;default n&apos; (small letter n), otherwiseit looks for CONFIG_N which is absent and in case of appearancewill enable something unrelated. Second and most important is that&apos;n&apos; *is* the default &apos;default&apos; already. Hence just drop malformedline.Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;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/20260513162758.365972-1-andriy.shevchenko@linux.intel.com

            List of files:
            /linux/sound/hda/codecs/side-codecs/Kconfig</description>
        <pubDate>Wed, 13 May 2026 18:27:58 +0200</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0fa3df83d5537c5cc3eacb9896c457f0c22791f8 - ASoC: Add SPDX ids to many soc files</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/side-codecs/Kconfig#0fa3df83d5537c5cc3eacb9896c457f0c22791f8</link>
        <description>ASoC: Add SPDX ids to many soc filesAdd appropriate SPDX-License-Identifier lines to thethe remaining files that are missing such lines in thesound/soc directory, and in a few other miscelaneous files.Remove boilerplate license text.Signed-off-by: Tim Bird &lt;tim.bird@sony.com&gt;Link: https://patch.msgid.link/20260217190837.165504-1-tim.bird@sony.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux/sound/hda/codecs/side-codecs/Kconfig</description>
        <pubDate>Tue, 17 Feb 2026 20:08:37 +0100</pubDate>
        <dc:creator>Tim Bird &lt;tim.bird@sony.com&gt;</dc:creator>
    </item>
<item>
        <title>46a3df50b0cab466099515f2375b01c5be4fb95c - ALSA: hda/cs35l56: Create debugfs files for factory calibration</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/hda/codecs/side-codecs/Kconfig#46a3df50b0cab466099515f2375b01c5be4fb95c</link>
        <description>ALSA: hda/cs35l56: Create debugfs files for factory calibrationCreate debugfs files that can be used to perform factory calibration.During manufacture, the production line must perform a factory calibrationof the amps. This commit adds this functionality via debugfs files.As this is only needed during manufacture, there is no need for this to beavailable in a normal system so a Kconfig item has been added to enablethis. The new Kconfig option is inside a sub-menu because items do notgroup and indent if the parent is invisible or there are multiple parentdependencies. Anyway the sub-menu reduces the clutter.cs35l56_hda_apply_calibration() has been changed to return an error codethat can be reported back through the debugfs write. The original call tothis function doesn&apos;t check the return code because in normal use itdoesn&apos;t matter whether this fails - the firmware will default to a safecalibration for the platform. But tooling using the debugfs files mightwant to know if there was an error.Signed-off-by: Richard Fitzgerald &lt;rf@opensource.cirrus.com&gt;Reviewed-by: Takashi Iwai &lt;tiwai@suse.de&gt;Link: https://patch.msgid.link/20251021105022.1013685-6-rf@opensource.cirrus.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux/sound/hda/codecs/side-codecs/Kconfig</description>
        <pubDate>Tue, 21 Oct 2025 12:50:16 +0200</pubDate>
        <dc:creator>Richard Fitzgerald &lt;rf@opensource.cirrus.com&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/side-codecs/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/hda/codecs/side-codecs/Kconfig</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>
