diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-03-09 03:56:41 -0500 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-05-08 19:34:03 -0400 |
commit | e919c71665d2386eec6dc2ecd58d01bae69fc0fd (patch) | |
tree | e48c032ee0b94b470e91f097a6a0ba7f0959511b /sound/soc/kirkwood/kirkwood.h | |
parent | 27e53cfbce493bb062212263aa24bbbc5a1077f4 (diff) |
ARM: Orion: Audio: Add clk/clkdev support
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Jamie Lentin <jm@lentin.co.uk>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'sound/soc/kirkwood/kirkwood.h')
-rw-r--r-- | sound/soc/kirkwood/kirkwood.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/kirkwood/kirkwood.h b/sound/soc/kirkwood/kirkwood.h index 9047436b3937..f9084d83e6bd 100644 --- a/sound/soc/kirkwood/kirkwood.h +++ b/sound/soc/kirkwood/kirkwood.h | |||
@@ -123,6 +123,7 @@ struct kirkwood_dma_data { | |||
123 | void __iomem *io; | 123 | void __iomem *io; |
124 | int irq; | 124 | int irq; |
125 | int burst; | 125 | int burst; |
126 | struct clk *clk; | ||
126 | }; | 127 | }; |
127 | 128 | ||
128 | #endif | 129 | #endif |