]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: zte: Fix incorrect PCM format bit usages
authorTakashi Iwai <tiwai@suse.de>
Wed, 25 Jul 2018 20:40:49 +0000 (22:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2018 07:26:39 +0000 (09:26 +0200)
commit2ef691428ee3f8cec8e4374cf4cf4a6eae9c0bf0
tree087141e6423c11a963eda4d50c55a73990d031e0
parentd1913b9e07e7044dc8d98a8998669cfa1b7461fe
ASoC: zte: Fix incorrect PCM format bit usages

commit c889a45d229938a94b50aadb819def8bb11a6a54 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/zte/zx-tdm.c