fix(sound): revert change in alsa device descriptions

Part of #1155
This commit is contained in:
Michael Aaron Murphy 2025-06-17 14:17:51 +02:00
parent 6e4f66a91f
commit df71f293b8
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
4 changed files with 171 additions and 124 deletions

View file

@ -63,7 +63,7 @@ serde = { version = "1.0.219", features = ["derive"] }
slab = "0.4.9"
slotmap = "1.0.7"
static_init = "1.0.3"
sunrise = "1.2.1"
sunrise = "2.1.0"
tachyonix = "0.3.1"
timedate-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings", optional = true }
tokio = { workspace = true, features = ["fs", "io-util", "sync"] }