Skip to content

Commit

Permalink
topology: dai: correct default_hw_conf_id
Browse files Browse the repository at this point in the history
default_hw_conf_id was used by mistake, we should use index 0 of the hw
config array.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
  • Loading branch information
keyonjie committed Jun 26, 2018
1 parent 308cf3d commit 229da95
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 "'$2`"'
` default_hw_conf_id "0"'
`'
` hw_configs ['
` "'$1$2`"'
Expand Down

0 comments on commit 229da95

Please sign in to comment.