Ignore:
File:
1 edited

Legend:

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

    r0d59ea7e r5a6cc679  
    11/*
    2  * Copyright (c) 2022 Jiri Svoboda
     2 * Copyright (c) 2014 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3939#include "stream.h"
    4040
     41#define MAX_OUT_AW 256
     42
    4143typedef struct hda_codec {
    4244        hda_t *hda;
    4345        uint8_t address;
    44         int out_aw;
    45         uint32_t out_aw_rates;
    46         uint32_t out_aw_formats;
     46        uint8_t out_aw_list[MAX_OUT_AW];
    4747        int out_aw_num;
    4848        int out_aw_sel;
    4949        int in_aw;
    50         uint32_t in_aw_rates;
    51         uint32_t in_aw_formats;
    5250} hda_codec_t;
    5351
Note: See TracChangeset for help on using the changeset viewer.