Continuing the discussion from [Stable Update] 2021-09-04 - Kernels, Wine, Deepin, KDE Gear, Maui-Kit, Plasma:
The forum post you linked to has a link to Manjaro Gitlab patch to disable the udev rule
bad60808 - [hybrid-nvidia] disable disabling HDMI-Audio
Some users could edit the file /etc/udev/rules.d/90-mhwd-prime-powermanagement.rules
and add a comment tag ‘#’ , but less experienced users might need a more reliable solution
Please post response to this command to show the rule
grep -A1 'Remove NVIDIA Audio` /etc/udev/rules.d/90-mhwd-prime-powermanagement.rules
A sed
command would be able to search for the text of this rule and prepend a comment tag