Ignore:
Timestamp:
2013-03-24T14:09:11Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2ba4d45
Parents:
7294b5b
Message:

libhound: Handle default target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/hound/include/hound/client.h

    r7294b5b rec81221  
    4141#include <pcm/format.h>
    4242
    43 #define DEFAULT_SINK "default"
    44 #define DEFAULT_SOURCE "default"
     43#define HOUND_DEFAULT_TARGET "default"
     44#define HOUND_ALL_TARGETS "all"
     45#define DEFAULT_SINK "default" //DEPRECATED
    4546
    4647typedef struct hound_context hound_context_t;
Note: See TracChangeset for help on using the changeset viewer.