Update drv_sound.c

This commit is contained in:
ZHU Hao 2021-06-22 14:12:05 +08:00 committed by GitHub
parent 7c259a05c2
commit d0a9402583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -388,8 +388,6 @@ static rt_err_t sound_stop(struct rt_audio_device *audio, int stream)
if (stream == AUDIO_STREAM_REPLAY)
{
// DACDIGCON0 = 0;
// AUBUFCON &= ~BIT(4);
LOG_D("close sound device");
}