Speakers not detected after Manjaro KDE update

Hi. I have been running Logitech speakers fine up until this morning when I ran an update. (majaro-kde-settings: 20210806 → 20210813-1). My headset is still detected, but my Logitech speakers are not.

inxi

System:
  Kernel: 5.10.56-1-MANJARO x86_64 bits: 64 compiler: gcc v: 11.1.0 
  parameters: BOOT_IMAGE=/boot/vmlinuz-5.10-x86_64 
  root=UUID=bbebcafb-26e2-4732-9cb9-eb6617a0551c rw quiet apparmor=1 
  security=apparmor udev.log_priority=3 
  Desktop: KDE Plasma 5.22.4 tk: Qt 5.15.2 wm: kwin_x11 vt: 1 dm: SDDM 
  Distro: Manjaro Linux base: Arch Linux 

Audio:
  Device-1: AMD Navi 10 HDMI Audio driver: snd_hda_intel v: kernel 
  bus-ID: 2f:00.1 chip-ID: 1002:ab38 class-ID: 0403 
  Device-2: AMD Starship/Matisse HD Audio vendor: Micro-Star MSI 
  driver: snd_hda_intel v: kernel bus-ID: 31:00.4 chip-ID: 1022:1487 
  class-ID: 0403 
  Sound Server-1: ALSA v: k5.10.56-1-MANJARO running: yes 
  Sound Server-2: JACK v: 1.9.19 running: no 
  Sound Server-3: PulseAudio v: 15.0 running: yes 
  Sound Server-4: PipeWire v: 0.3.33 running: yes

lspci | grep -i audio

2f:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 HDMI Audio
31:00.4 Audio device: Advanced Micro Devices, Inc. [AMD] Starship/Matisse HD Audio Controller

Device 1 and 2 are my monitor and headset, my speakers should be the third.

system data shows 2 sound servers running

Sound Server-3: PulseAudio v: 15.0 running: yes 
Sound Server-4: PipeWire v: 0.3.33 running: yes

Pipewire might be trying to take control of audio devices from PulseAudio
But Pipewire cannot work unless all PulseAudio packages are replaced with Pipewire dependencies

You can either disable the pipewire systemd socket and service to continue using PulseAudio

systemctl --user mask --now pipewire.socket && systemctl --user stop pipewire.service

Or Install manjaro-pipewire to get the additional dependency files for Pipewire and remove PulseAudio