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