[DEV] remove alsa log
This commit is contained in:
parent
2b665e9383
commit
4d2758cc63
@ -1338,8 +1338,6 @@ void audio::orchestra::api::Alsa::callbackEventOneCycleMMAPWrite() {
|
|||||||
if (m_state == audio::orchestra::state_stopped) {
|
if (m_state == audio::orchestra::state_stopped) {
|
||||||
// !!! goto unlock;
|
// !!! goto unlock;
|
||||||
}
|
}
|
||||||
|
|
||||||
ATA_DEBUG("UPDATE");
|
|
||||||
int32_t avail = snd_pcm_avail_update(m_private->handle);
|
int32_t avail = snd_pcm_avail_update(m_private->handle);
|
||||||
if (avail < 0) {
|
if (avail < 0) {
|
||||||
ATA_ERROR("Can not get buffer data ..." << avail);
|
ATA_ERROR("Can not get buffer data ..." << avail);
|
||||||
|
Loading…
Reference in New Issue
Block a user