[Sound-open-firmware] [PATCH v2 2/2] topology: 8-channel should be supported

Wu Zhigang zhigang.wu at linux.intel.com
Mon Jun 11 08:51:16 CEST 2018


8 channels should be supported.

Signed-off-by: Wu Zhigang <zhigang.wu at linux.intel.com>
Suggested-by: Keyon Jie <yang.jie at linux.intel.com>

---
SOFTool master: b3221684388e57f8031af6186172ea83b4f1edd2

Pass the sanity test already.
---
 topology/sof/pipe-volume-capture.m4  | 2 +-
 topology/sof/pipe-volume-playback.m4 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/topology/sof/pipe-volume-capture.m4 b/topology/sof/pipe-volume-capture.m4
index b3d3206..6b768e3 100644
--- a/topology/sof/pipe-volume-capture.m4
+++ b/topology/sof/pipe-volume-capture.m4
@@ -66,5 +66,5 @@ indir(`define', concat(`PIPELINE_PCM_', PIPELINE_ID), Passthrough Capture PCM_ID
 # PCM Configuration
 #
 
-PCM_CAPABILITIES(Passthrough Capture PCM_ID, `S32_LE,S24_LE,S16_LE', 48000, 48000, 2, 4, 2, 16, 192, 16384, 65536, 65536)
+PCM_CAPABILITIES(Passthrough Capture PCM_ID, `S32_LE,S24_LE,S16_LE', 48000, 48000, 2, 8, 2, 16, 192, 16384, 65536, 65536)
 
diff --git a/topology/sof/pipe-volume-playback.m4 b/topology/sof/pipe-volume-playback.m4
index 4b12d2a..f3203f7 100644
--- a/topology/sof/pipe-volume-playback.m4
+++ b/topology/sof/pipe-volume-playback.m4
@@ -67,5 +67,5 @@ indir(`define', concat(`PIPELINE_PCM_', PIPELINE_ID), Passthrough Playback PCM_I
 # PCM Configuration
 
 #
-PCM_CAPABILITIES(Passthrough Playback PCM_ID, `S32_LE,S24_LE,S16_LE', 48000, 48000, 2, 4, 2, 16, 192, 16384, 65536, 65536)
+PCM_CAPABILITIES(Passthrough Playback PCM_ID, `S32_LE,S24_LE,S16_LE', 48000, 48000, 2, 8, 2, 16, 192, 16384, 65536, 65536)
 
-- 
2.17.1



More information about the Sound-open-firmware mailing list