[TRACKING] Linux Fedora 39 Internal Microphone not found

Disregard broke everything

Finally got it work
sudo cp -a /usr/share/wireplumber/main.lua.d/50-alsa-config.lua /etc/wireplumber/main.lua.d/50-alsa-config.lua
Copy the system config to /etc then edit that file and add

...
alsa_monitor.rules = {
    {
        ...
        apply_properties = {
            -- Use ALSA-Card-Profile devices. They use UCM or the profile
            -- configuration to configure the device and mixer settings.

            --- comment out below line
            -- ["api.alsa.use-acp"] = true,
 
            -- Use UCM instead of profile when available. Can be
            -- disabled to skip trying to use the UCM profile.

            -- un-comment
            ["api.alsa.use-ucm"] = true,
...

Then restart pipewire wireplumber

systemctl --user restart wireplumber pipewire pipewire-pulse

EDIT this breaks the 3.5mm jack