Ignore:
Timestamp:
2014-08-26T19:42:40Z (11 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2f6b916
Parents:
1e92bc3
Message:

Dump connection lists.

File:
1 edited

Legend:

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

    r1e92bc3 r9bae8b8  
    235235        hda_out_amp_caps = 0x12,
    236236        /** Connection List Length */
    237         hda_clist_len = 0xe,
     237        hda_clist_len = 0x0e,
    238238        /** Supported Power States */
    239239        hda_supp_pwr_states = 0x0f,
     
    275275        fgrp_vdmfg = 0x02
    276276} hda_fgrp_type_t;
     277
     278/** Connection List Length Response bits */
     279typedef 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;
    277287
    278288/** Audio Widget Capabilities Bits */
Note: See TracChangeset for help on using the changeset viewer.