Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
snd_ac97_bus_ops Struct Reference

#include <ac97_codec.h>

Data Fields

void(* reset )(struct snd_ac97 *ac97)
 
void(* warm_reset )(struct snd_ac97 *ac97)
 
void(* write )(struct snd_ac97 *ac97, unsigned short reg, unsigned short val)
 
unsigned short(* read )(struct snd_ac97 *ac97, unsigned short reg)
 
void(* wait )(struct snd_ac97 *ac97)
 
void(* init )(struct snd_ac97 *ac97)
 

Detailed Description

Definition at line 439 of file ac97_codec.h.

Field Documentation

void(* init)(struct snd_ac97 *ac97)

Definition at line 445 of file ac97_codec.h.

unsigned short(* read)(struct snd_ac97 *ac97, unsigned short reg)

Definition at line 443 of file ac97_codec.h.

void(* reset)(struct snd_ac97 *ac97)

Definition at line 440 of file ac97_codec.h.

void(* wait)(struct snd_ac97 *ac97)

Definition at line 444 of file ac97_codec.h.

void(* warm_reset)(struct snd_ac97 *ac97)

Definition at line 441 of file ac97_codec.h.

void(* write)(struct snd_ac97 *ac97, unsigned short reg, unsigned short val)

Definition at line 442 of file ac97_codec.h.


The documentation for this struct was generated from the following file: