  <?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.15.2_v1.2.15.3</id>
	<title>Detailed changes v1.2.15.2 v1.2.15.3 - 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.15.2_v1.2.15.3"/>
	<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Detailed_changes_v1.2.15.2_v1.2.15.3&amp;action=history"/>
	<updated>2026-04-06T10:15:16Z</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.15.2_v1.2.15.3&amp;diff=14742&amp;oldid=prev</id>
		<title>Perex: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Detailed_changes_v1.2.15.2_v1.2.15.3&amp;diff=14742&amp;oldid=prev"/>
		<updated>2026-01-13T08:15:02Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&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:15, 13 January 2026&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.15.2_v1.2.15.3&amp;diff=14741&amp;oldid=prev</id>
		<title>alsa&gt;Perex at 08:15, 13 January 2026</title>
		<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Detailed_changes_v1.2.15.2_v1.2.15.3&amp;diff=14741&amp;oldid=prev"/>
		<updated>2026-01-13T08:15: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.15.2 and 1.2.15.3 releases=&lt;br /&gt;
=Changelog between 1.2.15.2 and 1.2.15.3 releases=&lt;br /&gt;
==alsa-lib==&lt;br /&gt;
===Core===&lt;br /&gt;
- Release v1.2.15.3&lt;br /&gt;
===Sequencer API===&lt;br /&gt;
- seq: return back old snd_seq_drain_output behaviour for -EAGAIN&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 It seems that many applications did not follow the documentation&lt;br /&gt;
 including pyalsa sequencer module, thus return the previous&lt;br /&gt;
 behaviour and correct documentation.&lt;br /&gt;
 &lt;br /&gt;
 Closes: https://github.com/alsa-project/alsa-lib/issues/493&amp;lt;/code&amp;gt;&lt;br /&gt;
==alsa-ucm-conf==&lt;br /&gt;
===Configuration===&lt;br /&gt;
- HDA-analog: Fix the phantom jack detection if block&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 The hpvol assignment should depend on speaker/line out detection.&lt;br /&gt;
 &lt;br /&gt;
 Link: https://github.com/alsa-project/alsa-ucm-conf/issues/685&amp;lt;/code&amp;gt;&lt;br /&gt;
- HDA-analog: Use phantom jacks to determine the device for single output&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 Improve previous commit (change) to determine the output type (device).&lt;br /&gt;
 &lt;br /&gt;
 Link: https://github.com/alsa-project/alsa-ucm-conf/issues/685&amp;lt;/code&amp;gt;&lt;br /&gt;
- HDA-analog: Add output when only 'Master Playback' control exists&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 There is a case when only one output is present (e.g. internal&lt;br /&gt;
 speakers or hp output). In this case, the driver offers only&lt;br /&gt;
 master volume controls.&lt;br /&gt;
 &lt;br /&gt;
 Add also more related cleanups for the line out and SOF HDA configs.&lt;br /&gt;
 &lt;br /&gt;
 Link: https://github.com/alsa-project/alsa-ucm-conf/issues/685&amp;lt;/code&amp;gt;&lt;br /&gt;
- sof-hda-dsp: remove some debug lines&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 Since 1.2.15, there is a better way to see the variable traces, e.g.:&lt;br /&gt;
 &lt;br /&gt;
   LIBASOUND_DEBUG=trace alsaucm -c hw:sofhdadsp dump text&amp;lt;/code&amp;gt;&lt;br /&gt;
- sof-hda-dsp: Headphone output is optional&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 Align changes with commit c8b5541.&amp;lt;/code&amp;gt;&lt;br /&gt;
- ucm2: HDA: Fix headphone detection&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 It appears that there are devices with just switches (no&lt;br /&gt;
 volume controls). Test presence of 'Headphone Playback Switch'&lt;br /&gt;
 control.&lt;br /&gt;
 &lt;br /&gt;
 BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=2428561&amp;lt;/code&amp;gt;&lt;br /&gt;
- USB-Audio: Add volume controls to Behringer UMCx0xHD direct profiles&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 The new direct macro and 'Syntax 8' updates allows to add&lt;br /&gt;
 volume control to UCM direct profile for those cards.&lt;br /&gt;
 &lt;br /&gt;
 Link: https://github.com/alsa-project/alsa-ucm-conf/issues/662&amp;lt;/code&amp;gt;&lt;br /&gt;
- USB-Audio: Fix UR22C firmware version condition&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/684&amp;lt;/code&amp;gt;&lt;br /&gt;
- USB-Audio: Add support for UR24C firmware version channel differences&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/684&amp;lt;/code&amp;gt;&lt;br /&gt;
===Description===&lt;br /&gt;
- Release v1.2.15.3&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>alsa&gt;Perex</name></author>
	</entry>
</feed>