Linux Kernel
3.7.1
|
#include <at73c213.h>
Data Fields | |
int | ssc_id |
struct clk * | dac_clk |
char | shortname [32] |
at73c213_board_info - how the external DAC is wired to the device.
: SSC platform_driver id the DAC shall use to stream the audio. : the external clock used to provide master clock to the DAC. : a short discription for the DAC, seen by userspace tools.
This struct contains the configuration of the hardware connection to the external DAC. The DAC needs a master clock and a I2S audio stream. It also provides a name which is used to identify it in userspace tools.
Definition at line 19 of file at73c213.h.
Definition at line 21 of file at73c213.h.
char shortname[32] |
Definition at line 22 of file at73c213.h.
int ssc_id |
Definition at line 20 of file at73c213.h.