winecoreaudio: revert unix_set_volumes
I was able to replicate the issue seen in Bug 58113 on my M1.
The issue stems from the usage of AudioDevicePropertyVolumeScalar, which the audio driver for the M1 does not support (at least so it appears.) Using AudioObjectIsPropertySettable allows for fast checking for this situation, including preemptively disabling main channel audio if it appears to be unsupported.
Edited by Ada Ahmed