All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/3] ARM: shmobile: armadillo800eva: Properly specify HDMI audio link format
@ 2015-01-21 13:38 ` Lars-Peter Clausen
  0 siblings, 0 replies; 42+ messages in thread
From: Lars-Peter Clausen @ 2015-01-21 13:38 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood
  Cc: Kuninori Morimoto, Simon Horman, Magnus Damm, linux-sh,
	linux-arm-kernel, alsa-devel, Lars-Peter Clausen

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>
---
No changes since v1.
---
 arch/arm/mach-shmobile/board-armadillo800eva.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c
index 6d949f1..75de26c 100644
--- a/arch/arm/mach-shmobile/board-armadillo800eva.c
+++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
@@ -1040,9 +1040,9 @@ static struct asoc_simple_card_info fsi2_hdmi_info = {
 	.card		= "FSI2B-HDMI",
 	.codec		= "sh-mobile-hdmi",
 	.platform	= "sh_fsi2",
+	.daifmt		= SND_SOC_DAIFMT_CBS_CFS,
 	.cpu_dai = {
 		.name	= "fsib-dai",
-		.fmt	= SND_SOC_DAIFMT_CBS_CFS,
 	},
 	.codec_dai = {
 		.name = "sh_mobile_hdmi-hifi",
-- 
1.8.0


^ permalink raw reply related	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2016-01-29 15:52 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-21 13:38 [PATCH v2 1/3] ARM: shmobile: armadillo800eva: Properly specify HDMI audio link format Lars-Peter Clausen
2015-01-21 13:38 ` Lars-Peter Clausen
2015-01-21 13:38 ` Lars-Peter Clausen
2015-01-21 13:38 ` [PATCH v2 2/3] ASoC: sh: fsi: Fix clock inversion Lars-Peter Clausen
2015-01-21 13:38   ` Lars-Peter Clausen
2015-01-21 13:38   ` Lars-Peter Clausen
2016-01-29 15:52   ` Geert Uytterhoeven
2016-01-29 15:52     ` Geert Uytterhoeven
2015-01-21 13:38 ` [PATCH v2 3/3] ASoC: simple-card: Remove support for setting differing DAI formats Lars-Peter Clausen
2015-01-21 13:38   ` Lars-Peter Clausen
2015-01-21 13:38   ` Lars-Peter Clausen
2015-01-27  0:58 ` [PATCH v2 1/3] ARM: shmobile: armadillo800eva: Properly specify HDMI audio link format Simon Horman
2015-01-27  0:58   ` Simon Horman
2015-01-27  0:58   ` Simon Horman
2015-01-27  7:40 ` Kuninori Morimoto
2015-01-27  7:40   ` Kuninori Morimoto
2015-01-27  7:40   ` Kuninori Morimoto
2015-01-27  8:19   ` Lars-Peter Clausen
2015-01-27  8:19     ` Lars-Peter Clausen
2015-01-27  8:19     ` Lars-Peter Clausen
2015-01-27 23:52     ` Kuninori Morimoto
2015-01-27 23:52       ` Kuninori Morimoto
2015-01-27 23:52       ` Kuninori Morimoto
2015-01-30  1:25       ` Simon Horman
2015-01-30  1:25         ` Simon Horman
2015-01-30  1:25         ` Simon Horman
2015-01-30  5:18 ` Kuninori Morimoto
2015-01-30  5:18   ` Kuninori Morimoto
2015-02-11  0:28   ` Simon Horman
2015-02-11  0:28     ` Simon Horman
2015-02-11  0:28     ` Simon Horman
2015-02-27  0:23     ` Kuninori Morimoto
2015-02-27  0:23       ` Kuninori Morimoto
2015-03-22 18:52       ` Mark Brown
2015-03-22 18:52         ` Mark Brown
2015-03-23  7:00         ` Kuninori Morimoto
2015-03-23  7:00           ` Kuninori Morimoto
2015-03-23 21:12           ` Mark Brown
2015-03-23 21:12             ` Mark Brown
2015-03-23 21:12             ` Mark Brown
2015-03-24  0:07             ` Kuninori Morimoto
2015-03-24  0:07               ` Kuninori Morimoto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.