mirror of https://github.com/thesofproject/sof.git
Topology: modified initial config for the smart amp
Modified initial configuration param for the smart amp. Total number of feedback channels was changed from 8 to 4. Assigned 4ch feedback to 0 ~ 3 slots. Signed-off-by: Ryan Lee <ryans.lee@maximintegrated.com>
This commit is contained in:
parent
b26dc63919
commit
420ef1b6d2
|
@ -38,9 +38,9 @@ CONTROLBYTES_PRIV(SMART_AMP_priv,
|
|||
` 0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x03,'
|
||||
` 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,'
|
||||
` 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,'
|
||||
` 0x18,0x00,0x00,0x00,0x08,0x00,0x00,0x00,'
|
||||
` 0x18,0x00,0x00,0x00,0x04,0x00,0x00,0x00,'
|
||||
` 0x00,0x01,0xff,0xff,0xff,0xff,0xff,0xff,'
|
||||
` 0xff,0xff,0x00,0x01,0xff,0xff,0xff,0xff"'
|
||||
` 0x00,0x01,0x02,0x03,0xff,0xff,0xff,0xff"'
|
||||
)
|
||||
|
||||
# Smart_amp Bytes control for config
|
||||
|
|
Loading…
Reference in New Issue