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

Simple merge