From 2f1b47f2b8f8938d2a5f920186942e945359b873 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Sat, 20 Dec 2025 02:57:30 +0100 Subject: [PATCH] fix(audio): headphone device not selectable sometimes --- Cargo.lock | 14 ++------------ cosmic-applet-audio/Cargo.toml | 1 + 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f036d7a..9fca67bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1573,7 +1573,7 @@ dependencies = [ [[package]] name = "cosmic-pipewire" version = "1.0.0-beta6" -source = "git+https://github.com/pop-os/cosmic-settings#6c4204710beb6333f1463037d46e8f6c6a486bad" +source = "git+https://github.com/pop-os/cosmic-settings?branch=headsets#3a9163a3f0ae5046c66f4286be6342c3def7c593" dependencies = [ "intmap", "libspa", @@ -1662,10 +1662,9 @@ dependencies = [ [[package]] name = "cosmic-settings-sound-subscription" version = "1.0.0-beta6" -source = "git+https://github.com/pop-os/cosmic-settings#6c4204710beb6333f1463037d46e8f6c6a486bad" +source = "git+https://github.com/pop-os/cosmic-settings?branch=headsets#3a9163a3f0ae5046c66f4286be6342c3def7c593" dependencies = [ "cosmic-pipewire", - "crossbeam-queue", "futures", "intmap", "libcosmic", @@ -1755,15 +1754,6 @@ dependencies = [ "cfg-if", ] -[[package]] -name = "crossbeam-queue" -version = "0.3.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" -dependencies = [ - "crossbeam-utils", -] - [[package]] name = "crossbeam-utils" version = "0.8.21" diff --git a/cosmic-applet-audio/Cargo.toml b/cosmic-applet-audio/Cargo.toml index bcd97cfb..f7dbb1e8 100644 --- a/cosmic-applet-audio/Cargo.toml +++ b/cosmic-applet-audio/Cargo.toml @@ -24,3 +24,4 @@ zbus.workspace = true [dependencies.cosmic-settings-sound-subscription] git = "https://github.com/pop-os/cosmic-settings" +branch = "headsets"