OSDN Git Service

ASoC: eureka-tlv320: Use static DAI format setup
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 1 Jan 2015 16:16:12 +0000 (17:16 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 6 Jan 2015 17:34:26 +0000 (17:34 +0000)
commit4de59dbd28565ad1074d2bcf294a0a4b41c64e07
tree3c41dceff95c2dc634a8382029b969ab9dfaddeb
parentb4508d0f95fa4aaed889549e31391641d675d4bb
ASoC: eureka-tlv320: 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/eukrea-tlv320.c