topology: Fix SectionPCM macros

PR43 and commit dc10876c20 ('topology: changes to SectionPCM
macros') went a bit too far and removed a much-needed alignment
between pcm id and dummy dai id. Tested on APL/Reef Chromebook

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
Pierre-Louis Bossart 2018-07-26 16:01:00 -05:00
parent 722a24ab2e
commit 7c214b83b7
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,7 @@ define(`PCM_PLAYBACK_ADD',
` id STR($2)'
`'
` dai.STR($1 $2) {'
` id STR($2)'
` }'
`'
` pcm."playback" {'
@ -95,6 +96,7 @@ define(`PCM_CAPTURE_ADD',
` id STR($2)'
`'
` dai.STR($1 $2) {'
` id STR($2)'
` }'
`'
` pcm."capture" {'
@ -111,6 +113,7 @@ define(`PCM_DUPLEX_ADD',
` id STR($2)'
`'
` dai.STR($1 $2) {'
` id STR($2)'
` }'
`'
` pcm."capture" {'