Revert "topology: dai: correct default_hw_conf_id"

This reverts commit 229da95e0d which call
regression:
https://github.com/thesofproject/soft/issues/15

Default_hw_conf_id is id, not index of array, revert to fix it.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2018-06-29 15:45:15 +08:00
parent 38399caeb5
commit f359214717
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ define(`DAI_CONFIG',
`SectionBE."'$4`" {' `SectionBE."'$4`" {'
` id "'$3`"' ` id "'$3`"'
` index "0"' ` index "0"'
` default_hw_conf_id "0"' ` default_hw_conf_id "'$2`"'
`' `'
` hw_configs [' ` hw_configs ['
` "'$1$2`"' ` "'$1$2`"'