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