Linux Kernel
3.7.1
|
#include <ice1712.h>
Data Fields | |
unsigned int | direction |
unsigned int | write_mask |
unsigned int | saved [2] |
void(* | set_mask )(struct snd_ice1712 *ice, unsigned int data) |
unsigned int(* | get_mask )(struct snd_ice1712 *ice) |
void(* | set_dir )(struct snd_ice1712 *ice, unsigned int data) |
unsigned int(* | get_dir )(struct snd_ice1712 *ice) |
void(* | set_data )(struct snd_ice1712 *ice, unsigned int data) |
unsigned int(* | get_data )(struct snd_ice1712 *ice) |
void(* | set_pro_rate )(struct snd_ice1712 *ice, unsigned int rate) |
void(* | i2s_mclk_changed )(struct snd_ice1712 *ice) |
unsigned int(* get_data)(struct snd_ice1712 *ice) |
unsigned int(* get_dir)(struct snd_ice1712 *ice) |
unsigned int(* get_mask)(struct snd_ice1712 *ice) |
void(* i2s_mclk_changed)(struct snd_ice1712 *ice) |
void(* set_data)(struct snd_ice1712 *ice, unsigned int data) |
void(* set_dir)(struct snd_ice1712 *ice, unsigned int data) |
void(* set_mask)(struct snd_ice1712 *ice, unsigned int data) |
void(* set_pro_rate)(struct snd_ice1712 *ice, unsigned int rate) |