sof-rt5682: Fix cml pcm
parent
20cd1b1d63
commit
eea248a214
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue