ErosQNative: Remove duplicate play_last_sample() call
My brain dun goofed, oops Change-Id: Ifd57310f3ba105cdc37c4342691cbc589a492310
This commit is contained in:
parent
c0a59b9a6a
commit
e0468074fe
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ void audiohw_init(void)
|
|||
aic_set_i2s_mode(AIC_I2S_MASTER_MODE);
|
||||
audiohw_set_frequency(HW_FREQ_48);
|
||||
|
||||
aic_set_play_last_sample(true);
|
||||
aic_enable_i2s_master_clock(true);
|
||||
aic_enable_i2s_bit_clock(true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue