Ignore:
Timestamp:
2013-04-10T21:41:10Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
876f5561
Parents:
5b77efc
Message:

libdrv: few more comments

use ARRAY_SIZE macro

File:
1 edited

Legend:

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

    r5b77efc reb0ef51  
    4545
    4646typedef enum {
     47        /** Device is capable of audio capture */
    4748        AUDIO_CAP_CAPTURE,
     49        /** Device is capable of audio playback */
    4850        AUDIO_CAP_PLAYBACK,
     51        /** Maximum size of device buffer */
    4952        AUDIO_CAP_MAX_BUFFER,
     53        /** Device is capable of providing accurate buffer position info */
    5054        AUDIO_CAP_BUFFER_POS,
     55        /** Device is capable of event based playback or capture */
    5156        AUDIO_CAP_INTERRUPT,
     57        /** Minimal size of playback/record fragment */
    5258        AUDIO_CAP_INTERRUPT_MIN_FRAMES,
     59        /** Maximum size of playback/record fragment */
    5360        AUDIO_CAP_INTERRUPT_MAX_FRAMES,
    5461} audio_cap_t;
Note: See TracChangeset for help on using the changeset viewer.