Hi
I use this code to change the volume at CODEC init. But later on while the codec is running I do the same thing and the CODEC ignores it..
Please recommend what I should be doing. Is there a sequence to change volume.
;Volume contol Left; (-12.0bB)0x68 to (20.0dB)0x28, 7 bits: D6 - D0
AC1 = 83
AR1 = 0x28 ;0x28: 20.0dB
call i2c_WriteData8
;Volume contol Right
AC1 = 84
AR1 = 0x28
call i2c_WriteData8