Changeset 94694a4 in mainline for uspace/srv/locsrv/locsrv.c


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

Add new audio-pcm category and register sb16/pcm in this categgory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/locsrv/locsrv.c

    rce047249 r94694a4  
    13681368        categ_dir_add_cat(&cdir, cat);
    13691369       
     1370        cat = category_new("audio-pcm");
     1371        categ_dir_add_cat(&cdir, cat);
     1372       
    13701373        return true;
    13711374}
Note: See TracChangeset for help on using the changeset viewer.