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

Commit 60c3937

Browse files
authored
Merge pull request #76 from keyonjie/master
topology: sof-glk-da7219: update to use s32le format for HDMI pipelines
2 parents 57b5212 + 110378d commit 60c3937

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

topology/sof-glk-da7219.m4

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,25 @@ PIPELINE_PCM_ADD(sof/pipe-passthrough-capture.m4,
5555
4, 99, 4, s32le,
5656
48, 1000, 0, 0)
5757

58-
# Low Latency playback pipeline 5 on PCM 5 using max 2 channels of s16le.
58+
# Low Latency playback pipeline 5 on PCM 5 using max 2 channels of s32le.
5959
# Schedule 48 frames per 1000us deadline on core 0 with priority 0
6060
# PIPELINE_PCM_ADD(sof/pipe-passthrough-playback.m4,
6161
PIPELINE_PCM_ADD(sof/pipe-volume-playback.m4,
62-
5, 5, 2, s16le,
62+
5, 5, 2, s32le,
6363
48, 1000, 0, 0)
6464

65-
# Low Latency playback pipeline 6 on PCM 6 using max 2 channels of s16le.
65+
# Low Latency playback pipeline 6 on PCM 6 using max 2 channels of s32le.
6666
# Schedule 48 frames per 1000us deadline on core 0 with priority 0
6767
# PIPELINE_PCM_ADD(sof/pipe-passthrough-playback.m4,
6868
PIPELINE_PCM_ADD(sof/pipe-volume-playback.m4,
69-
6, 6, 2, s16le,
69+
6, 6, 2, s32le,
7070
48, 1000, 0, 0)
7171

72-
# Low Latency playback pipeline 7 on PCM 7 using max 2 channels of s16le.
72+
# Low Latency playback pipeline 7 on PCM 7 using max 2 channels of s32le.
7373
# Schedule 48 frames per 1000us deadline on core 0 with priority 0
7474
# PIPELINE_PCM_ADD(sof/pipe-passthrough-playback.m4,
7575
PIPELINE_PCM_ADD(sof/pipe-volume-playback.m4,
76-
7, 7, 2, s16le,
76+
7, 7, 2, s32le,
7777
48, 1000, 0, 0)
7878

7979
#
@@ -102,31 +102,31 @@ DAI_ADD(sof/pipe-dai-capture.m4,
102102
48, 1000, 0, 0)
103103

104104
# capture DAI is DMIC0 using 2 periods
105-
# Buffers use s16le format, with 48 frame per 1000us on core 0 with priority 0
105+
# Buffers use s32le format, with 48 frame per 1000us on core 0 with priority 0
106106
DAI_ADD(sof/pipe-dai-capture.m4,
107107
4, DMIC, 0, dmic01,
108108
PIPELINE_SINK_4, 2, s32le,
109109
48, 1000, 0, 0)
110110

111111
# playback DAI is iDisp1 using 2 periods
112-
# Buffers use s16le format, with 48 frame per 1000us on core 0 with priority 0
112+
# Buffers use s32le format, with 48 frame per 1000us on core 0 with priority 0
113113
DAI_ADD(sof/pipe-dai-playback.m4,
114114
5, HDA, 3, iDisp1,
115-
PIPELINE_SOURCE_5, 2, s16le,
115+
PIPELINE_SOURCE_5, 2, s32le,
116116
48, 1000, 0, 0)
117117

118118
# playback DAI is iDisp2 using 2 periods
119-
# Buffers use s16le format, with 48 frame per 1000us on core 0 with priority 0
119+
# Buffers use s32le format, with 48 frame per 1000us on core 0 with priority 0
120120
DAI_ADD(sof/pipe-dai-playback.m4,
121121
6, HDA, 4, iDisp2,
122-
PIPELINE_SOURCE_6, 2, s16le,
122+
PIPELINE_SOURCE_6, 2, s32le,
123123
48, 1000, 0, 0)
124124

125125
# playback DAI is iDisp3 using 2 periods
126-
# Buffers use s16le format, with 48 frame per 1000us on core 0 with priority 0
126+
# Buffers use s32le format, with 48 frame per 1000us on core 0 with priority 0
127127
DAI_ADD(sof/pipe-dai-playback.m4,
128128
7, HDA, 5, iDisp3,
129-
PIPELINE_SOURCE_7, 2, s16le,
129+
PIPELINE_SOURCE_7, 2, s32le,
130130
48, 1000, 0, 0)
131131

132132
PCM_PLAYBACK_ADD(Speakers, 0, PIPELINE_PCM_1)

0 commit comments

Comments
 (0)