Skip to content

Fix for SoundDevShutDownIn and StopASIFDMAADC stubs

Bitbucket Importer requested to merge bitbucket/merged-pr-871 into branch/crop_rec_4k

Created originally on Bitbucket by daniel_fort (Daniel Fort)

Was already merged in Bitbucket before import, marked as merged by the import user

The current method of stopping the audio in the mlv_snd module for some models is to invoke SoundDevShutDownIn. However, no camera actually does this. Instead some models require StopASIFDMAADC and on the 6D, 70D, 100D and up until commit 7ed2076d5cff the EOSM the address for StopASIFDMAADC was used for SoundDevShutDownIn as a workaround. This pull request eliminates the need for that workaround.

Forum discussion: Will the real SoundDevShutDownIn please stand up

Merge request reports