Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Upgraded volume calculations to preserve relative positions when hitting the min or max setting via source volume bar
* Update our spotify provider `go-librespot` to `0.7.3`
* Upgrade from Logitech Media Server 8.5.2 to Lyrion Music Server 9.0.3
* Disabled USB autosuspend for the CM6206 USB audio device

# 0.4.11
* System
Expand Down
3 changes: 3 additions & 0 deletions config/85-amplipi-usb-audio.rules
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
ACTION=="add", SUBSYSTEM=="sound", DEVPATH=="/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3\:1.0/sound/card?", ATTR{id}="cmedia8chint"

# Disable USB autosuspend for CM6206 audio codec to prevent mid-stream suspend hang
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0d8c", ATTR{power/control}="on"