mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
parent
b7cf316f24
commit
8fd2847a48
@ -156,8 +156,8 @@ class Audio_out::Stream
|
||||
{
|
||||
private:
|
||||
|
||||
unsigned _pos; /* current playback position */
|
||||
unsigned _tail; /* tail pointer used for allocations */
|
||||
unsigned _pos { 0 }; /* current playback position */
|
||||
unsigned _tail { 0 }; /* tail pointer used for allocations */
|
||||
Packet _buf[QUEUE_SIZE]; /* packet queue */
|
||||
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user