Changeset cd8f19d in mainline for uspace/srv/audio/hound/audio_sink.c


Ignore:
Timestamp:
2012-07-17T08:57:08Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aef1799
Parents:
e6bba8f
Message:

hound: Silence buffer instead of zeroing it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/audio/hound/audio_sink.c

    re6bba8f rcd8f19d  
    164164        assert(dest);
    165165
    166         bzero(dest, size);
     166        pcm_format_silence(dest, size, &sink->format);
    167167        list_foreach(sink->sources, it) {
    168168                audio_source_t *source = audio_source_list_instance(it);
Note: See TracChangeset for help on using the changeset viewer.