Skip to content

Commit

Permalink
topology2: common: fix to add '$' for SAMPLE_TYPE_LSB_INTEGER
Browse files Browse the repository at this point in the history
$ 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>
  • Loading branch information
fredoh9 authored and lgirdwood committed Mar 14, 2022
1 parent 8f3a78d commit f039b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/topology/topology2/include/common/audio_format.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f039b9e

Please sign in to comment.