Skip to content

Commit

Permalink
topology2: doc: fe_dai.conf: Change comments to Doxygen
Browse files Browse the repository at this point in the history
Signed-off-by: Jyri Sarha <[email protected]>
  • Loading branch information
Jyri Sarha authored and lgirdwood committed Oct 6, 2023
1 parent a3e6cf7 commit 215d7b3
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions tools/topology/topology2/include/common/fe_dai.conf
Original file line number Diff line number Diff line change
@@ -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" {

Expand Down

0 comments on commit 215d7b3

Please sign in to comment.