Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit 2cc3ad2

Browse files
Wu Zhiganglrgirdwo
authored andcommitted
topology: 8-channel should be supported
8 channels should be supported. Signed-off-by: Wu Zhigang <zhigang.wu@linux.intel.com> Suggested-by: Keyon Jie <yang.jie@linux.intel.com>
1 parent f85f5f8 commit 2cc3ad2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

topology/sof/pipe-volume-capture.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ indir(`define', concat(`PIPELINE_PCM_', PIPELINE_ID), Passthrough Capture PCM_ID
6666
# PCM Configuration
6767
#
6868

69-
PCM_CAPABILITIES(Passthrough Capture PCM_ID, `S32_LE,S24_LE,S16_LE', 48000, 48000, 2, 4, 2, 16, 192, 16384, 65536, 65536)
69+
PCM_CAPABILITIES(Passthrough Capture PCM_ID, `S32_LE,S24_LE,S16_LE', 48000, 48000, 2, 8, 2, 16, 192, 16384, 65536, 65536)
7070

topology/sof/pipe-volume-playback.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ indir(`define', concat(`PIPELINE_PCM_', PIPELINE_ID), Passthrough Playback PCM_I
6767
# PCM Configuration
6868

6969
#
70-
PCM_CAPABILITIES(Passthrough Playback PCM_ID, `S32_LE,S24_LE,S16_LE', 48000, 48000, 2, 4, 2, 16, 192, 16384, 65536, 65536)
70+
PCM_CAPABILITIES(Passthrough Playback PCM_ID, `S32_LE,S24_LE,S16_LE', 48000, 48000, 2, 8, 2, 16, 192, 16384, 65536, 65536)
7171

0 commit comments

Comments
 (0)