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


Ignore:
Timestamp:
2014-08-16T15:34:44Z (11 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a333b7f
Parents:
65b09c1
Message:

Stream management. Attempt some playback.

File:
1 edited

Legend:

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

    r65b09c1 r1412a184  
    3636#define HDACTL_H
    3737
     38#include <stdbool.h>
    3839#include "hdaudio.h"
    3940
    4041typedef struct hda_ctl {
     42        bool ok64bit;
     43        int iss;
     44        int oss;
     45        int bss;
     46
    4147        uintptr_t corb_phys;
    4248        void *corb_virt;
Note: See TracChangeset for help on using the changeset viewer.