Changeset 57a2208 in mainline for uspace/srv/audio/hound/main.c


Ignore:
Timestamp:
2014-09-09T22:10:03Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c4f67c8
Parents:
b14e9749
Message:

Hound should use the logging framework. Prevent hdaudio from sending frames played event after sending playback termination event. Remove unnecessary delays.

File:
1 edited

Legend:

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

    rb14e9749 r57a2208  
    7171        printf("%s: HelenOS sound service\n", NAME);
    7272
     73        if (log_init(NAME) != EOK) {
     74                printf(NAME ": Failed to initialize logging.\n");
     75                return 1;
     76        }
     77
    7378        int ret = hound_init(&hound);
    7479        if (ret != EOK) {
Note: See TracChangeset for help on using the changeset viewer.