topology2: cavs-*-hdmi: replace the use of @args with Define

The Define block replaces the use of @args for topology2 in the alsatplg
compiler. So replace all users.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2021-12-07 21:54:01 -08:00 committed by Liam Girdwood
parent 5a1bd4682e
commit 7aedc1604d
2 changed files with 6 additions and 8 deletions

View File

@ -18,10 +18,9 @@
<manifest.conf>
<route.conf>
# arguments
@args.HDA_CONFIG {
type string
default ""
# variables
Define {
HDA_CONFIG "gain"
}
# include HDA config if needed

View File

@ -22,10 +22,9 @@
<manifest.conf>
<route.conf>
# arguments
@args.HDA_CONFIG {
type string
default ""
# variables
Define {
HDA_CONFIG "passthrough"
}
# include HDA config if needed.