<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>fdd51b3e - ALSA: firewire: Use *-y instead of *-objs in Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/firewire/fireworks/Makefile#fdd51b3e</link>
        <description>ALSA: firewire: Use *-y instead of *-objs in Makefile*-objs suffix is reserved rather for (user-space) host programs whileusually *-y suffix is used for kernel drivers (although *-objs worksfor that purpose for now).Let&apos;s correct the old usages of *-objs in Makefiles.Cc: Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;Reviewed-by: Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Reviewed-by: Jaroslav Kysela &lt;perex@perex.cz&gt;Link: https://lore.kernel.org/r/20240507135513.14919-8-tiwai@suse.de

            List of files:
            /linux-6.15/sound/firewire/fireworks/Makefile</description>
        <pubDate>Tue, 07 May 2024 13:55:07 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&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/firewire/fireworks/Makefile#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/firewire/fireworks/Makefile</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>df483388 - ALSA: fireworks/bebob/oxfw/dice: enable to make as built-in</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/firewire/fireworks/Makefile#df483388</link>
        <description>ALSA: fireworks/bebob/oxfw/dice: enable to make as built-inWhen committed to upstream, these four modules had wrong entries forMakefile. This forces them to be loadable modules even if they&apos;re setas built-in.This commit fixes this bug.Fixes: b5b04336015e(&apos;ALSA: fireworks: Add skelton for Fireworks based devices&apos;)Fixes: fd6f4b0dc167(&apos;ALSA: bebob: Add skelton for BeBoB based devices&apos;)Fixes: 1a4e39c2e5ca(&apos;ALSA: oxfw: Move to its own directory&apos;)Fixes: 14ff6a094815(&apos;ALSA: dice: Move file to its own directory&apos;)Signed-off-by: Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/firewire/fireworks/Makefile</description>
        <pubDate>Sun, 18 Oct 2015 04:46:47 +0000</pubDate>
        <dc:creator>Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;</dc:creator>
    </item>
<item>
        <title>594ddced - ALSA: fireworks: Add hwdep interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/firewire/fireworks/Makefile#594ddced</link>
        <description>ALSA: fireworks: Add hwdep interfaceThis interface is designed for mixer/control application. To use hwdepinterface, the application can get information about firewire node, canlock/unlock kernel streaming and can get notification at starting/stoppingkernel streaming.Signed-off-by: Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/firewire/fireworks/Makefile</description>
        <pubDate>Fri, 25 Apr 2014 13:45:12 +0000</pubDate>
        <dc:creator>Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;</dc:creator>
    </item>
<item>
        <title>aa02bb6e - ALSA: fireworks: Add PCM interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/firewire/fireworks/Makefile#aa02bb6e</link>
        <description>ALSA: fireworks: Add PCM interfaceThis commit adds a functionality to capture/playback PCM samples.When AMDTP stream is already running for PCM or the source of clock is notinternal, available sampling rate is limited at current one.Signed-off-by: Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/firewire/fireworks/Makefile</description>
        <pubDate>Fri, 25 Apr 2014 13:45:11 +0000</pubDate>
        <dc:creator>Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;</dc:creator>
    </item>
<item>
        <title>a63d3ff1 - ALSA: fireworks: Add MIDI interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/firewire/fireworks/Makefile#a63d3ff1</link>
        <description>ALSA: fireworks: Add MIDI interfaceThis commit adds a functionality to capture/playback MIDI messages.When no AMDTP streams are running, this driver starts AMDTP stream for MIDIstream at current sampling rate.Signed-off-by: Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/firewire/fireworks/Makefile</description>
        <pubDate>Fri, 25 Apr 2014 13:45:09 +0000</pubDate>
        <dc:creator>Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;</dc:creator>
    </item>
<item>
        <title>6a22683e - ALSA: fireworks: Add proc interface for debugging purpose</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/firewire/fireworks/Makefile#6a22683e</link>
        <description>ALSA: fireworks: Add proc interface for debugging purposeThis commit adds proc interface to output infomation for debugging. - firmware information - sampling rate and clock source - physical metering (linear value)Signed-off-by: Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/firewire/fireworks/Makefile</description>
        <pubDate>Fri, 25 Apr 2014 13:45:08 +0000</pubDate>
        <dc:creator>Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;</dc:creator>
    </item>
<item>
        <title>315fd41f - ALSA: fireworks: Add connection and stream management</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/firewire/fireworks/Makefile#315fd41f</link>
        <description>ALSA: fireworks: Add connection and stream managementFireworks manages connections by CMP and can transmit/receive AMDTP streamswith a few quirks. This commit adds functionality to start/stop the streams.Major Fireworks products don&apos;t support &apos;SYT-Match&apos; clock source mode, exceptfor AudioFire12/8(till 2009 July) with firmware version 1.0. Already inprevious commit, this driver don&apos;t support such old firmwares. So this commitadds support for non &apos;SYT-Match&apos; clock source modes.I note that this driver has a short gap for MIDI streams when starting PCMstream. When AMDTP streams are running only for MIDI data and PCM data isgoing to be joined at different sampling rate, then AMDTP streams arestopped once and started again after changing sampling rate.Unfortunately, Fireworks is not fully compliant to IEC 61883-1/6. Some commitsfollowing to this commit add these quirks.Signed-off-by: Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/firewire/fireworks/Makefile</description>
        <pubDate>Fri, 25 Apr 2014 13:45:02 +0000</pubDate>
        <dc:creator>Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;</dc:creator>
    </item>
<item>
        <title>bde8a8f2 - ALSA: fireworks: Add transaction and some commands</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/firewire/fireworks/Makefile#bde8a8f2</link>
        <description>ALSA: fireworks: Add transaction and some commandsFireworks uses own command and response. This commit adds functionality totransact and adds some commands required for sound card instance and kernelstreaming.There are two ways to deliver substance of this transaction:1.AV/C vendor dependent command for command/response2.Async transaction to specific addresses for command/responseBy way 1, I confirm AudioFire12 cannot correctly response to some commands withfirmware version 5.0 or later. This is also confirmed by FFADO. So this driverimplement way 2.The address for response gives an issue. When this driver allocate own callbackfunction into the address, then no one can allocate its own callback function.This situation is not good for applications in user-land. This issue is solvedin later commit.I note there is a command to change the address for response if the devicesupports. But this driver uses default value. So users should not execute thiscommand as long as hoping this driver works correctly.Signed-off-by: Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/firewire/fireworks/Makefile</description>
        <pubDate>Fri, 25 Apr 2014 13:45:01 +0000</pubDate>
        <dc:creator>Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;</dc:creator>
    </item>
<item>
        <title>b5b04336 - ALSA: fireworks: Add skelton for Fireworks based devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/firewire/fireworks/Makefile#b5b04336</link>
        <description>ALSA: fireworks: Add skelton for Fireworks based devicesThis commit adds a new driver for devices based on Fireworks. This driverjust creates/removes card instance according to callbacks.Fireworks is a board module which Echo Audio produced. This moduleconsists of three chipsets: - Communication chipset for IEEE1394 PHY/Link and IEC 61883-1/6 - DSP or/and FPGA for signal processing - Flash Memory to store firmwaresCurrent supported devices: - Mackie Onyx 400F/1200F - Echo AudioFire12/8(until 2009 July) - Echo AudioFire2/4/Pre8/8(since 2009 July) - Echo Fireworks 8/HDMI - Gibson Robot Interface pack/GoldTopSigned-off-by: Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/firewire/fireworks/Makefile</description>
        <pubDate>Fri, 25 Apr 2014 13:45:00 +0000</pubDate>
        <dc:creator>Takashi Sakamoto &lt;o-takashi@sakamocchi.jp&gt;</dc:creator>
    </item>
</channel>
</rss>
