From eea248a214756306c44014100decb9fef988907f Mon Sep 17 00:00:00 2001 From: WeirdTreeThing Date: Fri, 17 Nov 2023 12:20:45 -0500 Subject: [PATCH] sof-rt5682: Fix cml pcm --- codecs/max98357a/speaker.conf | 2 +- sof-rt5682/rt5682-headset.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codecs/max98357a/speaker.conf b/codecs/max98357a/speaker.conf index 4847e43..6463f2b 100644 --- a/codecs/max98357a/speaker.conf +++ b/codecs/max98357a/speaker.conf @@ -3,7 +3,7 @@ If.custompcm { Type String Empty "$${var:max98357apcm}" } - False.Define.pcm ${var:max98357apcm} + False.Define.pcm "${var:max98357apcm}" True.Define.pcm 0 } diff --git a/sof-rt5682/rt5682-headset.conf b/sof-rt5682/rt5682-headset.conf index fa19eef..36b56a8 100644 --- a/sof-rt5682/rt5682-headset.conf +++ b/sof-rt5682/rt5682-headset.conf @@ -3,7 +3,7 @@ If.custompcm { Type String Empty "$${var:rt5682pcm}" } - False.Define.pcm ${var:rt5682pcm} + False.Define.pcm "${var:rt5682pcm}" True.Define.pcm 1 }