mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
parent
b9e12d7c23
commit
5ceba11982
@ -89,7 +89,7 @@ class Audio_out::Packet
|
||||
* \param data frames to copy in
|
||||
* \param size number of frames to copy
|
||||
*/
|
||||
void content(float *data, Genode::size_t samples)
|
||||
void content(float const *data, Genode::size_t samples)
|
||||
{
|
||||
Genode::memcpy(_data, data, (samples > PERIOD ? PERIOD : samples) * SAMPLE_SIZE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user