oh my god mk11174 im a long time reader but i just made an account just to say thank you so much for this audio module! ive been waiting for this and it works great!!

Thats great!
Here are the Audio Stubs I added, not all are used for just the meters and mlv_snd but I found them anyway just in case needed in future if someone gets the patches made up to turn on more ML Audio features.
Maybe someone can add them to the repo so will be available in nightly builds?
stubs.s
/** Audio **/
NSTUB(0xFF335394, _audio_ic_write)
NSTUB(0xFF3359E0, _audio_ic_read)
NSTUB(0xFF10A9D0, sounddev_task )
NSTUB( 0x239E4, sounddev )
NSTUB(0xFF10AEBC, sounddev_active_in)
NSTUB(0xFF10B6F4, SoundDevStopIn)
NSTUB(0xFF10B7C4, SoundDevStopOut)
NSTUB(0xFF10AEBC, SoundDevActiveIn)
NSTUB(0xFF10B118, SoundDevActiveOut)
NSTUB(0xFF10B0D8, SoundDevShutDownIn)
NSTUB(0xFF1326EC, send_audio)
NSTUB(0xFF7F27F4, audio_thresholds)
internals.h
#define CONFIG_BEEP
features.h
#define FEATURE_AUDIO_METERS
#define FEATURE_BEEP
Also need to remove defined(CONFIG_650D) from audio-common.c in line 8 to correct threshold error when compiling.
UPDATE: I already merged changes 8]