<?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>ad6639f1 - sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#ad6639f1</link>
        <description>sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UMLWhen building for the UM arch and neither INDIRECT_IOMEM=y, norHAS_IOMEM=y is selected, it will fall back to the implementations fromasm-generic/io.h for IO memcpy. But these fall-back functions just do amemcpy. So, instead of depending on UML, add dependency on &apos;HAS_IOMEM ||INDIRECT_IOMEM&apos;.Reviewed-by: Yann Sionneau &lt;ysionneau@kalrayinc.com&gt;Signed-off-by: Julian Vetter &lt;jvetter@kalrayinc.com&gt;Link: https://patch.msgid.link/20241010124601.700528-1-jvetter@kalrayinc.comSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Thu, 10 Oct 2024 12:46:01 +0000</pubDate>
        <dc:creator>Julian Vetter &lt;jvetter@kalrayinc.com&gt;</dc:creator>
    </item>
<item>
        <title>db4bfcba - um: Fix hostaudio build errors</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#db4bfcba</link>
        <description>um: Fix hostaudio build errorsUse &quot;select&quot; to ensure that the required kconfig symbols are setas expected.Drop HOSTAUDIO since it is now equivalent to UML_SOUND.Set CONFIG_SOUND=m in ARCH=um defconfig files to maintain thestatus quo of the default configs.Allow SOUND with UML regardless of HAS_IOMEM. Otherwise there is akconfig warning for unmet dependencies. (This was not an issue whenSOUND was defined in arch/um/drivers/Kconfig. I have done 50 randconfigbuilds and didn&apos;t find any issues.)This fixes build errors when CONFIG_SOUND is not set:ld: arch/um/drivers/hostaudio_kern.o: in function `hostaudio_cleanup_module&apos;:hostaudio_kern.c:(.exit.text+0xa): undefined reference to `unregister_sound_mixer&apos;ld: hostaudio_kern.c:(.exit.text+0x15): undefined reference to `unregister_sound_dsp&apos;ld: arch/um/drivers/hostaudio_kern.o: in function `hostaudio_init_module&apos;:hostaudio_kern.c:(.init.text+0x19): undefined reference to `register_sound_dsp&apos;ld: hostaudio_kern.c:(.init.text+0x31): undefined reference to `register_sound_mixer&apos;ld: hostaudio_kern.c:(.init.text+0x49): undefined reference to `unregister_sound_dsp&apos;and this kconfig warning:WARNING: unmet direct dependencies detected for SOUNDFixes: 1da177e4c3f4 (&quot;Linux-2.6.12-rc2&quot;)Fixes: d886e87cb82b (&quot;sound: make OSS sound core optional&quot;)Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: lore.kernel.org/r/202307141416.vxuRVpFv-lkp@intel.comCc: Richard Weinberger &lt;richard@nod.at&gt;Cc: Anton Ivanov &lt;anton.ivanov@cambridgegreys.com&gt;Cc: Johannes Berg &lt;johannes@sipsolutions.net&gt;Cc: linux-um@lists.infradead.orgCc: Tejun Heo &lt;tj@kernel.org&gt;Cc: Takashi Iwai &lt;tiwai@suse.de&gt;Cc: Jaroslav Kysela &lt;perex@perex.cz&gt;Cc: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Cc: Nathan Chancellor &lt;nathan@kernel.org&gt;Cc: Nick Desaulniers &lt;ndesaulniers@google.com&gt;Cc: Nicolas Schier &lt;nicolas@fjasle.eu&gt;Cc: linux-kbuild@vger.kernel.orgCc: alsa-devel@alsa-project.orgReviewed-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Wed, 02 Aug 2023 05:15:00 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>512d092d - ALSA: Enable build with UML</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#512d092d</link>
        <description>ALSA: Enable build with UMLIn order to facilitate testing using KUnit allow ALSA to build with UML,it&apos;s not super useful at runtime but that&apos;s a user problem rather thanan actual dependency.  The apparent reason for the dependency was thewidespread use of iomem APIs in ALSA drivers, earlier patches in thisseries have provided stubs for these APIs so that there are no buildtime issues even without individual drivers having IOMEM dependenciesadded.Tested-by: David Gow &lt;davidgow@google.com&gt;Reviewed-by: Takashi Iwai &lt;tiwai@suse.de&gt;Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;Link: https://lore.kernel.org/r/20230718-asoc-topology-kunit-enable-v2-3-0ee11e662b92@kernel.orgSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Tue, 18 Jul 2023 00:28:44 +0000</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2e99b1b0 - mfd: remove ucb1400 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#2e99b1b0</link>
        <description>mfd: remove ucb1400 supportThe ucb1400 MFD driver and its gpio and touchscreen childdrivers were only used on a few PXA machines that were unusedfor a while and are now removed.Removing these leaves the AC97 support as ALSA specific,no other drivers are now connected through this interface.Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Cc: Bartosz Golaszewski &lt;brgl@bgdev.pl&gt;Cc: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Cc: Lee Jones &lt;lee@kernel.org&gt;Cc: Jaroslav Kysela &lt;perex@perex.cz&gt;Cc: Takashi Iwai &lt;tiwai@suse.com&gt;Cc: Marek Vasut &lt;marex@denx.de&gt;Cc: linux-kernel@vger.kernel.orgCc: linux-gpio@vger.kernel.orgCc: linux-input@vger.kernel.orgCc: alsa-devel@alsa-project.orgAcked-by: Robert Jarzmik &lt;robert.jarzmik@free.fr&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Thu, 06 Oct 2022 20:52:32 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>de3a9980 - ALSA: virtio: add virtio sound driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#de3a9980</link>
        <description>ALSA: virtio: add virtio sound driverIntroduce skeleton of the virtio sound driver. The driver implementsthe virtio sound device specification, which has become part of thevirtio standard.Initial initialization of the device, virtqueues and creation of anempty ALSA sound device.Signed-off-by: Anton Yakovlev &lt;anton.yakovlev@opensynergy.com&gt;Link: https://lore.kernel.org/r/20210302164709.3142702-3-anton.yakovlev@opensynergy.comSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Tue, 02 Mar 2021 16:47:02 +0000</pubDate>
        <dc:creator>Anton Yakovlev &lt;anton.yakovlev@opensynergy.com&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/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/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>cc3196ae - ALSA: xen-front: Introduce Xen para-virtualized sound frontend driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#cc3196ae</link>
        <description>ALSA: xen-front: Introduce Xen para-virtualized sound frontend driverIntroduce skeleton of the para-virtualized Xen soundfrontend driver.Initial handling for Xen bus states: implementXen bus state machine for the frontend driver according tothe state diagram and recovery flow from sound para-virtualizedprotocol: xen/interface/io/sndif.h.Signed-off-by: Oleksandr Andrushchenko &lt;oleksandr_andrushchenko@epam.com&gt;Reviewed-by: Juergen Gross &lt;jgross@suse.com&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Mon, 14 May 2018 06:27:37 +0000</pubDate>
        <dc:creator>Oleksandr Andrushchenko &lt;oleksandr_andrushchenko@epam.com&gt;</dc:creator>
    </item>
<item>
        <title>727dede0 - sound: Retire OSS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#727dede0</link>
        <description>sound: Retire OSSSince no complaints have been raised after disabling the build of OSS(Open Sound System) by the commit 31cbee6a5611 (&quot;sound: Disable thebuild of OSS drivers&quot;), let&apos;s finally drop the whole code anddocumentation.Some glue codes are still left intact since sound/oss/dmasound stuffremains -- which is an independent implementation solely for m68k, andit&apos;s not covered by ALSA yet.Also, a couple of API header files (linux/sound.h andlinux/soundcard.h) are kept remaining as well, since the OSS APIitself is still supported by ALSA OSS emulation, and applications canrefer to these.Where we&apos;re at it, some help texts in the top-level Kconfig areadjusted, too (who still needs to specify I/O port in kbuildnowadays?).Reviewed-by: Jaroslav Kysela &lt;perex@perex.cz&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Tue, 24 Oct 2017 07:15:23 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8d433441 - ASoC: add new ac97 bus support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#8d433441</link>
        <description>ASoC: add new ac97 bus supportAdd the new ac97 bus support, with ac97 bus automatic probing.Signed-off-by: Robert Jarzmik &lt;robert.jarzmik@free.fr&gt;Acked-by: Charles Keepax &lt;ckeepax@opensource.wolfsonmicro.com&gt;Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Sat, 02 Sep 2017 19:54:05 +0000</pubDate>
        <dc:creator>Robert Jarzmik &lt;robert.jarzmik@free.fr&gt;</dc:creator>
    </item>
<item>
        <title>82721155 - ALSA: synth: Select snd-emux-synth explicitly</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#82721155</link>
        <description>ALSA: synth: Select snd-emux-synth explicitlyInstead of the non-standard way to enable the build of snd-emux-synthmodule inside Makefile, rewrite Kconfig to select the item explicitlyfrom each driver (sbawe and emu10k1).  This is the standard way.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Fri, 09 Jun 2017 12:57:51 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>29b59b35 - ALSA: Enable build with m68k</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#29b59b35</link>
        <description>ALSA: Enable build with m68kBy some reason in the ancient history, we disabled the build of ALSAdrivers for m68k.  Since we&apos;d like to move sound/oss/dmasound stuffinto ALSA for the complete drop of the legacy OSS stuff, let&apos;s try tostart building with m68k.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Tue, 16 May 2017 08:42:04 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>31cbee6a - sound: Disable the build of OSS drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#31cbee6a</link>
        <description>sound: Disable the build of OSS driversOSS drivers are left as badly unmaintained, and now we&apos;re facing aproblem to clean up the hackish set_fs() usage in their codes.  Sincemost of drivers have been covered by ALSA, and the others are dead oldand inactive, let&apos;s leave them RIP.This patch is the first step: disable the build of OSS drivers.We&apos;ll eventually drop the whole codes and clean up later.Note that sound/oss/dmasound is still kept, since it&apos;s a completelydifferent implementation of OSS, and it doesn&apos;t suffer from set_fs()hack.  Moreover, the build of ALSA is disabled on M68K by some reason,thus disabling it shall result in a regression.  This one will bedisabled / removed once when we add the support in ALSA side.Tested-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Thu, 11 May 2017 09:14:45 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>287599cf - ALSA: add Intel HDMI LPE audio driver for BYT/CHT-T</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#287599cf</link>
        <description>ALSA: add Intel HDMI LPE audio driver for BYT/CHT-TOn Baytrail and Cherrytrail, HDaudio may be fused out or disabledby the BIOS. This driver enables an alternate path to the i915display registers and DMA.Although there is no hardware path between i915 display and LPE/SSTaudio clusters, this HDMI capability is referred to in the documentationas &quot;HDMI LPE Audio&quot; so we keep the name for consistency. There is nohardware path or control dependencies with the LPE/SST DSP functionality.The hdmi-lpe-audio driver will be probed when the i915 driver createsa child platform device.Since this driver is neither SoC nor PCI, a new x86 folder is addedAdditional indirections in the code will be cleaned up in the next seriesto aid smoother DP integrationSigned-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;Signed-off-by: Jerome Anand &lt;jerome.anand@intel.com&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Tue, 24 Jan 2017 22:57:51 +0000</pubDate>
        <dc:creator>Jerome Anand &lt;jerome.anand@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e3d280fc - ALSA: hda - Make snd_hda_bus_type public</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#e3d280fc</link>
        <description>ALSA: hda - Make snd_hda_bus_type publicDefine the common hd-audio driver and device types to bind oversnd_hda_bus_type publicly.  This allows to implement other type ofdevice and driver code over hd-audio bus.Now both struct hda_codec and struct hda_codec_driver inherit thesenew struct hdac_device and struct hdac_driver, respectively.The bus registration is done in subsys_initcall() to assure itbefore any other driver registrations.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Tue, 17 Feb 2015 20:46:37 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8f6e6041 - sound: remove reference to feature-removal-schedule.txt</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#8f6e6041</link>
        <description>sound: remove reference to feature-removal-schedule.txtIn commit 9c0ece069b32 (&quot;Get rid of Documentation/feature-removal.txt&quot;),Linus removed feature-removal-schedule.txt from Documentation, but thereis still some reference to this file.  So remove them.Signed-off-by: Tao Ma &lt;boyu.mt@taobao.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Mon, 17 Dec 2012 23:59:37 +0000</pubDate>
        <dc:creator>Tao Ma &lt;boyu.mt@taobao.com&gt;</dc:creator>
    </item>
<item>
        <title>3369465e - um: switch to use of drivers/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#3369465e</link>
        <description>um: switch to use of drivers/KconfigSigned-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Thu, 18 Aug 2011 19:11:59 +0000</pubDate>
        <dc:creator>Al Viro &lt;viro@ftp.linux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>31ef9134 - ALSA: add LaCie FireWire Speakers/Griffin FireWave Surround driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#31ef9134</link>
        <description>ALSA: add LaCie FireWire Speakers/Griffin FireWave Surround driverAdd a driver for two playback-only FireWire devices based on the OXFW970chip.v2: better AMDTP API abstraction; fix fw_unit leak; small fixesv3: cache the iPCR valuev4: FireWave constraints; fix fw_device reference counting;    fix PCR caching; small changes and fixesv5: volume/mute support; fix crashing due to pcm stop racesv6: fix build; one-channel volume for LaCiev7: use signed values to make volume (range checks) work; fix function    block IDs for volume/mute; always use channel 0 for LaCie volumeSigned-off-by: Clemens Ladisch &lt;clemens@ladisch.de&gt;Acked-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;Tested-by: Jay Fenlason &lt;fenlason@redhat.com&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Tue, 15 Mar 2011 06:53:21 +0000</pubDate>
        <dc:creator>Clemens Ladisch &lt;clemens@ladisch.de&gt;</dc:creator>
    </item>
<item>
        <title>af901ca1 - tree-wide: fix assorted typos all over the place</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#af901ca1</link>
        <description>tree-wide: fix assorted typos all over the placeThat is &quot;success&quot;, &quot;unknown&quot;, &quot;through&quot;, &quot;performance&quot;, &quot;[re|un]mapping&quot;, &quot;access&quot;, &quot;default&quot;, &quot;reasonable&quot;, &quot;[con]currently&quot;, &quot;temperature&quot;, &quot;channel&quot;, &quot;[un]used&quot;, &quot;application&quot;, &quot;example&quot;,&quot;hierarchy&quot;, &quot;therefore&quot;, &quot;[over|under]flow&quot;, &quot;contiguous&quot;, &quot;threshold&quot;, &quot;enough&quot; and others.Signed-off-by: Andr&#233; Goddard Rosa &lt;andre.goddard@gmail.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Sat, 14 Nov 2009 15:09:05 +0000</pubDate>
        <dc:creator>Andr&#233; Goddard Rosa &lt;andre.goddard@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>baac805f - sound: Kconfig typo fix</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#baac805f</link>
        <description>sound: Kconfig typo fixFix a typo in the help text in sound/Kconfig.Signed-off-by: Timothy Knoll &lt;knollbert@gmail.com&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Tue, 17 Nov 2009 00:55:46 +0000</pubDate>
        <dc:creator>Timothy Knoll &lt;knollbert@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fa301231 - Kconfig: Remove useless and sometimes wrong comments</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/Kconfig#fa301231</link>
        <description>Kconfig: Remove useless and sometimes wrong commentsAdditionally, some excessive newlines removed.Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/sound/Kconfig</description>
        <pubDate>Sun, 04 Oct 2009 16:14:29 +0000</pubDate>
        <dc:creator>Michael Roth &lt;mroth@nessie.de&gt;</dc:creator>
    </item>
</channel>
</rss>
