mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +00:00
dde_bsd: remove diagnostic depletion message
Issue genodelabs/genode#5167.
This commit is contained in:
parent
22281c18ec
commit
a6b8d382a9
@ -492,8 +492,6 @@ struct Stereo_output : Noncopyable
|
|||||||
{
|
{
|
||||||
using Samples_ptr = Record::Connection::Samples_ptr;
|
using Samples_ptr = Record::Connection::Samples_ptr;
|
||||||
|
|
||||||
bool const orig_depleted = depleted;
|
|
||||||
|
|
||||||
Record::Num_samples const num_samples { SAMPLES_PER_PERIOD };
|
Record::Num_samples const num_samples { SAMPLES_PER_PERIOD };
|
||||||
|
|
||||||
auto clamped = [&] (float v)
|
auto clamped = [&] (float v)
|
||||||
@ -523,9 +521,6 @@ struct Stereo_output : Noncopyable
|
|||||||
clear();
|
clear();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
if (orig_depleted != depleted && depleted)
|
|
||||||
log("recording depleted");
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user