]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: dapm: Use int for format bit position
authorTakashi Iwai <tiwai@suse.de>
Wed, 25 Jul 2018 20:43:26 +0000 (22:43 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 26 Jul 2018 14:48:21 +0000 (15:48 +0100)
commitd4493d10da33c1a12da97ca0507827f4a5ffb1f6
tree91a11c11b146027bb1161e164cddf06b51f5d907
parentec9642ee08dc1d8f5274492fe679f4a1b0ba0d6d
ASoC: dapm: Use int for format bit position

fmt in snd_soc_dai_link_event() contains the format bit position, not
the format bit itself.  Hence it can be a simple integer instead of
the explicit u64.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-dapm.c