Ignore:
Timestamp:
2013-03-16T18:38:27Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9df99a17
Parents:
92b59c7
Message:

libdrv: Add open default device helper function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/audio_pcm_iface.h

    r92b59c7 r6606378  
    6969
    7070audio_pcm_sess_t *audio_pcm_open(const char *);
     71audio_pcm_sess_t *audio_pcm_open_default(void);
    7172audio_pcm_sess_t *audio_pcm_open_service(service_id_t service);
    7273void audio_pcm_close(audio_pcm_sess_t *);
Note: See TracChangeset for help on using the changeset viewer.