diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-02-17 14:30:44 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-02-17 14:37:20 +0000 |
commit | 6c5f1fed49f96a0600aa9a97ac3faf972c33a341 (patch) | |
tree | 4a5770faede21a49e604321ac19679eb3175deb8 /include/sound/soc.h | |
parent | e47c796d58a21fc58b00dffb7265bb66de987773 (diff) |
ASoC: Make pmdown_time a long
Fixes a warning.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index d9d88dd9720..5d234a8c250 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -521,7 +521,7 @@ struct snd_soc_card { int (*set_bias_level)(struct snd_soc_card *, enum snd_soc_bias_level level); - int pmdown_time; + long pmdown_time; /* CPU <--> Codec DAI links */ struct snd_soc_dai_link *dai_link; |