Changeset c799138 in mainline for uspace/srv/audio/hound/hound.h


Ignore:
Timestamp:
2013-04-11T01:34:41Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
250828a
Parents:
f0a647c
Message:

hound: doxygen and cleanup

File:
1 edited

Legend:

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

    rf0a647c rc799138  
    4949#include "audio_sink.h"
    5050
    51 
     51/** The main Hound structure */
    5252typedef struct {
     53        /** List access guard */
    5354        fibril_mutex_t list_guard;
     55        /** enumerated devices */
    5456        list_t devices;
     57        /** registered contexts */
    5558        list_t contexts;
     59        /** Provided sources */
    5660        list_t sources;
     61        /** Provided sinks */
    5762        list_t sinks;
     63        /** Existing connections. */
    5864        list_t connections;
    5965} hound_t;
Note: See TracChangeset for help on using the changeset viewer.