diff -pruN 1.2.14-2/debian/changelog 1.2.14-2ubuntu1/debian/changelog
--- 1.2.14-2/debian/changelog	2025-09-14 20:52:02.000000000 +0000
+++ 1.2.14-2ubuntu1/debian/changelog	2025-11-12 10:34:32.000000000 +0000
@@ -1,3 +1,11 @@
+alsa-lib (1.2.14-2ubuntu1) resolute; urgency=medium
+
+  * Merge with Debian unstable. Remaining changes:
+    - d/p/lp-2111271-Add-HDA-Intel-config.patch:
+      Add patch to allow HDA-Intel configuration support. (lp #2111271)
+
+ -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 12 Nov 2025 11:34:32 +0100
+
 alsa-lib (1.2.14-2) unstable; urgency=medium
 
   * Cherry-pick upstream patch to fix build with GCC 15 (closes: #1096298).
@@ -5,6 +13,12 @@ alsa-lib (1.2.14-2) unstable; urgency=me
 
  -- Jordi Mallach <jordi@debian.org>  Sun, 14 Sep 2025 22:52:02 +0200
 
+alsa-lib (1.2.14-1ubuntu1) questing; urgency=medium
+
+  * Add patch to allow HDA-Intel configuration support. (lp: #2111271)
+
+ -- Antoine Lassagne <antoine.lassagne@canonical.com>  Wed, 04 Jun 2025 11:50:49 +0200
+
 alsa-lib (1.2.14-1) unstable; urgency=medium
 
   * New upstream release.
diff -pruN 1.2.14-2/debian/control 1.2.14-2ubuntu1/debian/control
--- 1.2.14-2/debian/control	2025-04-14 18:17:06.000000000 +0000
+++ 1.2.14-2ubuntu1/debian/control	2025-11-12 10:34:32.000000000 +0000
@@ -1,7 +1,8 @@
 Source: alsa-lib
 Section: libs
 Priority: optional
-Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
 Uploaders: Jordi Mallach <jordi@debian.org>,
            Elimar Riesebieter <riesebie@lxtec.de>,
            Luke Yelavich <themuso@ubuntu.com>
diff -pruN 1.2.14-2/debian/patches/lp-2111271-Add-HDA-Intel-config.patch 1.2.14-2ubuntu1/debian/patches/lp-2111271-Add-HDA-Intel-config.patch
--- 1.2.14-2/debian/patches/lp-2111271-Add-HDA-Intel-config.patch	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.14-2ubuntu1/debian/patches/lp-2111271-Add-HDA-Intel-config.patch	2025-11-12 10:31:57.000000000 +0000
@@ -0,0 +1,30 @@
+From 07ec2ad34c42dba8656d3f543164f360f481c52e Mon Sep 17 00:00:00 2001
+From: Daniel Dadap <ddadap@nvidia.com>
+Date: Thu, 15 May 2025 08:32:35 -0500
+Subject: [PATCH] conf: aliases: add hda-acpi -> HDA-Intel alias
+
+The new snd_hda_acpi driver in Linux exposes the existing Azalia
+interface to non-PCI devices advertised over ACPI. Add an alias
+to the existing HDA-Intel configuration file so that devices using
+this driver can be discovered properly.
+
+Signed-off-by: Daniel Dadap <ddadap@nvidia.com>
+Signed-off-by: Takashi Iwai <tiwai@suse.de>
+---
+ src/conf/cards/aliases.conf | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/conf/cards/aliases.conf b/src/conf/cards/aliases.conf
+index a54824ae..e2d59aa7 100644
+--- a/src/conf/cards/aliases.conf
++++ b/src/conf/cards/aliases.conf
+@@ -57,6 +57,7 @@ CMI8786 cards.CMI8788
+ CMI8787 cards.CMI8788
+ pistachio cards.pistachio-card
+ VC4-HDMI cards.vc4-hdmi
++hda-acpi cards.HDA-Intel
+ 
+ <confdir:ctl/default.conf>
+ <confdir:pcm/default.conf>
+-- 
+2.47.1
diff -pruN 1.2.14-2/debian/patches/series 1.2.14-2ubuntu1/debian/patches/series
--- 1.2.14-2/debian/patches/series	2025-09-14 20:50:52.000000000 +0000
+++ 1.2.14-2ubuntu1/debian/patches/series	2025-11-12 10:32:09.000000000 +0000
@@ -1,2 +1,3 @@
 0001-Enabled-extended-namehints-in-alsa.conf.patch
 git_ftbfs_gcc15.patch
+lp-2111271-Add-HDA-Intel-config.patch
