Very often after distro upgrades where kernel and/or pipewire are updated sound disappears and I need to use this workaround all the time:
sudo systemctl --user --global unmask pipewire-pulse.socket pipewire-pulse.service
systemctl --user enable --now pipewire pipewire-pulse
Why it can’t be done automatically with zypper dup
?!