Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
at73c213.h
Go to the documentation of this file.
1 /*
2  * Board-specific data used to set up AT73c213 audio DAC driver.
3  */
4 
5 #ifndef __LINUX_SPI_AT73C213_H
6 #define __LINUX_SPI_AT73C213_H
7 
20  int ssc_id;
21  struct clk *dac_clk;
22  char shortname[32];
23 };
24 
25 #endif /* __LINUX_SPI_AT73C213_H */