From d2b2f5952d6dc9d159a54ee58020380011d14143 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 22 Apr 2026 12:24:06 +0300 Subject: [PATCH] alsa-ucm-conf: update to 1.2.15.3 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 --- libs/alsa-ucm-conf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/alsa-ucm-conf/Makefile b/libs/alsa-ucm-conf/Makefile index bd4b71939c..0ccd15b4e1 100644 --- a/libs/alsa-ucm-conf/Makefile +++ b/libs/alsa-ucm-conf/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alsa-ucm-conf -PKG_VERSION:=1.2.11 +PKG_VERSION:=1.2.15.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://www.alsa-project.org/files/pub/lib/ \ https://distfiles.gentoo.org/distfiles/ -PKG_HASH:=387c01cf30e2a1676d7b8f72b2681cf219abca70dd1ec2a9e33add5bf3feae81 +PKG_HASH:=9f79e813c08fc86cfa46dd75c4fcda1a4a51b482db2607e1fcfaafb92f588a31 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=BSD-3-Clause