diff -Nru firmware-sof-2.0/debian/changelog firmware-sof-2.0/debian/changelog --- firmware-sof-2.0/debian/changelog 2023-11-15 15:32:40.000000000 +0000 +++ firmware-sof-2.0/debian/changelog 2024-03-19 11:14:54.000000000 +0000 @@ -1,3 +1,20 @@ +firmware-sof (2.0-1ubuntu4.7) jammy; urgency=medium + + * Enable the mic-mute led on Dell MTL laptops. LP: #2049569 + - Resotore sof-hda-generic-2ch.tplg for Intel platforms older than MTL + - Add sof-v2.8.1 tplg for Intel Meteor Lake hardware + - Reorder the sof-v2.8.1 patches to align with upstream + + -- Chris Chiu Tue, 19 Mar 2024 19:14:54 +0800 + +firmware-sof (2.0-1ubuntu4.6) jammy; urgency=medium + + * Enable the mic-mute led on Dell MTL laptops. LP: #2049569 + - Update v2.8.1 sof-hda-generic-2ch.tplg for Intel MTL hardware + - Add sof-ipc4-v2.8.1/mtl/, intel-signed + community + + -- Chris Chiu Tue, 05 Mar 2024 20:27:21 +0800 + firmware-sof (2.0-1ubuntu4.5) jammy; urgency=medium * Orchid Bay MLK2/Maya Bay MLK soundwire support. LP: #2042090 Binary files /tmp/tmpjy8krr_u/JhevGcgAQ8/firmware-sof-2.0/debian/patches/0005-Add-sof-v2.8.1-tplg-for-Intel-Meteor-Lake-hardware.patch and /tmp/tmpjy8krr_u/6VTDrqWSw8/firmware-sof-2.0/debian/patches/0005-Add-sof-v2.8.1-tplg-for-Intel-Meteor-Lake-hardware.patch differ Binary files /tmp/tmpjy8krr_u/JhevGcgAQ8/firmware-sof-2.0/debian/patches/0006-Add-sof-ipc4-v2.8.1-mtl-intel-signed-community.patch and /tmp/tmpjy8krr_u/6VTDrqWSw8/firmware-sof-2.0/debian/patches/0006-Add-sof-ipc4-v2.8.1-mtl-intel-signed-community.patch differ diff -Nru firmware-sof-2.0/debian/patches/series firmware-sof-2.0/debian/patches/series --- firmware-sof-2.0/debian/patches/series 2023-11-15 15:32:40.000000000 +0000 +++ firmware-sof-2.0/debian/patches/series 2024-03-19 11:12:30.000000000 +0000 @@ -2,3 +2,5 @@ 0002-Add-more-sof-v2.7.1-Intel-MTL-binaries.patch 0003-Add-Intel-SOF2.7.2-topology-files.patch 0004-Update-v2.2.8-topology-files-for-Intel-RPL-platforms.patch +0005-Add-sof-v2.8.1-tplg-for-Intel-Meteor-Lake-hardware.patch +0006-Add-sof-ipc4-v2.8.1-mtl-intel-signed-community.patch diff -Nru firmware-sof-2.0/debian/rules firmware-sof-2.0/debian/rules --- firmware-sof-2.0/debian/rules 2023-11-15 15:32:40.000000000 +0000 +++ firmware-sof-2.0/debian/rules 2024-03-19 11:14:40.000000000 +0000 @@ -17,4 +17,6 @@ cp -a sof-ace-tplg-v2.7.2/* $(SOF_INSTALL_DIR)/sof-ace-tplg cp -a sof-ipc4-v2.7 $(SOF_INSTALL_DIR)/sof-ipc4 cp -a sof-ipc4-v2.7.1/* $(SOF_INSTALL_DIR)/sof-ipc4 + cp -a sof-ipc4-v2.8.1/* $(SOF_INSTALL_DIR)/sof-ipc4 + cp -a sof-ace-tplg-v2.8.1/* $(SOF_INSTALL_DIR)/sof-ace-tplg dh_auto_install diff -Nru firmware-sof-2.0/debian/source/include-binaries firmware-sof-2.0/debian/source/include-binaries --- firmware-sof-2.0/debian/source/include-binaries 2023-11-15 15:32:40.000000000 +0000 +++ firmware-sof-2.0/debian/source/include-binaries 2024-03-19 11:13:55.000000000 +0000 @@ -29,3 +29,5 @@ debian/patches/0002-Add-more-sof-v2.7.1-Intel-MTL-binaries.patch debian/patches/0003-Add-Intel-SOF2.7.2-topology-files.patch debian/patches/0004-Update-v2.2.8-topology-files-for-Intel-RPL-platforms.patch +debian/patches/0005-Add-sof-v2.8.1-tplg-for-Intel-Meteor-Lake-hardware.patch +debian/patches/0006-Add-sof-ipc4-v2.8.1-mtl-intel-signed-community.patch