Framework too

This commit is contained in:
David Heinemeier Hansson
2026-03-24 20:43:56 +01:00
parent a6ea7f50e4
commit 43de5df392
5 changed files with 4 additions and 4 deletions
@@ -0,0 +1,5 @@
AMD_AUDIO_CARD=$(pactl list cards 2>/dev/null | grep -B20 "Family 17h/19h" | grep "Name: " | awk '{print $2}' || true)
if [[ -n $AMD_AUDIO_CARD ]]; then
pactl set-card-profile "$AMD_AUDIO_CARD" "HiFi (Mic1, Mic2, Speaker)" 2>/dev/null || true
fi