  <?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=Detailed_changes_v1.2.3_v1.2.3.1</id>
	<title>Detailed changes v1.2.3 v1.2.3.1 - 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=Detailed_changes_v1.2.3_v1.2.3.1"/>
	<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Detailed_changes_v1.2.3_v1.2.3.1&amp;action=history"/>
	<updated>2026-04-07T16:57:24Z</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=Detailed_changes_v1.2.3_v1.2.3.1&amp;diff=7368&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=Detailed_changes_v1.2.3_v1.2.3.1&amp;diff=7368&amp;oldid=prev"/>
		<updated>2020-06-19T13:10:02Z</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 13:10, 19 June 2020&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=Detailed_changes_v1.2.3_v1.2.3.1&amp;diff=7367&amp;oldid=prev</id>
		<title>Perex at 13:10, 19 June 2020</title>
		<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Detailed_changes_v1.2.3_v1.2.3.1&amp;diff=7367&amp;oldid=prev"/>
		<updated>2020-06-19T13:10:02Z</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 changelog between 1.2.3 and 1.2.3.1 releases=&lt;br /&gt;
=Changelog between 1.2.3 and 1.2.3.1 releases=&lt;br /&gt;
==alsa-lib==&lt;br /&gt;
===Core===&lt;br /&gt;
- Release v1.2.3.1&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
===Control API===&lt;br /&gt;
- control: ctlparse - use type-specific bound on element count&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 Using a fixed bound of 128 means that too many values may be set for an&lt;br /&gt;
 INTEGER64 type and that any elements past 128 are out of reach for BYTE&lt;br /&gt;
 type controls.&lt;br /&gt;
 &lt;br /&gt;
 Derive the maximum number of elements from the type so that the full&lt;br /&gt;
 range is parsed for all types.&amp;lt;/code&amp;gt;&lt;br /&gt;
===PCM API===&lt;br /&gt;
- pcm: copy extplug timestamp type from the slave pcm&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 The extplug sets incorrectly the timestamping type to&lt;br /&gt;
 gettimeofday. Copy the timestamp type from the slave pcm&lt;br /&gt;
 as other plugins do.&lt;br /&gt;
 &lt;br /&gt;
 The problem is visible when the&lt;br /&gt;
   &amp;quot;pcm: dmix: fix sw_params handling of timestamp types in direct plugins&amp;quot;&lt;br /&gt;
 patch was applied for the direct plugins.&lt;br /&gt;
 &lt;br /&gt;
 BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1847508&amp;lt;/code&amp;gt;&lt;br /&gt;
- pcm: dmic: assembly: add x32 support.&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 x32 is the x86_64 ABI that uses 32-bit pointers, so requires loading&lt;br /&gt;
 addresses into edi/esi/ebx rather than rdi/rsi/rbx.&lt;br /&gt;
 &lt;br /&gt;
 Note that instructions such as movl %eax, (%rdi) do not require&lt;br /&gt;
 updating, as loading an address into %edi zeroes the high bits, causing&lt;br /&gt;
 the full %rdi register to hold a valid address.&amp;lt;/code&amp;gt;&lt;br /&gt;
- pcm: direct: correctly apply existing interval settings&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 Feature 'variable periodsize' allows to extend user period size up to&lt;br /&gt;
 buffer_size/2 independent of slave period. On enlargement of the settings&lt;br /&gt;
 for period_time.max and period_size.max the setting for openmax&lt;br /&gt;
 was not updated.&lt;br /&gt;
 &lt;br /&gt;
 This lead to the effect, that if the slave period itself had openmax&lt;br /&gt;
 set it was still set on the extended size. Configuration of a period&lt;br /&gt;
 matching half buffer size was thus rejected.&lt;br /&gt;
 &lt;br /&gt;
 Example for failure: period size of 384 (half buffer size) is requested&lt;br /&gt;
 which is rejected and rounded down to 352:&lt;br /&gt;
 &lt;br /&gt;
 PERIOD_SIZE: [32 352]&lt;br /&gt;
 BUFFER_SIZE: [64 768]&lt;br /&gt;
 &lt;br /&gt;
 When correctly applying the openmax setting:&lt;br /&gt;
 &lt;br /&gt;
 PERIOD_SIZE: [32 384]&lt;br /&gt;
 BUFFER_SIZE: [64 768]&amp;lt;/code&amp;gt;&lt;br /&gt;
===Use Case Manager API===&lt;br /&gt;
- ucm: implement CardNumberByName substitution&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 The syntax is ${CardNumberByName:CARDNAME[#INDEX]}.&lt;br /&gt;
 &lt;br /&gt;
 The CARDNAME is the ALSA's soundcard name (short form).&lt;br /&gt;
 The INDEX is the instance (0 = first, 1 = second etc.).&lt;br /&gt;
 &lt;br /&gt;
 Example: ${CardNumberByName:HDA Intel PCH}&lt;br /&gt;
 (which is identical to ${CardNumberByName:HDA Intel PCH#0})&amp;lt;/code&amp;gt;&lt;br /&gt;
- ucm: allow to use the defined variables in the substitution argument&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 Example (set variable 'Module' to the kernel module name for the given card):&lt;br /&gt;
 &lt;br /&gt;
   Define.SysfsPath &amp;quot;class/sound/card${CardNumber}/device/driver&amp;quot;&lt;br /&gt;
   Define.Module &amp;quot;${sys:$SysfsPath}&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
- ucm: allow to ignore errors for the value substitution&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 It may be useful to ignore the errors where the environment&lt;br /&gt;
 or sysfs values are not defined for the specific hardware.&lt;br /&gt;
 &lt;br /&gt;
 Enhance substitution for 'syntax 3' so $${} substitution&lt;br /&gt;
 means ignore the errors (return an empty string).&amp;lt;/code&amp;gt;&lt;br /&gt;
- ucm: include - fix compound_merge for arrays&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 There is a case where the original array has already new indexes&lt;br /&gt;
 (the merged array is placed before the original nodes).&lt;br /&gt;
 &lt;br /&gt;
 Set the temporary index string identifiers to unique strings.&amp;lt;/code&amp;gt;&lt;br /&gt;
- ucm: fix use-after-free in parse_component_seq()&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
===Configuration===&lt;br /&gt;
- conf: make some strings more compact in alsa.conf&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
===Dynamic Loader helpers===&lt;br /&gt;
- dlsym: fix the race when snd_libdir_origin is freed&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 snd_dlobj_cache_cleanup() function frees snd_libdir_origin, but&lt;br /&gt;
 the pointer may be used again in snd_dlpath().&lt;br /&gt;
 &lt;br /&gt;
 BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1847508&amp;lt;/code&amp;gt;&lt;br /&gt;
- dlmisc.c: fix uclibc build&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 RTLD_DL_LINKMAP &amp;amp; RTLD_DI_ORIGIN, are unsupported on uClibc:&lt;br /&gt;
 https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/tree/include/dlfcn.h#n106&lt;br /&gt;
 &lt;br /&gt;
 This patch adds detection for uClibc because uClibc also defines&lt;br /&gt;
 __GLIBC__:&lt;br /&gt;
 https://lists.gnu.org/archive/html/bug-gnulib/2010-11/msg00280.html&lt;br /&gt;
 &lt;br /&gt;
 BugLink: https://github.com/alsa-project/alsa-lib/pull/58&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Perex</name></author>
	</entry>
</feed>