mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +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){
|
void hal_audio_sink_close(void){
|
||||||
if (playback_started){
|
if (playback_started){
|
||||||
hal_audio_sink_close();
|
hal_audio_sink_stop();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user