Linux Kernel
3.7.1
|
Data Fields | |
struct snd_soc_dai_link | dai [2] |
struct snd_soc_card | card |
unsigned int | dai_format |
unsigned int | codec_clk_direction |
unsigned int | cpu_clk_direction |
unsigned int | clk_frequency |
unsigned int | ssi_id |
unsigned int | dma_id [2] |
unsigned int | dma_channel_id [2] |
char | codec_dai_name [DAI_NAME_SIZE] |
char | platform_name [2][DAI_NAME_SIZE] |
mpc8610_hpcd_data: machine-specific ASoC device data
This structure contains data for a single sound platform device on an MPC8610 HPCD. Some of the data is taken from the device tree.
Definition at line 33 of file mpc8610_hpcd.c.
struct snd_soc_card card |
Definition at line 35 of file mpc8610_hpcd.c.
unsigned int clk_frequency |
Definition at line 39 of file mpc8610_hpcd.c.
unsigned int codec_clk_direction |
Definition at line 37 of file mpc8610_hpcd.c.
char codec_dai_name[DAI_NAME_SIZE] |
Definition at line 43 of file mpc8610_hpcd.c.
unsigned int cpu_clk_direction |
Definition at line 38 of file mpc8610_hpcd.c.
Definition at line 34 of file mpc8610_hpcd.c.
unsigned int dai_format |
Definition at line 36 of file mpc8610_hpcd.c.
unsigned int dma_channel_id[2] |
Definition at line 42 of file mpc8610_hpcd.c.
unsigned int dma_id[2] |
Definition at line 41 of file mpc8610_hpcd.c.
char platform_name[2][DAI_NAME_SIZE] |
Definition at line 44 of file mpc8610_hpcd.c.
unsigned int ssi_id |
Definition at line 40 of file mpc8610_hpcd.c.