  <?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.alsa-project.org/main/index.php?action=history&amp;feed=atom&amp;title=Changes_v1.0.25_v1.0.26</id>
	<title>Changes v1.0.25 v1.0.26 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.alsa-project.org/main/index.php?action=history&amp;feed=atom&amp;title=Changes_v1.0.25_v1.0.26"/>
	<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Changes_v1.0.25_v1.0.26&amp;action=history"/>
	<updated>2026-04-08T16:24:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.0</generator>
	<entry>
		<id>https://www.alsa-project.org/main/index.php?title=Changes_v1.0.25_v1.0.26&amp;diff=6557&amp;oldid=prev</id>
		<title>Perex: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Changes_v1.0.25_v1.0.26&amp;diff=6557&amp;oldid=prev"/>
		<updated>2012-09-06T08:40:26Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 08:40, 6 September 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Perex</name></author>
	</entry>
	<entry>
		<id>https://www.alsa-project.org/main/index.php?title=Changes_v1.0.25_v1.0.26&amp;diff=6556&amp;oldid=prev</id>
		<title>Perex at 08:40, 6 September 2012</title>
		<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Changes_v1.0.25_v1.0.26&amp;diff=6556&amp;oldid=prev"/>
		<updated>2012-09-06T08:40:26Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
| __TOC__&lt;br /&gt;
|}&lt;br /&gt;
[[Detailed changes v1.0.25 v1.0.26]]&lt;br /&gt;
=Changelog between 1.0.25 and 1.0.26 releases=&lt;br /&gt;
==alsa-lib==&lt;br /&gt;
===Core===&lt;br /&gt;
: Release v1.0.26&lt;br /&gt;
===Control API===&lt;br /&gt;
: ucm: Improve cset command parsing&lt;br /&gt;
: control: Use strcpy() instead of stpcpy()&lt;br /&gt;
: hctl: Remove a useless assert&lt;br /&gt;
: Fix the binary compatibility of ext-ctl plugin with protocol 1.0.0&lt;br /&gt;
: tlv: improve robustness of raw value ranges&lt;br /&gt;
: control_external: Add ability to specify TLV data.&lt;br /&gt;
===Mixer API===&lt;br /&gt;
: mixer: Remove redundant CHECK_ENUM() from snd_mixer_selem_is_enum*()&lt;br /&gt;
===PCM API===&lt;br /&gt;
: PCM: plug: Move fast_ops copy after slave configuration.&lt;br /&gt;
: PCM: Allow to run older version of extplug plugin&lt;br /&gt;
: pcm_dsnoop: comment fall-through in next &amp;quot;case&amp;quot;&lt;br /&gt;
: pcm: add missing &amp;quot;break&amp;quot; in &amp;quot;switch&amp;quot;&lt;br /&gt;
: doc: Fix typo in PCM formats&lt;br /&gt;
===Sequencer API===&lt;br /&gt;
: seqmid - more descriptions on snd_seq_parse_address() behavior&lt;br /&gt;
===Use Case Manager API===&lt;br /&gt;
: ucm: Add const to execute_cset() argument&lt;br /&gt;
: ucm: Improve cset command parsing&lt;br /&gt;
: ucm: Return NULL from get_list0() and get_list20() in case of empty lists.&lt;br /&gt;
: ucm: Add missing pthread.h include&lt;br /&gt;
: build: Fallback to alphasort() if versionsort() isn't available&lt;br /&gt;
: ucm: Handle repeat device and modifier enables/disables&lt;br /&gt;
===Configuration===&lt;br /&gt;
: build: Fallback to alphasort() if versionsort() isn't available&lt;br /&gt;
: conf: Add more USB devices to S/PDIF blacklist&lt;br /&gt;
: Fix invalid long long format specifier&lt;br /&gt;
: alsa-lib conf: Add two more USB devices to iec958 blacklist&lt;br /&gt;
: alsa-lib conf: block S/PDIF access for Sennheiser USB headset&lt;br /&gt;
: USB-Audio: Fixup card name for Logitech web camera&lt;br /&gt;
: USB-Audio: Blacklist iec958 for some USB devices&lt;br /&gt;
: conf/pcm: Add support for Echo3G devices. Thanks to unimatrix.&lt;br /&gt;
===External Control Plugin SDK===&lt;br /&gt;
: Fix the binary compatibility of ext-ctl plugin with protocol 1.0.0&lt;br /&gt;
: control_external: Add ability to specify TLV data.&lt;br /&gt;
===Test/Example code===&lt;br /&gt;
: test/latency.c: Fix string argument to getopt_long, so now it handles -E and -B&lt;br /&gt;
: Fix invalid long long format specifier&lt;br /&gt;
===Utils===&lt;br /&gt;
: build: Disable another compile chack with --disable-alsatest&lt;br /&gt;
==alsa-utils==&lt;br /&gt;
===Core===&lt;br /&gt;
: Release v1.0.26&lt;br /&gt;
: build: Don't call AC_CHECK_FUNC with --disable-alsatest&lt;br /&gt;
: configure.in: use AS_HELP_STRING everywhere&lt;br /&gt;
: configure.in: look for ncurses pkg-config first&lt;br /&gt;
: Trivial fixes in INSTALL file&lt;br /&gt;
===ALSA Control (alsactl)===&lt;br /&gt;
: alsactl: Add reference to alsactl_init(7) in alsactl man page&lt;br /&gt;
: alsactl: Read only *.conf files when a directory is passed via INCLUDE&lt;br /&gt;
: alsactl: Do not access other cards than specified for init&lt;br /&gt;
===alsaloop===&lt;br /&gt;
: alsaloop: fix the avail_min setup&lt;br /&gt;
: alsaloop: Improve xrun_sync - fill missing playback samples&lt;br /&gt;
===alsamixer===&lt;br /&gt;
: amixer, alsamixer: Add description of volume-mapping&lt;br /&gt;
===amixer===&lt;br /&gt;
: amixer, alsamixer: Add description of volume-mapping&lt;br /&gt;
: amixer: Add the support for mapped volumes like alsamixer&lt;br /&gt;
===aplay/arecord===&lt;br /&gt;
: aplay: Use open() instead of open64()&lt;br /&gt;
: aplay: Fix signal.h include&lt;br /&gt;
: aplay: print vu-meter to stderr, not stdout&lt;br /&gt;
: aplay/arecord: option to treat any xrun as fatal&lt;br /&gt;
: aplay - option to dump HW parameters&lt;br /&gt;
: Fix the examples in aplay.1&lt;br /&gt;
===aseqnet===&lt;br /&gt;
: aseqnet: Remove obsoleted .LO entry from man page&lt;br /&gt;
===cvscompile===&lt;br /&gt;
: Remove the cvscompile file&lt;br /&gt;
==alsa-tools==&lt;br /&gt;
===Core===&lt;br /&gt;
: Release v1.0.26&lt;br /&gt;
: Import hda-verb 0.4 to alsa-tools repo&lt;br /&gt;
: hdajackretask: Add new program for easy retask of hda pin nodes&lt;br /&gt;
===HDA Jack Retask===&lt;br /&gt;
: hdajackretask: Use autotools&lt;br /&gt;
: hdajackretask: Add new program for easy retask of hda pin nodes&lt;br /&gt;
===hda-verb===&lt;br /&gt;
: hda-verb: Don't include sys/io.h for PPC&lt;br /&gt;
: hda-verb: Add missing MYNAME definition for packaging&lt;br /&gt;
: Convert hda-verb to use automake&lt;br /&gt;
: Import hda-verb 0.4 to alsa-tools repo&lt;br /&gt;
===hwmixvolume===&lt;br /&gt;
: alsa-tools: hwmixvolume - update README for au88x0&lt;br /&gt;
===usx2yloader===&lt;br /&gt;
: usx2yloader: make fxload work without deprecated usbfs&lt;br /&gt;
==alsa-plugins==&lt;br /&gt;
===Core===&lt;br /&gt;
: Release v1.0.26&lt;br /&gt;
===PulseAudio -&amp;amp;gt; ALSA plugin===&lt;br /&gt;
: pulse: Support 24-bit formats&lt;br /&gt;
===USB stream plugin===&lt;br /&gt;
: usb_stream: Fix build with glibc 2.16&lt;br /&gt;
==alsa-python==&lt;br /&gt;
===Core===&lt;br /&gt;
: Release v1.0.26&lt;br /&gt;
===Test python scripts===&lt;br /&gt;
: Fix pyalsa tests for new function names&lt;br /&gt;
===pyalsa.alsamixer module===&lt;br /&gt;
: Fix get_volume_array() for mono channels&lt;/div&gt;</summary>
		<author><name>Perex</name></author>
	</entry>
</feed>