topology2: common: fix to add '$' for SAMPLE_TYPE_LSB_INTEGER

$ and S are hard to tell in text editor. Without '$' final value are
much different.

Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
This commit is contained in:
Fred Oh 2022-03-09 12:01:25 -08:00 committed by Liam Girdwood
parent 8f3a78dc6a
commit f039b9eda1
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ Class.Base."audio_format" {
constraints {
!valid_values [
$SAMPLE_TYPE_MSB_INTEGER
SAMPLE_TYPE_LSB_INTEGER
$SAMPLE_TYPE_LSB_INTEGER
$SAMPLE_TYPE_SIGNED_INTEGER
$SAMPLE_TYPE_UNSIGNED_INTEGER
$SAMPLE_TYPE_FLOAT
@ -185,7 +185,7 @@ Class.Base."audio_format" {
constraints {
!valid_values [
$SAMPLE_TYPE_MSB_INTEGER
SAMPLE_TYPE_LSB_INTEGER
$SAMPLE_TYPE_LSB_INTEGER
$SAMPLE_TYPE_SIGNED_INTEGER
$SAMPLE_TYPE_UNSIGNED_INTEGER
$SAMPLE_TYPE_FLOAT