Releases: cb-linux/breath-resources
Releases Β· cb-linux/breath-resources
π¦ Package Rebuild - ci: update build-pkg.yml
π 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
π 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
π 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
π 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