mirror of https://github.com/thesofproject/sof.git
topology2: doc: fe_dai.conf: Change comments to Doxygen
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
This commit is contained in:
parent
a3e6cf7aac
commit
215d7b3a07
|
@ -1,15 +1,17 @@
|
|||
#
|
||||
# FE DAI Class definition. All attributes defined herein are namespaced
|
||||
# by alsatplg to "Object.Base.fe_dai.instance.attribute_name".
|
||||
#
|
||||
# Usage: FE DAI objects can be instantiated as
|
||||
#
|
||||
# Object.Base.fe_dai.1 {
|
||||
# id 0
|
||||
# }
|
||||
#
|
||||
# where NAME is the unique instance name for the FE DAI object within the
|
||||
# same alsaconf node.
|
||||
## \struct fe_dai
|
||||
## \brief FE DAI Class definition
|
||||
##
|
||||
## All attributes defined herein are namespaced by alsatplg to
|
||||
## "Object.Base.fe_dai.instance.attribute_name".
|
||||
##
|
||||
## Usage: FE DAI objects can be instantiated as
|
||||
##
|
||||
## Object.Base.fe_dai.1 {
|
||||
## id 0
|
||||
## }
|
||||
##
|
||||
## where NAME is the unique instance name for the FE DAI object within the
|
||||
## same alsaconf node.
|
||||
|
||||
Class.Base."fe_dai" {
|
||||
|
||||
|
|
Loading…
Reference in New Issue