<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/alsa-ucm-conf, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-05-05T05:54:20Z</updated>
<entry>
<title>alsa-ucm-conf: update to 1.2.15.3</title>
<updated>2026-05-05T05:54:20Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-22T09:24:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d2b2f5952d6dc9d159a54ee58020380011d14143'/>
<id>urn:sha1:d2b2f5952d6dc9d159a54ee58020380011d14143</id>
<content type='text'>
Changelog:
- Add UCM profiles for DualSense PS5 controller and multiple Qualcomm
  platforms
- Improve USB audio device handling and HDA initialization patterns
- Enhance phantom jack detection and optional headphone output handling
- Add support for Steinberg audio devices and new MediaTek SoC configs

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>treewide: set me where PKG_MAINTAINER empty</title>
<updated>2026-04-16T18:48:36Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-13T07:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8d3c00421392c9c4c6c920977959ab7fae237261'/>
<id>urn:sha1:8d3c00421392c9c4c6c920977959ab7fae237261</id>
<content type='text'>
Seems a lot of packages are just getting abandoned by people.
Will pick these up and see them through.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>treewide: fix spelling and grammar in Makefiles</title>
<updated>2025-12-31T07:12:36Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-12-26T04:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=de64f871b0f00b885039997eb46f914bdac687a5'/>
<id>urn:sha1:de64f871b0f00b885039997eb46f914bdac687a5</id>
<content type='text'>
Fix spelling and grammar in package definitions, configs, comments and
other strings.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>alsa-ucm-conf: update to 1.2.11</title>
<updated>2024-02-07T21:52:58Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-06T19:31:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=049f9fc80f3b12fd0034cf4ae0f5ff483e34e1c4'/>
<id>urn:sha1:049f9fc80f3b12fd0034cf4ae0f5ff483e34e1c4</id>
<content type='text'>
Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>alsa-ucm-conf: Update to 1.2.9</title>
<updated>2023-05-17T01:24:45Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-05-16T14:04:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4d7d7a01bd19850092f6db54eb2fc5db09163573'/>
<id>urn:sha1:4d7d7a01bd19850092f6db54eb2fc5db09163573</id>
<content type='text'>
* updated source url (prefer https rather than http/ftp)

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>alsa-ucm-conf: update to 1.2.6.2</title>
<updated>2021-12-20T09:28:31Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T00:24:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2ad8695d3376fccdd89a3e708f712a178e75b302'/>
<id>urn:sha1:2ad8695d3376fccdd89a3e708f712a178e75b302</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>alsa-ucm-conf: update to 12.5.1</title>
<updated>2021-07-21T07:16:36Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-21T03:29:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ef00d8e755a8dd41940ef3b371169c4fa82bef8f'/>
<id>urn:sha1:ef00d8e755a8dd41940ef3b371169c4fa82bef8f</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>alsa-ucm-conf: update to 1.2.4</title>
<updated>2020-11-25T06:31:51Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-11-25T05:16:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3b11926a1204efd5e0279b4b3837b98c8529250e'/>
<id>urn:sha1:3b11926a1204efd5e0279b4b3837b98c8529250e</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>alsa-ucm-conf: add</title>
<updated>2020-09-20T22:04:43Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-09-20T05:03:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=43824c6f469ece23ea6b3024c87477cf06c95a3d'/>
<id>urn:sha1:43824c6f469ece23ea6b3024c87477cf06c95a3d</id>
<content type='text'>
This is needed by some alsa utilities such as alsactl.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
