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 | platform_name [2][DAI_NAME_SIZE] |
machine_data: machine-specific ASoC device data
This structure contains data for a single sound platform device on an P1022 DS. Some of the data is taken from the device tree.
Definition at line 66 of file p1022_ds.c.
struct snd_soc_card card |
Definition at line 68 of file p1022_ds.c.
unsigned int clk_frequency |
Definition at line 72 of file p1022_ds.c.
unsigned int codec_clk_direction |
Definition at line 70 of file p1022_ds.c.
unsigned int cpu_clk_direction |
Definition at line 71 of file p1022_ds.c.
Definition at line 67 of file p1022_ds.c.
unsigned int dai_format |
Definition at line 69 of file p1022_ds.c.
unsigned int dma_channel_id[2] |
Definition at line 75 of file p1022_ds.c.
unsigned int dma_id[2] |
Definition at line 74 of file p1022_ds.c.
char platform_name[2][DAI_NAME_SIZE] |
Definition at line 76 of file p1022_ds.c.
unsigned int ssi_id |
Definition at line 73 of file p1022_ds.c.