<?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>1448f8ac - sound: Add n64 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/mips/Kconfig#1448f8ac</link>
        <description>sound: Add n64 driverThis adds support for the Nintendo 64 console&apos;s sound.Signed-off-by: Lauri Kasanen &lt;cand@gmx.com&gt;Reviewed-by: Takashi Iwai &lt;tiwai@suse.de&gt;Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;

            List of files:
            /linux-6.15/sound/mips/Kconfig</description>
        <pubDate>Fri, 15 Jan 2021 11:35:00 +0000</pubDate>
        <dc:creator>Lauri Kasanen &lt;cand@gmx.com&gt;</dc:creator>
    </item>
<item>
        <title>82e8d723 - sound: Fix Kconfig indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/mips/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/mips/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/mips/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/mips/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>efd931d6 - ALSA: Remove deprecated AU1X00 AC97 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/mips/Kconfig#efd931d6</link>
        <description>ALSA: Remove deprecated AU1X00 AC97 driverThe AU1X00 AC97 ALSA driver was deprecated in commit 7137c6bcb7ff (&quot;ALSA:deprecate MIPS AU1X00 AC97 driver&quot;) in favor of the newer and better ASoCdriver for the same hardware. This was almost 5 years ago and this driverhas not been in use in the mainline kernel since, it should be safe toremove it at this point.Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/mips/Kconfig</description>
        <pubDate>Sat, 06 Feb 2016 10:25:49 +0000</pubDate>
        <dc:creator>Lars-Peter Clausen &lt;lars@metafoo.de&gt;</dc:creator>
    </item>
<item>
        <title>0f252a35 - ALSA: mips: let SND_SGI_O2 select SND_PCM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/mips/Kconfig#0f252a35</link>
        <description>ALSA: mips: let SND_SGI_O2 select SND_PCMFix the missing dependency on PCM stuff.[Add the same fix for HAL2, too -- tiwai]Signed-off-by: Nicholas Mc Guire &lt;hofrat@osadl.org&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/mips/Kconfig</description>
        <pubDate>Sun, 14 Jun 2015 17:16:59 +0000</pubDate>
        <dc:creator>Nicholas Mc Guire &lt;hofrat@osadl.org&gt;</dc:creator>
    </item>
<item>
        <title>37663860 - MIPS: Alchemy: remove all CONFIG_SOC_AU1??? defines</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/mips/Kconfig#37663860</link>
        <description>MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesNow that no driver any longer depends on the CONFIG_SOC_AU1???  symbols,it&apos;s time to get rid of them: Move some of the platform devices to theboards which can use them, Rename a few (unused) constants in the header,Replace them with MIPS_ALCHEMY in the various Kconfig files.  Finallydelete them altogether from the Alchemy Kconfig file.Signed-off-by: Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;To: Linux-MIPS &lt;linux-mips@linux-mips.org&gt;Patchwork: https://patchwork.linux-mips.org/patch/2707/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/sound/mips/Kconfig</description>
        <pubDate>Fri, 12 Aug 2011 09:39:45 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>7137c6bc - ALSA: deprecate MIPS AU1X00 AC97 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/mips/Kconfig#7137c6bc</link>
        <description>ALSA: deprecate MIPS AU1X00 AC97 driverNow that an ASoC variant is available, tell users that thisdriver is now living on borrowed time...Signed-off-by: Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;Acked-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;Acked-by: Liam Girdwood &lt;lrg@ti.com&gt;Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;

            List of files:
            /linux-6.15/sound/mips/Kconfig</description>
        <pubDate>Mon, 25 Jul 2011 11:44:47 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>862c2c0a - ALSA: ALSA driver for SGI O2 audio board</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/mips/Kconfig#862c2c0a</link>
        <description>ALSA: ALSA driver for SGI O2 audio boardThis patch adds a new ALSA driver for the audio device found insidemost of the SGI O2 workstation. The hardware uses a SGI custom chip,which feeds a AD codec chip.Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;Signed-off-by: Jaroslav Kysela &lt;perex@perex.cz&gt;

            List of files:
            /linux-6.15/sound/mips/Kconfig</description>
        <pubDate>Sat, 12 Jul 2008 20:43:50 +0000</pubDate>
        <dc:creator>Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;</dc:creator>
    </item>
<item>
        <title>787dba37 - ALSA: ALSA driver for SGI HAL2 audio device</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/mips/Kconfig#787dba37</link>
        <description>ALSA: ALSA driver for SGI HAL2 audio deviceThis patch adds a new ALSA driver for the audio device found insidemany older SGI workstation (Indy, Indigo2). The hardware uses a SGIcustom chip, which feeds two codec chips, an IEC chip and a synth chip.Currently only one of the codecs is supported. This driver already hasthe same functionality as the HAL2 OSS driver and will replace it.Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;Signed-off-by: Jaroslav Kysela &lt;perex@perex.cz&gt;

            List of files:
            /linux-6.15/sound/mips/Kconfig</description>
        <pubDate>Sat, 12 Jul 2008 10:12:20 +0000</pubDate>
        <dc:creator>Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;</dc:creator>
    </item>
<item>
        <title>89fe5117 - sound: Convert to menuconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/mips/Kconfig#89fe5117</link>
        <description>sound: Convert to menuconfigConvert menu in sound Kconfig files to menuconfig and if.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/mips/Kconfig</description>
        <pubDate>Fri, 23 May 2008 14:10:37 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>ebfbd2b8 - [ALSA] Remove snd_card_generic_dev()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/mips/Kconfig#ebfbd2b8</link>
        <description>[ALSA] Remove snd_card_generic_dev()Remove the obsolete snd_card_generic_dev().CONFIG_SND_GENERIC_DRIVER is also removed from Kconfig.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/mips/Kconfig</description>
        <pubDate>Thu, 17 Nov 2005 16:21:46 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>16dab54b - [ALSA] Add snd_card_set_generic_dev() call</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/mips/Kconfig#16dab54b</link>
        <description>[ALSA] Add snd_card_set_generic_dev() callARM,SA11xx UDA1341 driver,Generic drivers,MPU401 UART,MIPSMIPS AU1x00 driver,PPC,PPC PowerMac driver,SPARC,SPARC AMD7930 driverSPARC cs4231 driver,SPARC DBRI driver- Added snd_card_set_generic_dev() call.- Added SND_GENERIC_DRIVER to Kconfig.- Clean up the error path in probe if necessary.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/mips/Kconfig</description>
        <pubDate>Mon, 05 Sep 2005 15:17:58 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/mips/Kconfig#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/sound/mips/Kconfig</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
