diff --git a/devices/ioctrl/amic.cpp b/devices/ioctrl/amic.cpp index 9fe3f8e..9404f7b 100644 --- a/devices/ioctrl/amic.cpp +++ b/devices/ioctrl/amic.cpp @@ -546,7 +546,6 @@ DmaPullResult AmicSndOutDma::pull_data(uint32_t req_len, uint32_t *avail_len, // if it's false stop delivering sound data // this will effectively stop audio playback if (this->snd_buf_num && !this->enabled) { - this->cur_buf_pos = 0; return DmaPullResult::NoMoreData; }