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

#include <at73c213.h>

Data Fields

int ssc_id
 
struct clkdac_clk
 
char shortname [32]
 

Detailed Description

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.

Field Documentation

struct clk* dac_clk

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.


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