Changeset 93c3163 in mainline for uspace/drv/audio/hdaudio/hdaudio.h


Ignore:
Timestamp:
2014-08-25T22:11:12Z (11 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
99cb9bf
Parents:
31ccd42a
Message:

Dummy pcm_iface.

File:
1 edited

Legend:

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

    r31ccd42a r93c3163  
    4545typedef struct hda {
    4646        async_sess_t *parent_sess;
    47         ddf_fun_t *fun_a;
     47        ddf_fun_t *fun_pcm;
    4848        uint64_t rwbase;
    4949        size_t rwsize;
Note: See TracChangeset for help on using the changeset viewer.