aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/imx-pcm-fiq.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-12 13:57:07 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-12 13:57:07 +0100
commit5dccf54e2b5e469f5577f3fe6ef95a279858d011 (patch)
tree7ef9cff29f407bad3bc3cf86341ba52576fb7527 /sound/soc/fsl/imx-pcm-fiq.c
parentMerge remote-tracking branch 'asoc/topic/fsi' into asoc-next (diff)
parentASoC: imx-sgtl5000: use of_node to match cpu dai (diff)
downloadlinux-dev-5dccf54e2b5e469f5577f3fe6ef95a279858d011.tar.xz
linux-dev-5dccf54e2b5e469f5577f3fe6ef95a279858d011.zip
Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next
Diffstat (limited to 'sound/soc/fsl/imx-pcm-fiq.c')
-rw-r--r--sound/soc/fsl/imx-pcm-fiq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-pcm-fiq.c b/sound/soc/fsl/imx-pcm-fiq.c
index 025d0d9494f4..670b96b0ce2f 100644
--- a/sound/soc/fsl/imx-pcm-fiq.c
+++ b/sound/soc/fsl/imx-pcm-fiq.c
@@ -34,7 +34,7 @@
#include "imx-ssi.h"
struct imx_pcm_runtime_data {
- int period;
+ unsigned int period;
int periods;
unsigned long offset;
unsigned long last_offset;