Changeset 7978d1e7 in mainline for uspace/drv/audio/hdaudio/hdaudio.h


Ignore:
Timestamp:
2014-08-14T08:56:27Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8d070710
Parents:
b229062
Message:

Initialize CORB and RIRB.

File:
1 edited

Legend:

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

    rb229062 r7978d1e7  
    3030 * @{
    3131 */
    32 /** @file High Definition Audio controller
     32/** @file High Definition Audio driver
    3333 */
    3434
     
    4040#include <stdint.h>
    4141
    42 #include "hdaudio_regs.h"
     42#include "spec/regs.h"
    4343
    44 /** High Definition Audio Controller */
     44/** High Definition Audio driver instance */
    4545typedef struct {
    4646        async_sess_t *parent_sess;
Note: See TracChangeset for help on using the changeset viewer.