]> git.alsa-project.org Git - alsa-lib.git/commitdiff
doxygen: fix inadvertent link requests
authorborine <32966433+borine@users.noreply.github.com>
Sat, 29 Jul 2023 13:58:42 +0000 (14:58 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 1 Sep 2023 14:11:22 +0000 (16:11 +0200)
From: borine@github
Link: https://github.com/alsa-project/alsa-lib/pull/340
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/topology.h
src/pcm/pcm_extplug.c

index ad7c66de9d458b291df6c29a661d942d94859fec..d452f29b5407d9e4dbbf7e546d6a3f2ebad19a9e 100644 (file)
@@ -219,7 +219,7 @@ extern "C" {
  *
  * <pre>
  * SectionData."data element name" {
- *     index "1"       #Index number
+ *     index "1"       # Index number
  *     tuples [
  *             "id of the 1st vendor tuples section"
  *             "id of the 2nd vendor tuples section"
@@ -637,7 +637,7 @@ extern "C" {
  *             ...
  *     ]
  *
- *     default_hw_conf_id "1"          #default HW config ID for init
+ *     default_hw_conf_id "1"          # default HW config ID for init
  *
  *     # Optional boolean flags
  *     symmetric_rates                 "true"
index a0ff003cf2c7f518c34caa65f3cd56ccf58c29ca..feb32b99cd7217b7c760eca817242fefe8bf945e 100644 (file)
@@ -650,8 +650,8 @@ parameter linked #snd_pcm_extplug_set_param_link() can be used for the
 corresponding parameter. For example if the extplug does not support channel nor
 format conversion the supported client parameters can be limited with
 snd_pcm_extplug_set_param_*() and afterwards
-#snd_pcm_extplug_set_param_link(ext, SND_PCM_EXTPLUG_HW_FORMAT, 1) and
-#snd_pcm_extplug_set_param_link(ext, SND_PCM_EXTPLUG_HW_CHANNELS, 1) should be
+snd_pcm_extplug_set_param_link(ext, SND_PCM_EXTPLUG_HW_FORMAT, 1) and
+snd_pcm_extplug_set_param_link(ext, SND_PCM_EXTPLUG_HW_CHANNELS, 1) should be
 called to keep the client and slave parameters the same.
 */