[Sound-open-firmware] [PATCH 2/3] topology: test: fix passthrough 24bit-48k-ssp2

Pierre-Louis Bossart pierre-louis.bossart at linux.intel.com
Wed Sep 13 02:07:49 CEST 2017


format was missing, not sure how this ever worked.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
---
 topology/test-passthrough-24bit-48k-ssp2.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/topology/test-passthrough-24bit-48k-ssp2.m4 b/topology/test-passthrough-24bit-48k-ssp2.m4
index 9b9919d..8ea4748 100644
--- a/topology/test-passthrough-24bit-48k-ssp2.m4
+++ b/topology/test-passthrough-24bit-48k-ssp2.m4
@@ -38,7 +38,7 @@ define(`TEST_DAI_LINK_STREAM_NAME', `Audio')
 PIPELINE_PCM_DAI_ADD(sof/pipe-passthrough-playback.m4, 
 	1, 0, 2, s24le, 
 	48, 1000, 0, 0, 0, 1,
-	SSP, 2, TEST_DAI_LINK_STREAM_NAME, 2)
+	SSP, 2, TEST_DAI_LINK_STREAM_NAME, s24le, 2)
 
 #
 # BE configurations - overrides config in ACPI if present
-- 
2.11.0



More information about the Sound-open-firmware mailing list