<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>828b871a - ALSA: Make SND_PCMTEST depend on DEBUG_FS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#828b871a</link>
        <description>ALSA: Make SND_PCMTEST depend on DEBUG_FSSince pcmtest is a test module that manipulates or getsnotification via debugfs, without DEBUG_FS it can not work fine.So make SND_PCMTEST depend on DEBUG_FS.Signed-off-by: Ruan Jinjie &lt;ruanjinjie@huawei.com&gt;Acked-by: Ivan Orlov &lt;ivan.orlov0322@gmail.com&gt;Link: https://lore.kernel.org/r/20230817093740.1732738-1-ruanjinjie@huawei.comSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Thu, 17 Aug 2023 09:37:39 +0000</pubDate>
        <dc:creator>Ruan Jinjie &lt;ruanjinjie@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>315a3d57 - ALSA: Implement the new Virtual PCM Test Driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#315a3d57</link>
        <description>ALSA: Implement the new Virtual PCM Test DriverWe have a lot of different virtual media drivers, which can be used fortesting of the userspace applications and media subsystem middle layer.However, all of them are aimed at testing the video functionality andsimulating the video devices. For audio devices we have only snd-dummymodule, which is good in simulating the correct behavior of an ALSA device.I decided to write a tool, which would help to test the userspace ALSAprograms (and the PCM middle layer as well) under unusual circumstancesto figure out how they would behave. So I came up with this Virtual PCMTest Driver.This new Virtual PCM Test Driver has several features which can be usefulduring the userspace ALSA applications testing/fuzzing, or testing/fuzzingof the PCM middle layer. Not all of them can be implemented using theexisting virtual drivers (like dummy or loopback). Here is what can thisdriver do:- Simulate both capture and playback processes- Generate random or pattern-based capture data- Inject delays into the playback and capturing processes- Inject errors during the PCM callbacksAlso, this driver can check the playback stream for containing thepredefined pattern, which is used in the corresponding selftest to checkthe PCM middle layer data transferring functionality. Additionally, thisdriver redefines the default RESET ioctl, and the selftest covers this PCMAPI functionality as well.The driver supports both interleaved and non-interleaved access modes, andhave separate pattern buffers for each channel. The driver supports up to4 channels and up to 8 substreams.Signed-off-by: Ivan Orlov &lt;ivan.orlov0322@gmail.com&gt;Acked-by: Jaroslav Kysela &lt;perex@perex.cz&gt;Link: https://lore.kernel.org/r/20230606193254.20791-2-ivan.orlov0322@gmail.comSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Tue, 06 Jun 2023 19:32:53 +0000</pubDate>
        <dc:creator>Ivan Orlov &lt;ivan.orlov0322@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>36a52ae6 - ALSA: add HAS_IOPORT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#36a52ae6</link>
        <description>ALSA: add HAS_IOPORT dependenciesIn a future patch HAS_IOPORT=n will result in inb()/outb() and friendsnot being declared. We thus need to add HAS_IOPORT as dependency forthose drivers using them.Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Acked-by: Jaroslav Kysela &lt;perex@perex.cz&gt;Link: https://lore.kernel.org/r/20230522105049.1467313-33-schnelle@linux.ibm.comSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Mon, 22 May 2023 10:50:37 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>54235050 - ALSA: Add generic serial MIDI driver using serial bus API</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#54235050</link>
        <description>ALSA: Add generic serial MIDI driver using serial bus APIGeneric serial MIDI driver adding support for using serial devicescompatible with the serial bus as raw MIDI devices, allowing usingadditional serial devices not compatible with the existingserial-u16550 driver. Supports only setting standard serial baudrates onthe underlying serial device; however, the underlying serial device canbe configured so that a requested 38.4 kBaud is actually the standard MIDI31.25 kBaud. Supports DeviceTree configuration.Signed-off-by: Daniel Kaehn &lt;kaehndan@gmail.com&gt;Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;Link: https://lore.kernel.org/r/20220509145933.1161526-3-kaehndan@gmail.comSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Mon, 09 May 2022 14:59:33 +0000</pubDate>
        <dc:creator>Daniel Kaehn &lt;kaehndan@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e6c0a088 - ALSA: aloop: Fix spelling mistake &quot;synchronization&quot; -&gt; &quot;synchronization&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#e6c0a088</link>
        <description>ALSA: aloop: Fix spelling mistake &quot;synchronization&quot; -&gt; &quot;synchronization&quot;There is a spelling mistake in the Kconfig text. Fix it.Signed-off-by: Colin Ian King &lt;colin.king@canonical.com&gt;Link: https://lore.kernel.org/r/20210719103044.15315-1-colin.king@canonical.comSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Mon, 19 Jul 2021 10:30:44 +0000</pubDate>
        <dc:creator>Colin Ian King &lt;colin.king@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>f16dca3e - sound: ac97: Remove sound driver for ancient platform</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#f16dca3e</link>
        <description>sound: ac97: Remove sound driver for ancient platformXilinx PowerPC platforms are no longer supported and none is really testingthese platforms that&apos;s why remove them. If someone has any issue with itthese patches can be reverted.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Acked-by: Takashi Iwai &lt;tiwai@suse.de&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/31a3b884dde2c47a30bb2b92355978b97ea70f86.1585575111.git.michal.simek@xilinx.com

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Mon, 30 Mar 2020 13:32:16 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>c6b6fc20 - ALSA: aloop: Fix dependency on timer API</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#c6b6fc20</link>
        <description>ALSA: aloop: Fix dependency on timer APIAn explicit Kconfig dependency is missing for the recent addition ofthe timer support.  CONFIG_SND_TIMER isn&apos;t always selected by SND_PCM.Fixes: 26c53379f98d (&quot;ALSA: aloop: Support selection of snd_timer instead of jiffies&quot;)Reported-by: kbuild test robot &lt;lkp@intel.com&gt;Link: https://lore.kernel.org/r/20191124083924.14049-1-tiwai@suse.deSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Sun, 24 Nov 2019 08:39:24 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>82e8d723 - sound: Fix Kconfig indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#82e8d723</link>
        <description>sound: Fix Kconfig indentationAdjust indentation from spaces to tab (+optional two spaces) as incoding style with command like:    $ sed -e &apos;s/^        /\t/&apos; -i */KconfigSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Mark Brown &lt;broonie@kernel.org&gt;Link: https://lore.kernel.org/r/20191004144931.3851-1-krzk@kernel.orgSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Fri, 04 Oct 2019 14:49:31 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>5fb94e9c - docs: Fix some broken references</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#5fb94e9c</link>
        <description>docs: Fix some broken referencesAs we move stuff around, some doc references are broken. Fix some ofthem via this script:	./scripts/documentation-file-ref-check --fixManually checked if the produced result is valid, removing a fewfalse-positives.Acked-by: Takashi Iwai &lt;tiwai@suse.de&gt;Acked-by: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Acked-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Acked-by: Charles Keepax &lt;ckeepax@opensource.wolfsonmicro.com&gt;Acked-by: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;Reviewed-by: Coly Li &lt;colyli@suse.de&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;Acked-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Tue, 08 May 2018 18:14:57 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>111b0cdb - ALSA: seq: Allow the modular sequencer registration</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#111b0cdb</link>
        <description>ALSA: seq: Allow the modular sequencer registrationMany drivers bind the sequencer stuff in off-load by another drivermodule, so that it&apos;s loaded only on demand.  In the current code, thismechanism doesn&apos;t work when the driver is built-in while the sequenceris module.  We check with IS_REACHABLE() and enable only when thesequencer is in the same level of build.However, this is basically a overshoot.  The binder code(snd-seq-device) is an individual module from the sequencer core(snd-seq), and we just have to make the former a built-in whilekeeping the latter a module for allowing the scenario like the above.This patch achieves that by rewriting Kconfig slightly.  Now, a driverthat provides the manual sequencer device binding should selectCONFIG_SND_SEQ_DEVICE in a way as	select SND_SEQ_DEVICE if SND_SEQUENCER != nNote that the &quot;!=n&quot; is needed here to avoid the influence of thesequencer core is module while the driver is built-in.Also, since rawmidi.o may be linked with snd_seq_device.o whenbuilt-in, we have to shuffle the code to make the linker happy.(the kernel linker isn&apos;t smart enough yet to handle such a case.)That is, snd_seq_device.c is moved to sound/core from sound/core/seq,as well as Makefile.Last but not least, the patch replaces the code using IS_REACHABLE()with IS_ENABLED(), since now the condition meets always when enabled.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Fri, 09 Jun 2017 13:11:58 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>0181307a - ALSA: seq: Reorganize kconfig and build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#0181307a</link>
        <description>ALSA: seq: Reorganize kconfig and buildThis is a slightly intensive rewrite of Kconfig and Makefile aboutALSA sequencer stuff.The first major change is that the kconfig items for the sequencer aremoved to sound/core/seq/Kconfig.  OK, that&apos;s easy.The substantial change is that, instead of hackish top-level moduleselection in Makefile, we define a Kconfig item for each sequencermodule.  The driver that requires such sequencer components selectexclusively the kconfig items.  This is more straightforward andstandard way.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Fri, 09 Jun 2017 12:40:18 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>13627549 - ALSA: sound kconfig typo</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#13627549</link>
        <description>ALSA: sound kconfig typoFix english in sound/drivers/Kconfig.Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Tue, 23 Apr 2013 09:45:27 +0000</pubDate>
        <dc:creator>Pavel Machek &lt;pavel@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>0d144de9 - ALSA: vx: hard dependency on the standard fw loader</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#0d144de9</link>
        <description>ALSA: vx: hard dependency on the standard fw loaderYet again like previous two commits, drop the old hwdep user-spacefirmware code from vx driver (snd-vxpocket and snd-vx222).Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Thu, 22 Nov 2012 15:14:55 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>02d08f8b - ALSA: sound/drivers: remove CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#02d08f8b</link>
        <description>ALSA: sound/drivers: remove CONFIG_EXPERIMENTALThis config item has not carried much meaning for a while now and isalmost always enabled by default. As agreed during the Linux kernelsummit, remove it.Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Tue, 23 Oct 2012 20:04:20 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>970e2486 - Documentation: remove references to /etc/modprobe.conf</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#970e2486</link>
        <description>Documentation: remove references to /etc/modprobe.confUsage of /etc/modprobe.conf file was deprecated by module-init-tools andis no longer parsed by new kmod tool. References to this file arereplaced in Documentation, comments and Kconfig according to thecontext.There are also some references to the old /etc/modules.conf from 2.4kernels that are being removed.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;Acked-by: Takashi Iwai &lt;tiwai@suse.de&gt;Acked-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Fri, 30 Mar 2012 20:37:16 +0000</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;</dc:creator>
    </item>
<item>
        <title>597603d6 - ALSA: introduce the snd-aloop module for the PCM loopback</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#597603d6</link>
        <description>ALSA: introduce the snd-aloop module for the PCM loopbackThe snd-aloop module allows redirecting of the PCM playback in thekernel back to the user space using the standard ALSA PCM capture API.The module also allows time synchronization with another timing sourceand notifications of playback stream parameter changes.Signed-off-by: Jaroslav Kysela &lt;perex@perex.cz&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Mon, 09 Aug 2010 12:21:11 +0000</pubDate>
        <dc:creator>Jaroslav Kysela &lt;perex@perex.cz&gt;</dc:creator>
    </item>
<item>
        <title>1d8c1100 - ALSA: Kconfig: SND_AC97_POWER_SAVE description improvement</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#1d8c1100</link>
        <description>ALSA: Kconfig: SND_AC97_POWER_SAVE description improvementThe description has been expanded to explain the time-outvalue provided by the power_save module parameter.Signed-off-by: Michael Witten &lt;mfwitten@gmail.com&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Wed, 14 Jul 2010 23:54:21 +0000</pubDate>
        <dc:creator>Michael Witten &lt;mfwitten@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7a53cd16 - Kconfig: fixo typo in &quot;Xilinx&apos;&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#7a53cd16</link>
        <description>Kconfig: fixo typo in &quot;Xilinx&apos;&quot;Signed-off-by: Michael Witten &lt;mfwitten@gmail.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Wed, 14 Jul 2010 23:56:56 +0000</pubDate>
        <dc:creator>Michael Witten &lt;mfwitten@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4272ebfb - x86: allow more than 8 cpus to be used on 32-bit</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/drivers/Kconfig#4272ebfb</link>
        <description>x86: allow more than 8 cpus to be used on 32-bitX86_PC is the only remaining &apos;sub&apos; architecture, so we dont needit anymore.This also cleans up a few spurious references to X86_PC in thedriver space - those certainly should be X86.Signed-off-by: Yinghai Lu &lt;yinghai@kernel.org&gt;Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;

            List of files:
            /linux-6.15/sound/drivers/Kconfig</description>
        <pubDate>Thu, 29 Jan 2009 23:14:46 +0000</pubDate>
        <dc:creator>Yinghai Lu &lt;yinghai@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
