Determine Native Audio Output Sampling Frequency

I find that if I don’t use the native sampling frequency when using Mix_OpenAudio it will cause massive CPU load. Is there a method in SDL to allows me to determine the native rate at runtime? Maybe I’m doing something wrong to cause the CPU load?

The default native on Windows appears to be 44100Hz while ALSA is 48000Hz

Thanks for any advice.