ASoC: fsl: imx-pcm-fiq: Use 'unsigned int' for period
[firefly-linux-kernel-4.4.55.git] / sound / soc / fsl / imx-pcm-fiq.c
index 920f945cb2f4e17d721f7e5f542ca0b454ba9b74..47228c0f929e54a477f634b6829ea364c606cd22 100644 (file)
@@ -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;