Ignore:
File:
1 edited

Legend:

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

    r2fbd49c r1433ecda  
    4141#include <stdbool.h>
    4242#include <fibril.h>
    43 #include <fibril_synch.h>
    4443#include <pcm/format.h>
    4544
     
    5251        /** Link in hound's sink list */
    5352        link_t link;
    54         /** Protect sink including list of connections */
    55         fibril_mutex_t lock;
    5653        /** List of all related connections */
    5754        list_t connections;
Note: See TracChangeset for help on using the changeset viewer.