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:
parent
722a24ab2e
commit
7c214b83b7
|
@ -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" {'
|
||||
|
|
Loading…
Reference in New Issue