Skip to content

Releases: cb-linux/breath-resources

πŸ“¦ Package Rebuild - ci: update build-pkg.yml

19 Jul 11:24
Compare
Choose a tag to compare

πŸ›ˆ General Changes since the last release

diff --git a/.github/workflows/build-pkg.yml b/.github/workflows/build-pkg.yml
index ecd13c7..64ad1a5 100644
--- a/.github/workflows/build-pkg.yml
+++ b/.github/workflows/build-pkg.yml
@@ -25,7 +25,7 @@ jobs:
       - name: Create output folder
         run: mkdir -v output
       - name: Building breath-base
-        run: zip output/breath-base.zip breath-base
+        run: zip -r output/breath-base.zip breath-base/*
       - name: Building breath-skylake
         run: dpkg-deb -Z gzip -b breath-skylake/debian output/breath-skylake.deb
       - name: Release Breath-Skylake to GitHub

🚚 Package Delivery System - Triggered by 8f4371c at 2022-07-18T23:48:33Z

πŸ“¦ Package Rebuild - make action

19 Jul 11:13
Compare
Choose a tag to compare

πŸ›ˆ General Changes since the last release

diff --git a/.github/workflows/build-pkg.yml b/.github/workflows/build-pkg.yml
index 1c7290d..ecd13c7 100644
--- a/.github/workflows/build-pkg.yml
+++ b/.github/workflows/build-pkg.yml
@@ -25,7 +25,7 @@ jobs:
       - name: Create output folder
         run: mkdir -v output
       - name: Building breath-base
-        run: zip breath-base output/breath-base.zip
+        run: zip output/breath-base.zip breath-base
       - name: Building breath-skylake
         run: dpkg-deb -Z gzip -b breath-skylake/debian output/breath-skylake.deb
       - name: Release Breath-Skylake to GitHub

🚚 Package Delivery System - Triggered by 731f32e at 2022-07-18T23:48:33Z

πŸ“¦ Package Rebuild - fix for breath config in wireplumber

19 Jul 08:10
Compare
Choose a tag to compare

πŸ›ˆ General Changes since the last release

diff --git a/breath-skylake/debian/DEBIAN/control b/breath-skylake/debian/DEBIAN/control
index f79e06a..20b5b5f 100644
--- a/breath-skylake/debian/DEBIAN/control
+++ b/breath-skylake/debian/DEBIAN/control
@@ -1,5 +1,5 @@
 Package: breath-skylake
-Version: 0.3
+Version: 0.4
 Architecture: all
 Maintainer: RunCros <[email protected]>
 Installed-Size: 98
diff --git a/breath-skylake/debian/usr/share/wireplumber/main.lua.d/50-breath-config.lua b/breath-skylake/debian/usr/share/wireplumber/main.lua.d/50-breath-config.lua
index 976f5ba..e1f66cf 100644
--- a/breath-skylake/debian/usr/share/wireplumber/main.lua.d/50-breath-config.lua
+++ b/breath-skylake/debian/usr/share/wireplumber/main.lua.d/50-breath-config.lua
@@ -1,13 +1,32 @@
+
+--alsa_monitor.properties = {
+--  ["alsa.reserve"] = true,
+--  ["alsa.midi"] = true,
+--  ["alsa.midi.monitoring"] = true,
+--}
+
 alsa_monitor.rules = {
-    {
-      matches = {
-        {
-          { "node.name", "matches", "alsa_input.platform-skl_n88l25_m98357a.HiFi__hw_sklnau8825max_1__source" },
-        },
+  {
+    matches = {
+      {
+        { "device.name", "matches", "alsa_card.*" },
       },
-      apply_properties = {
-        ["audio.format"]           = "S16LE",
+    },
+    apply_properties = {
+      ["api.alsa.use-acp"] = true,
+      ["api.acp.auto-profile"] = false,
+      ["api.acp.auto-port"] = false,
+    },
+  },
+  {
+    matches = {
+      {
+        { "node.name", "matches", "alsa_input.platform-skl_n88l25_m98357a.HiFi__hw_sklnau8825max_1__source" },
       },
     },
-  }
+    apply_properties = {
+      ["audio.format"]           = "S16LE",
+    },
+  },
+}
   
\ No newline at end of file

🚚 Package Delivery System - Triggered by 4024f29 at 2022-07-18T23:48:33Z

πŸ“¦ Package Rebuild - remove deleted file

18 Jul 23:47
Compare
Choose a tag to compare

πŸ›ˆ General Changes since the last release

diff --git a/breath-skylake/debian/DEBIAN/conffiles b/breath-skylake/debian/DEBIAN/conffiles
index ed7ddb9..a4160cb 100644
--- a/breath-skylake/debian/DEBIAN/conffiles
+++ b/breath-skylake/debian/DEBIAN/conffiles
@@ -65,8 +65,6 @@
 /lib/firmware/i915/skl_dmc_ver1_16.bin
 /lib/firmware/i915/skl_guc_49.0.1.bin
 /lib/firmware/i915/skl_dmc_ver1_23.bin
-/lib/systemd/system-sleep/atmel_mxt_ts
-/lib/systemd/system-sleep/wifi.sh
 /usr/share/alsa/ucm2/sklnau8825max/HiFi.conf
 /usr/share/alsa/ucm2/sklnau8825max/Hdmi2.conf
 /usr/share/alsa/ucm2/sklnau8825max/Hdmi1.conf

🚚 Package Delivery System - Triggered by f9c4561 at 2022-07-18T23:04:14Z