1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>ALSA project - the C library reference: /home/alsa/tmp/cvs/alsa-lib/include/pcm_external.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css"></head><body>
<!-- Generated by Doxygen 1.5.0 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul></div>
<h1>/home/alsa/tmp/cvs/alsa-lib/include/pcm_external.h File Reference</h1>External PCM plugin SDK. <a href="#_details">More...</a>
<p>
</p><p>
<a href="pcm__external_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tbody><tr><td><br>
</td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group___plugin___s_d_k.html#g04aa466636f2c1f897e15fb421d9e70c">SND_PCM_PLUGIN_ENTRY</a>(name) _snd_pcm_##name##_open</td></tr>
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group___plugin___s_d_k.html#g8967eab63e412743bf06493a3d7386d2">SND_PCM_PLUGIN_SYMBOL</a>(name) SND_DLSYM_BUILD_VERSION(SND_PCM_PLUGIN_ENTRY(name), SND_PCM_DLSYM_VERSION);</td></tr>
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group___plugin___s_d_k.html#gfb6259c15e8d5f72c5797d71f128063e">SND_PCM_PLUGIN_DEFINE_FUNC</a>(plugin)</td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" nowrap="nowrap" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="group___plugin___s_d_k.html#g2f6d194a3d7c6b9595cc57dd9801924c">snd_pcm_parse_control_id</a> (<a class="el" href="group___config.html#gb7dc173feea5bedcd999bba678eb53a7">snd_config_t</a> *conf, <a class="el" href="group___control.html#gd91a3e04a25060e07917389417d474e4">snd_ctl_elem_id_t</a> *ctl_id, int *cardp, int *cchannelsp, int *hwctlp)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Parse control element id from the config. <a href="group___plugin___s_d_k.html#g2f6d194a3d7c6b9595cc57dd9801924c"></a><br></td></tr>
</tbody></table>
</p><hr><a name="_details"></a><h2>Detailed Description</h2>
External PCM plugin SDK.
<p>
</p><dl class="author" compact="compact"><dt><b>Author:</b></dt><dd>Takashi Iwai <<a href="mailto:tiwai@suse.de">tiwai@suse.de</a>> </dd></dl>
<dl class="date" compact="compact"><dt><b>Date:</b></dt><dd>2005</dd></dl>
Extern PCM plugin SDK. <hr size="1"><address style=""><small>Generated on Wed Sep 9 14:37:08 2009 for ALSA project - the C library reference by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
</body></html>
|