ASoC: zte: Fix incorrect PCM format bit usages
authorTakashi Iwai <tiwai@suse.de>
Wed, 25 Jul 2018 20:40:49 +0000 (22:40 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 26 Jul 2018 14:48:19 +0000 (15:48 +0100)
commitc889a45d229938a94b50aadb819def8bb11a6a54
treebfa4ba657e68153a59d3c7d3e9b28c1beda0c902
parent150a6dc8fc764c1912fa2a46e18d1505dfd3536f
ASoC: zte: Fix incorrect PCM format bit usages

zx-tdm driver sets the DAI driver definitions with the format bits
wrongly set with SNDRV_PCM_FORMAT_*, instead of SNDRV_PCM_FMTBIT_*.

This patch corrects the definitions.

Spotted by a sparse warning:
  sound/soc/zte/zx-tdm.c:363:35: warning: restricted snd_pcm_format_t degrades to integer

Fixes: 870e0ddc4345 ("ASoC: zx-tdm: add zte's tdm controller driver")
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/zte/zx-tdm.c