Skip to content
Merged
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 @@ -7,6 +7,7 @@
* Upgrade from Logitech Media Server 8.5.2 to Lyrion Music Server 9.0.3
* Added in-place preamp recovery when I2C writes fail persistently
* Fixed all loopback dmix devices sharing one ipc_key in asound.conf, which made loopback playback devices intermittently fail to open with EINVAL (#957)
* Disabled USB autosuspend for the CM6206 USB audio device
* Web App
* Add warning for older versions of the webapp running on newer backends

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"
Loading