mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[client] audio: remove duplicated line
This commit is contained in:
parent
07c92ec2e8
commit
73dc08e5f9
@ -129,8 +129,6 @@ void playbackStopNL(void)
|
|||||||
app_unregisterGraph(audio.playback.graph);
|
app_unregisterGraph(audio.playback.graph);
|
||||||
ringbuffer_free(&audio.playback.timings);
|
ringbuffer_free(&audio.playback.timings);
|
||||||
}
|
}
|
||||||
|
|
||||||
audio.playback.state = STREAM_STATE_STOP;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int playbackPullFrames(uint8_t ** data, int frames)
|
static int playbackPullFrames(uint8_t ** data, int frames)
|
||||||
|
Loading…
Reference in New Issue
Block a user