ASoC: Intel: Fixed kbuild warnings
authorFang, Yang A <yang.a.fang@intel.com>
Mon, 4 May 2015 20:43:47 +0000 (13:43 -0700)
committerMark Brown <broonie@kernel.org>
Tue, 5 May 2015 11:17:58 +0000 (12:17 +0100)
commit26f63c692f012ff665a8fd085a36549fe734f59f
tree38b7a56f34a32386d6fcad40451e4539c05569d9
parentc4ba51ba1c8f8e9dd51f63069eec88580f0e1d01
ASoC: Intel: Fixed kbuild warnings

fix following sparse warnings: (new ones prefixed by >>)

>> sound/soc/intel/boards/cht_bsw_max98090_ti.c:168:37: sparse:
>> incorrect type in argument 2 (different base types)
   sound/soc/intel/boards/cht_bsw_max98090_ti.c:168:37:    expected
unsigned int [unsigned] val
   sound/soc/intel/boards/cht_bsw_max98090_ti.c:168:37:    got
restricted snd_pcm_format_t [usertype] <noident>

Signed-off-by: Fang, Yang A <yang.a.fang@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/cht_bsw_max98090_ti.c