mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-11 13:30:05 -05:00
Clemens Ladisch <clemens@ladisch.de>
fix some wrong section/file/reference names
This commit is contained in:
parent
1097c437a1
commit
6633460801
5 changed files with 14 additions and 5 deletions
|
|
@ -1093,7 +1093,7 @@ pcm.name {
|
|||
}
|
||||
\endcode
|
||||
|
||||
\subsection pcm_plugins_hw_funcref Function reference
|
||||
\subsection pcm_plugins_dmix_funcref Function reference
|
||||
|
||||
<UL>
|
||||
<LI>snd_pcm_dmix_open()
|
||||
|
|
|
|||
|
|
@ -885,7 +885,7 @@ pcm.name {
|
|||
}
|
||||
\endcode
|
||||
|
||||
\subsection pcm_plugins_hw_funcref Function reference
|
||||
\subsection pcm_plugins_dshare_funcref Function reference
|
||||
|
||||
<UL>
|
||||
<LI>snd_pcm_dshare_open()
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* \file pcm/pcm_snoop.c
|
||||
* \file pcm/pcm_dsnoop.c
|
||||
* \ingroup PCM_Plugins
|
||||
* \brief PCM Capture Stream Snooping (dsnoop) Plugin Interface
|
||||
* \author Jaroslav Kysela <perex@suse.cz>
|
||||
|
|
@ -837,7 +837,7 @@ pcm.name {
|
|||
}
|
||||
\endcode
|
||||
|
||||
\subsection pcm_plugins_hw_funcref Function reference
|
||||
\subsection pcm_plugins_dsnoop_funcref Function reference
|
||||
|
||||
<UL>
|
||||
<LI>snd_pcm_dsnoop_open()
|
||||
|
|
|
|||
|
|
@ -1501,7 +1501,7 @@ This plugin allows sharing of multiple channels with more clients. The access
|
|||
to each channel is exlusive (samples are not mixed together). It means, if
|
||||
the channel zero is used with first client, the channel cannot be used with
|
||||
second one. If you are looking for a mixing plugin, use the
|
||||
\ref pcm_plugins_smix "smix plugin".
|
||||
\ref pcm_plugins_dmix "dmix plugin".
|
||||
|
||||
\code
|
||||
pcm.name {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue