Ignore:
Timestamp:
2014-08-14T11:12:19Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d2d5329
Parents:
7978d1e7
Message:

Say hello to root node.

File:
1 edited

Legend:

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

    r7978d1e7 r8d070710  
    7070        hda_spdif_ctl_set1 = 0x70d,
    7171        /** S/PDIF Converter Control / Set 2 */
    72         hda_spdif_ctl_set1 = 0x70e,
     72        hda_spdif_ctl_set2 = 0x70e,
    7373        /** S/PDIF Converter Control / Set 3 */
    74         hda_spdif_ctl_set1 = 0x73e,
     74        hda_spdif_ctl_set3 = 0x73e,
    7575        /** S/PDIF Converter Control / Set 4 */
    76         hda_spdif_ctl_set1 = 0x73f,
     76        hda_spdif_ctl_set4 = 0x73f,
    7777        /** Power State / Get */
    7878        hda_power_state_get = 0xf05,
     
    9191        /** Enable VRef / Set */
    9292        hda_enable_vref_set = 0x707,
    93         /** Connection Select Control / Get */
    94         hda_conn_sel_get = 0xf08,
    95         /** Connection Select Control / Set */
    96         hda_conn_sel_set = 0x708
     93        /** Unsolicited Response Control / Get */
     94        hda_unsol_resp_get = 0xf08,
     95        /** Unsolicied Response Control / Set */
     96        hda_unsol_resp_set = 0x708
    9797} hda_verb_t;
    9898
Note: See TracChangeset for help on using the changeset viewer.