mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-16 22:21:21 +00:00
stm32-f4discovery-cc256x: audio hal stop stream on close
This commit is contained in:
parent
163d9175bb
commit
bc4cd0ef3e
@ -177,7 +177,7 @@ void hal_audio_sink_stop(void){
|
||||
*/
|
||||
void hal_audio_sink_close(void){
|
||||
if (playback_started){
|
||||
hal_audio_sink_close();
|
||||
hal_audio_sink_stop();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user