topology: pipe-amp-ref-capture: correct the setting of ref channels

The naming should be SMART_REF_CH_NUM and value should be 4 for 4
speakers, correct it.

Fixes: 399b97afe6 ("topology: Modify init params for the Demux Config")
Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2020-09-21 17:57:23 +08:00 committed by Keyon Jie
parent 739554defa
commit 20fbbe77e4
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ ifelse(SMART_FB_CHANNELS, `8',
`define(`FB_CHMAP',`0x01,0x02,0x04,0x08,0x00,0x00,0x00,0x00')'
)
ifelse(SMART_REF_CHANNELS, `8',
ifelse(SMART_REF_CH_NUM, `4',
`define(`REF_CHMAP',`0x01,0x02,0x04,0x08,0x00,0x00,0x00,0x00')',
`define(`REF_CHMAP',`0x01,0x04,0x00,0x00,0x00,0x00,0x00,0x00')'
)