]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: shmobile: armadillo800eva: Properly specify HDMI audio link format
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 24 Mar 2015 01:06:01 +0000 (01:06 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 27 Mar 2015 01:35:15 +0000 (18:35 -0700)
commitdd38c1d4a17cda2486883cef7ec1bd84b5095260
tree7870850a2085ca9f99165312a94791423118ca0d
parentc517d838eb7d07bbe9507871fab3931deccff539
ARM: shmobile: armadillo800eva: Properly specify HDMI audio link format

The DAI link format should be specified for the whole link rather than just
one component on the link. So move the format specification for the HDMI
audio link from the CPU component to the link itself.

Since the sh-mobile-hdmi DAI driver doesn't implement the set_fmt() callback
in this case there is no functional difference between only specifying the
the format for the CPU side or for the whole link, but the later it will
allow us to remove support for just specifying the format for one component.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Mark Brown <broonie@kernel.org>
arch/arm/mach-shmobile/board-armadillo800eva.c