Changeset d2d5329 in mainline for uspace/drv/audio/hdaudio/hdactl.h


Ignore:
Timestamp:
2014-08-14T14:21:28Z (11 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
65b09c1
Parents:
8d070710
Message:

Discover function groups and widgets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/hdaudio/hdactl.h

    r8d070710 rd2d5329  
    4747        size_t rirb_entries;
    4848        size_t rirb_rp;
     49
     50        struct hda_codec *codec;
    4951} hda_ctl_t;
    5052
    5153extern hda_ctl_t *hda_ctl_init(hda_t *);
    5254extern void hda_ctl_fini(hda_ctl_t *);
     55extern int hda_cmd(hda_t *, uint32_t, uint32_t *);
    5356
    5457#endif
Note: See TracChangeset for help on using the changeset viewer.