Skip to content

Commit 1495dd0

Browse files
ranj063kv2019i
authored andcommitted
topology2: include: common: pcm: Add quotes for string values
Add quotes around the valid values for direction to prevent compilation errors with the latest alsa-lib that fails with the error: ALSA lib conf.c:1224:(parse_value) id is not an integer ALSA lib conf.c:2014:(_snd_config_load_with_include) _toplevel_:224:17:Unexpected char Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
1 parent 4ebdd73 commit 1495dd0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • tools/topology/topology2/include/common

tools/topology/topology2/include/common/pcm.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Class.PCM."pcm" {
2525
DefineAttribute."direction" {
2626
constraints {
2727
!valid_values [
28-
playback
29-
capture
30-
duplex
28+
"playback"
29+
"capture"
30+
"duplex"
3131
]
3232
}
3333
}

0 commit comments

Comments
 (0)