ASoC: Remove a unused variables from i.MX FIQ runtime data
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
This commit is contained in:
parent
7833ae0edf
commit
9e4a10d27e
1 changed files with 0 additions and 4 deletions
|
@ -35,12 +35,8 @@
|
||||||
struct imx_pcm_runtime_data {
|
struct imx_pcm_runtime_data {
|
||||||
int period;
|
int period;
|
||||||
int periods;
|
int periods;
|
||||||
unsigned long dma_addr;
|
|
||||||
int dma;
|
|
||||||
unsigned long offset;
|
unsigned long offset;
|
||||||
unsigned long size;
|
unsigned long size;
|
||||||
unsigned long period_cnt;
|
|
||||||
void *buf;
|
|
||||||
struct timer_list timer;
|
struct timer_list timer;
|
||||||
int period_time;
|
int period_time;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue