Changeset eb0ef51 in mainline for uspace/lib/drv/include/audio_pcm_iface.h
- Timestamp:
- 2013-04-10T21:41:10Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 876f5561
- Parents:
- 5b77efc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/audio_pcm_iface.h
r5b77efc reb0ef51 45 45 46 46 typedef enum { 47 /** Device is capable of audio capture */ 47 48 AUDIO_CAP_CAPTURE, 49 /** Device is capable of audio playback */ 48 50 AUDIO_CAP_PLAYBACK, 51 /** Maximum size of device buffer */ 49 52 AUDIO_CAP_MAX_BUFFER, 53 /** Device is capable of providing accurate buffer position info */ 50 54 AUDIO_CAP_BUFFER_POS, 55 /** Device is capable of event based playback or capture */ 51 56 AUDIO_CAP_INTERRUPT, 57 /** Minimal size of playback/record fragment */ 52 58 AUDIO_CAP_INTERRUPT_MIN_FRAMES, 59 /** Maximum size of playback/record fragment */ 53 60 AUDIO_CAP_INTERRUPT_MAX_FRAMES, 54 61 } audio_cap_t;
Note:
See TracChangeset
for help on using the changeset viewer.