ASoC: qi_lb60: Set .dai_fmt instead of calling snd_soc_set_dai_fmt()
commit0e746d7b2b2c31a29b78ddb364bca9a01bd64ae7
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 22 Apr 2014 20:46:33 +0000 (22 22:46 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 22 Apr 2014 20:53:21 +0000 (22 21:53 +0100)
tree02f2f8ea3e94ab14f823b92756f0452b6fd9d9fa
parentb8fb837b0c302a2278e4f222e5d875ce7a3b4aea
ASoC: qi_lb60: Set .dai_fmt instead of calling snd_soc_set_dai_fmt()

Rather than calling snd_soc_set_dai_fmt(), just set the dai_fmt field in the
dai_link struct. Both have the same effect, but the later is a bit shorter and
also allows us to remove the now unused init callback.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/jz4740/qi_lb60.c