home-assistant / plugin-audio

Pulseaudio implementation for Home Assistant
Apache License 2.0
24 stars 13 forks source link

Fix Audio on ODROID-C4 #136

Closed agners closed 1 year ago

agners commented 1 year ago

With the new axg-sound-card sound card configuration ODROID-C4 gets a valid sound card now. However, startup doesn't complete since the sound card is not properly setup due to missing soundconfig. This leads to 100% CPU usage by the Audio plug-in on ODROID-C4.

This adds soundconfig for ODROID-C4 to fix the problem.

Fixes: https://github.com/home-assistant/operating-system/issues/2510