Merge pull request #9788 from sepalani/dsp-rate

AudioInterface: Fix AIDFR initialization
This commit is contained in:
Léo Lam 2021-06-13 12:55:31 +02:00 committed by GitHub
commit 0cc1fc37b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,6 +142,7 @@ void Init()
{
s_control.hex = 0;
s_control.AISFR = AIS_48KHz;
s_control.AIDFR = AID_32KHz;
s_volume.hex = 0;
s_sample_counter = 0;
s_interrupt_timing = 0;