Merge pull request #45 from plbossart/fix/pr43

topology: Fix SectionPCM macros
This commit is contained in:
Pierre Bossart 2018-07-30 10:48:43 -05:00 committed by GitHub
commit fdf39244b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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" {'