Linux Kernel
3.7.1
|
#include <asoc-s3c.h>
Data Fields | |
int(* | cfg_gpio )(struct platform_device *) |
union { | |
struct samsung_i2s i2s | |
} | type |
struct s3c_audio_pdata - common platform data for audio device drivers : Callback function to setup mux'ed pins in I2S/PCM/AC97 mode
Definition at line 54 of file asoc-s3c.h.
int(* cfg_gpio)(struct platform_device *) |
Definition at line 55 of file asoc-s3c.h.
struct samsung_i2s i2s |
Definition at line 57 of file asoc-s3c.h.
union { ... } type |