]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: s3c24xx_simtec: Use static DAI format setup
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 1 Jan 2015 16:16:24 +0000 (17:16 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 6 Jan 2015 17:34:30 +0000 (17:34 +0000)
commitd27e51dade482acdf67021c12d692041a35bea77
treeef9fd279347ba3f66344952ee76563f110958d95
parent5f0acedddf533c086edf29eefdc743dc1e756b5d
ASoC: s3c24xx_simtec: 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/samsung/s3c24xx_simtec.c