Lines Matching defs:kmb_i2s_info
126 struct kmb_i2s_info { struct
127 void __iomem *i2s_base;
128 void __iomem *pss_base;
129 struct clk *clk_i2s;
130 struct clk *clk_apb;
131 int active;
132 unsigned int capability;
133 unsigned int i2s_reg_comp1;
134 unsigned int i2s_reg_comp2;
135 struct device *dev;
136 u32 ccr;
137 u32 xfer_resolution;
138 u32 fifo_th;
139 bool clock_provider;
141 struct snd_dmaengine_dai_dma_data play_dma_data;
142 struct snd_dmaengine_dai_dma_data capture_dma_data;
144 struct i2s_clk_config_data config;
145 int (*i2s_clk_cfg)(struct i2s_clk_config_data *config);
148 bool use_pio;
149 struct snd_pcm_substream *tx_substream;
150 struct snd_pcm_substream *rx_substream;
151 unsigned int tx_ptr;
152 unsigned int rx_ptr;
153 bool iec958_fmt;