Changeset 9bae8b8 in mainline for uspace/drv/audio/hdaudio/spec/codec.h
- Timestamp:
- 2014-08-26T19:42:40Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2f6b916
- Parents:
- 1e92bc3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/hdaudio/spec/codec.h
r1e92bc3 r9bae8b8 235 235 hda_out_amp_caps = 0x12, 236 236 /** Connection List Length */ 237 hda_clist_len = 0x e,237 hda_clist_len = 0x0e, 238 238 /** Supported Power States */ 239 239 hda_supp_pwr_states = 0x0f, … … 275 275 fgrp_vdmfg = 0x02 276 276 } hda_fgrp_type_t; 277 278 /** Connection List Length Response bits */ 279 typedef enum { 280 /** Long Form */ 281 cll_longform = 7, 282 /** Connection List Length (H) */ 283 cll_len_h = 6, 284 /** Connection List Length (L) */ 285 cll_len_l = 0 286 } hda_clist_len_bits_t; 277 287 278 288 /** Audio Widget Capabilities Bits */
Note:
See TracChangeset
for help on using the changeset viewer.