ASoC: sunxi: sun4i-i2s: Fix pcm_formats type specification
authorJohn Watts <contact@jookia.org>
Wed, 17 Apr 2024 05:14:43 +0000 (15:14 +1000)
committerMark Brown <broonie@kernel.org>
Wed, 17 Apr 2024 14:01:06 +0000 (23:01 +0900)
commit9be51470d514eb20d4ce29684cf933ef1c5fff48
treef78444c40bbe96ac756b7675c8d05779bc0d64b1
parent9aea6d64bb3acbff6b2f33cb5bbff65e824ab9a7
ASoC: sunxi: sun4i-i2s: Fix pcm_formats type specification

pcm_formats should be a u64 as it is a SNDRV_PCM_FMTBIT_* not a
SNDRV_PCM_FORMAT_*.

Also fix a small grammar error while we're here.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202404170103.ySYwieqi-lkp@intel.com/
Signed-off-by: John Watts <contact@jookia.org>
Link: https://lore.kernel.org/r/20240417-sunxi_s32_fix-v1-1-d82e451565c0@jookia.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sunxi/sun4i-i2s.c