mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
doxygen: fix inadvertent link requests
From: borine@github Link: https://github.com/alsa-project/alsa-lib/pull/340 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
57959cef8f
commit
f53fd880f0
2 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue