Skip to content

Commit

Permalink
Revert "topology: dai: correct default_hw_conf_id"
Browse files Browse the repository at this point in the history
This reverts commit 229da95 which call
regression:
thesofproject#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>
  • Loading branch information
keyonjie committed Jun 29, 2018
1 parent 38399ca commit f359214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topology/m4/dai.m4
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ define(`DAI_CONFIG',
`SectionBE."'$4`" {'
` id "'$3`"'
` index "0"'
` default_hw_conf_id "0"'
` default_hw_conf_id "'$2`"'
`'
` hw_configs ['
` "'$1$2`"'
Expand Down

0 comments on commit f359214

Please sign in to comment.