Topology: sof-icl-rt711-rt1308-rt715: modify PCM name

To be more readable.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
This commit is contained in:
Bard Liao 2019-10-22 10:20:41 +08:00 committed by Tomasz Lauda
parent 92c477f9d8
commit 2ca6a4afbb
2 changed files with 6 additions and 6 deletions

View File

@ -165,11 +165,11 @@ DAI_ADD(sof/pipe-dai-playback.m4,
# PCM Low Latency, id 0
dnl PCM_PLAYBACK_ADD(name, pcm_id, playback)
PCM_PLAYBACK_ADD(SDW0-speakers, 0, PIPELINE_PCM_1)
PCM_CAPTURE_ADD(SDW0-mics, 1, PIPELINE_PCM_2)
PCM_PLAYBACK_ADD(Headphone, 0, PIPELINE_PCM_1)
PCM_CAPTURE_ADD(Headset mic, 1, PIPELINE_PCM_2)
PCM_PLAYBACK_ADD(SDW1-speakers, 2, PIPELINE_PCM_3)
ifdef(`MONO', `', `PCM_PLAYBACK_ADD(SDW2-speakers, 3, PIPELINE_PCM_4)')
PCM_CAPTURE_ADD(SDW3-mics, 4, PIPELINE_PCM_5)
PCM_CAPTURE_ADD(DMIC, 4, PIPELINE_PCM_5)
PCM_PLAYBACK_ADD(HDMI1, 5, PIPELINE_PCM_6)
PCM_PLAYBACK_ADD(HDMI2, 6, PIPELINE_PCM_7)
PCM_PLAYBACK_ADD(HDMI3, 7, PIPELINE_PCM_8)

View File

@ -115,11 +115,11 @@ DAI_ADD(sof/pipe-dai-capture.m4,
# PCM Low Latency, id 0
dnl PCM_PLAYBACK_ADD(name, pcm_id, playback)
PCM_PLAYBACK_ADD(SDW0-speakers, 0, PIPELINE_PCM_1)
PCM_CAPTURE_ADD(SDW0-mics, 1, PIPELINE_PCM_2)
PCM_PLAYBACK_ADD(Headphone, 0, PIPELINE_PCM_1)
PCM_CAPTURE_ADD(Headset mics, 1, PIPELINE_PCM_2)
PCM_PLAYBACK_ADD(SDW1-speakers, 2, PIPELINE_PCM_3)
PCM_PLAYBACK_ADD(SDW2-speakers, 3, PIPELINE_PCM_4)
PCM_CAPTURE_ADD(SDW3-mics, 4, PIPELINE_PCM_5)
PCM_CAPTURE_ADD(DMIC, 4, PIPELINE_PCM_5)
#
# BE configurations - overrides config in ACPI if present