Ignore:
Timestamp:
2014-08-16T15:34:44Z (11 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a333b7f
Parents:
65b09c1
Message:

Stream management. Attempt some playback.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/hdaudio/spec/codec.h

    r65b09c1 r1412a184  
    336336} hda_awidget_type_t;
    337337
     338/** Converter Control bits */
     339typedef enum {
     340        /** Stream (H) */
     341        cctl_stream_h = 7,
     342        /** Stream (L) */
     343        cctl_stream_l = 4,
     344        /** Channel (H) */
     345        cctl_channel_h = 3,
     346        /** Channel (L) */
     347        cctl_channel_l = 0
     348} hda_converter_ctl_bits_t;
     349
    338350#endif
    339351
Note: See TracChangeset for help on using the changeset viewer.