diff -Nru firmware-sof-2.0/debian/changelog firmware-sof-2.0/debian/changelog --- firmware-sof-2.0/debian/changelog 2023-11-17 12:13:11.000000000 +0000 +++ firmware-sof-2.0/debian/changelog 2023-11-15 15:32:40.000000000 +0000 @@ -1,3 +1,12 @@ +firmware-sof (2.0-1ubuntu4.5) jammy; urgency=medium + + * Orchid Bay MLK2/Maya Bay MLK soundwire support. LP: #2042090 + - Add Intel SOF2.7.2 topology files. + * Update soundwire topology files for Intel RPL platforms. LP: #2044330 + - Update v2.2.8 topology files for Intel RPL platforms + + -- You-Sheng Yang Wed, 15 Nov 2023 23:32:40 +0800 + firmware-sof (2.0-1ubuntu4.4) jammy; urgency=medium * Soundwire support for Dell SKU0C87 devices. LP: #2029281 Binary files /tmp/tmpzf9k9z66/HlRQTg2aD5/firmware-sof-2.0/debian/patches/0003-Add-Intel-SOF2.7.2-topology-files.patch and /tmp/tmpzf9k9z66/zuIcItxsaH/firmware-sof-2.0/debian/patches/0003-Add-Intel-SOF2.7.2-topology-files.patch differ Binary files /tmp/tmpzf9k9z66/HlRQTg2aD5/firmware-sof-2.0/debian/patches/0004-Update-v2.2.8-topology-files-for-Intel-RPL-platforms.patch and /tmp/tmpzf9k9z66/zuIcItxsaH/firmware-sof-2.0/debian/patches/0004-Update-v2.2.8-topology-files-for-Intel-RPL-platforms.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-17 12:09:58.000000000 +0000 +++ firmware-sof-2.0/debian/patches/series 2023-11-15 15:32:40.000000000 +0000 @@ -1,2 +1,4 @@ 0001-Add-sof-v2.7-for-Intel-Meteor-Lake-hardware.patch 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 diff -Nru firmware-sof-2.0/debian/rules firmware-sof-2.0/debian/rules --- firmware-sof-2.0/debian/rules 2023-11-17 12:12:02.000000000 +0000 +++ firmware-sof-2.0/debian/rules 2023-11-15 15:32:40.000000000 +0000 @@ -12,7 +12,9 @@ mkdir -p $(SOF_INSTALL_DIR) cp -a v*.*.x/sof-v$(DEB_VERSION_UPSTREAM) $(SOF_INSTALL_DIR)/sof cp -a v*.*.x/sof-tplg-v$(DEB_VERSION_UPSTREAM) $(SOF_INSTALL_DIR)/sof-tplg - cp -a sof-ace-tplg-v* $(SOF_INSTALL_DIR)/sof-ace-tplg + cp -a sof-tplg-v2.2.8/* $(SOF_INSTALL_DIR)/sof-tplg + cp -a sof-ace-tplg-v2.7 $(SOF_INSTALL_DIR)/sof-ace-tplg + 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 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-17 12:12:37.000000000 +0000 +++ firmware-sof-2.0/debian/source/include-binaries 2023-11-15 15:32:40.000000000 +0000 @@ -27,3 +27,5 @@ v2.0.x/sof-v2.0/sof-rpl.ri debian/patches/0001-Add-sof-v2.7-for-Intel-Meteor-Lake-hardware.patch 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