mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user