Pipewire broken completely

Manjaro fails to detect any audio devices. Here are some log outputs:

systemctl --user status pipewire 
● pipewire.service - PipeWire Multimedia Service
     Loaded: loaded (/usr/lib/systemd/user/pipewire.service; enabled; preset: enabled)
     Active: active (running) since Wed 2022-12-28 13:03:46 EET; 26s ago
TriggeredBy: ● pipewire.socket
   Main PID: 8231 (pipewire)
      Tasks: 4 (limit: 38352)
     Memory: 2.9M
        CPU: 13ms
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire.service
             └─8231 /usr/bin/pipewire

дек 28 13:03:46 ivan-workplace systemd[2026]: Started PipeWire Multimedia Service.
дек 28 13:03:46 ivan-workplace pipewire[8231]: mod.rt: RTKit error: org.freedesktop.DBus.Error.AccessDenied
дек 28 13:03:46 ivan-workplace pipewire[8231]: mod.rt: could not set nice-level to -11: Permission denied
дек 28 13:03:46 ivan-workplace pipewire[8231]: mod.rt: RTKit error: org.freedesktop.DBus.Error.AccessDenied
дек 28 13:03:46 ivan-workplace pipewire[8231]: mod.rt: could not make thread 8238 realtime using RTKit: Permission denied
дек 28 13:03:46 ivan-workplace pipewire[8231]: [0:24:57.820479156] [8231]  INFO Camera camera_manager.cpp:299 libcamera v0.0.2

systemctl --user status wireplumber
● wireplumber.service - Multimedia Service Session Manager
     Loaded: loaded (/usr/lib/systemd/user/wireplumber.service; enabled; preset: enabled)
     Active: active (running) since Wed 2022-12-28 12:55:04 EET; 6s ago
   Main PID: 7468 (wireplumber)
      Tasks: 6 (limit: 38352)
     Memory: 4.3M
        CPU: 32ms
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/wireplumber.service
             └─7468 /usr/bin/wireplumber

дек 28 12:55:04 ivan-workplace systemd[2026]: Started Multimedia Service Session Manager.
дек 28 12:55:04 ivan-workplace wireplumber[7468]: Failed to set scheduler settings: Operation not permitted
дек 28 12:55:04 ivan-workplace wireplumber[7468]: SPA handle 'api.alsa.enum.udev' could not be loaded; is it installed?
дек 28 12:55:04 ivan-workplace wireplumber[7468]: PipeWire's SPA ALSA udev plugin("api.alsa.enum.udev")missing or broken. Sound Cards cannot be enumerated
дек 28 12:55:04 ivan-workplace wireplumber[7468]: SPA handle 'api.bluez5.enum.dbus' could not be loaded; is it installed?
дек 28 12:55:04 ivan-workplace wireplumber[7468]: PipeWire's BlueZ SPA missing or broken. Bluetooth not supported.
дек 28 12:55:04 ivan-workplace wireplumber[7468]: [0:16:16.583373943] [7468]  INFO Camera camera_manager.cpp:299 libcamera v0.0.2
дек 28 12:55:04 ivan-workplace wireplumber[7468]: <WpNode:0x55b600b80680> Object activation aborted: PipeWire proxy destroyed
дек 28 12:55:04 ivan-workplace wireplumber[7468]: <WpPortalPermissionStorePlugin:0x55b600a93780> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
дек 28 12:55:04 ivan-workplace wireplumber[7468]: <WpPortalPermissionStorePlugin:0x55b600a93780> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Wed 2022-12-28 13:33:25 EET; 37min left
       Docs: man:bluetoothd(8)
   Main PID: 1146 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 38352)
     Memory: 2.6M
        CPU: 39ms
     CGroup: /system.slice/bluetooth.service
             └─1146 /usr/lib/bluetooth/bluetoothd

дек 28 13:33:25 ivan-workplace systemd[1]: Started Bluetooth service.
дек 28 13:33:25 ivan-workplace bluetoothd[1146]: Starting SDP server
дек 28 13:33:25 ivan-workplace bluetoothd[1146]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
дек 28 13:33:25 ivan-workplace bluetoothd[1146]: src/plugin.c:plugin_init() Failed to init vcp plugin
дек 28 13:33:25 ivan-workplace bluetoothd[1146]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
дек 28 13:33:25 ivan-workplace bluetoothd[1146]: src/plugin.c:plugin_init() Failed to init mcp plugin
дек 28 13:33:25 ivan-workplace bluetoothd[1146]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
дек 28 13:33:25 ivan-workplace bluetoothd[1146]: src/plugin.c:plugin_init() Failed to init bap plugin
дек 28 13:33:25 ivan-workplace bluetoothd[1146]: Bluetooth management interface 1.21 initialized
дек 28 12:44:14 ivan-workplace bluetoothd[1146]: src/service.c:btd_service_connect() a2dp-sink profile connect failed for 88:C9:E8:47:95:96: Protocol not available

When trying to connect my headphones I get br-connection-profile-unavailable.
Just yesterday everything was working fine on 5.19 kernel, today when I booted up the system said that it’s unsupported. Also, firefox was crashing constantly. Then I switched to 6.1, 6.0.5 and 5.15 but the issue is exactly the same everywhere.