ASoC: mx27vis-aci32x4: Use static DAI format setup
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 1 Jan 2015 16:16:13 +0000 (17:16 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 6 Jan 2015 17:34:27 +0000 (17:34 +0000)
commitdea53bd36811d6b117a497eb91b2e4a54ef73548
treee8ff478f1edd972ad84d2c95df3eda28a5910bea
parent4de59dbd28565ad1074d2bcf294a0a4b41c64e07
ASoC: mx27vis-aci32x4: Use static DAI format setup

Set the dai_fmt field in the dai_link struct instead of manually calling
snd_soc_dai_fmt(). This makes the code cleaner and shorter.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/mx27vis-aic32x4.c