sof-rt5682: Fix cml pcm

common-codecs
WeirdTreeThing 2023-11-17 12:20:45 -05:00
parent 20cd1b1d63
commit eea248a214
No known key found for this signature in database
GPG Key ID: 1F56A4B52998B851
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ If.custompcm {
Type String Type String
Empty "$${var:max98357apcm}" Empty "$${var:max98357apcm}"
} }
False.Define.pcm ${var:max98357apcm} False.Define.pcm "${var:max98357apcm}"
True.Define.pcm 0 True.Define.pcm 0
} }

View File

@ -3,7 +3,7 @@ If.custompcm {
Type String Type String
Empty "$${var:rt5682pcm}" Empty "$${var:rt5682pcm}"
} }
False.Define.pcm ${var:rt5682pcm} False.Define.pcm "${var:rt5682pcm}"
True.Define.pcm 1 True.Define.pcm 1
} }