Changeset 1e92bc3 in mainline for uspace/drv/audio/hdaudio/codec.h


Ignore:
Timestamp:
2014-08-26T15:32:19Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9bae8b8
Parents:
c67195c
Message:

Enable interrupt in IRC and max all input and output amps.

File:
1 edited

Legend:

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

    rc67195c r1e92bc3  
    3838#include "hdaudio.h"
    3939
     40#define MAX_OUT_AW 256
     41
    4042typedef struct hda_codec {
    4143        hda_t *hda;
    4244        uint8_t address;
    4345        uint8_t out_aw;
     46        uint8_t out_aw_list[MAX_OUT_AW];
     47        int out_aw_num;
     48        int out_aw_sel;
    4449} hda_codec_t;
    4550
Note: See TracChangeset for help on using the changeset viewer.