EVOLUTION-MANAGER
Edit File: hwdep_8h_source.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.5"/> <title>ALSA project - the C library reference: /builddir/build/BUILD/alsa-lib-1.1.8/include/hwdep.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">ALSA project - the C library reference </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.5 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main Page</span></a></li> <li><a href="pages.html"><span>Related Pages</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 class="current"><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File List</span></a></li> <li><a href="globals.html"><span>Globals</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark"> </span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark"> </span>Pages</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">hwdep.h</div> </div> </div><!--header--> <div class="contents"> <a href="hwdep_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> </div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">/*</span></div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> * This library is free software; you can redistribute it and/or modify</span></div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * it under the terms of the GNU Lesser General Public License as</span></div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * published by the Free Software Foundation; either version 2.1 of</span></div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * the License, or (at your option) any later version.</span></div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> *</span></div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * This program is distributed in the hope that it will be useful,</span></div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> * GNU Lesser General Public License for more details.</span></div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> *</span></div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> * You should have received a copy of the GNU Lesser General Public</span></div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> * License along with this library; if not, write to the Free Software</span></div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment"> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</span></div> <div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"> *</span></div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment"> */</span></div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span> </div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#ifndef __ALSA_HWDEP_H</span></div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor"></span><span class="preprocessor">#define __ALSA_HWDEP_H</span></div> <div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor"></span></div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#ifdef __cplusplus</span></div> <div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {</div> <div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#endif</span></div> <div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor"></span></div> <div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gadbdb136d096a033b5a37da051334c311"> 42</a></span> <span class="preprocessor">#define SND_HWDEP_DLSYM_VERSION _dlsym_hwdep_001</span></div> <div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="preprocessor"></span></div> <div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="group___hw_dep.html#ga12be97323a913a065524c01fb163cb29"> 45</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span>_snd_hwdep_info <a class="code" href="group___hw_dep.html#ga12be97323a913a065524c01fb163cb29">snd_hwdep_info_t</a>;</div> <div class="line"><a name="l00046"></a><span class="lineno"> 46</span> </div> <div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="group___hw_dep.html#ga904ac34d4d2af6c080aa01d9d70f6ef2"> 48</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span>_snd_hwdep_dsp_status <a class="code" href="group___hw_dep.html#ga904ac34d4d2af6c080aa01d9d70f6ef2">snd_hwdep_dsp_status_t</a>;</div> <div class="line"><a name="l00049"></a><span class="lineno"> 49</span> </div> <div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="group___hw_dep.html#ga041c777902d3888a5b000ccd305f32ce"> 51</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span>_snd_hwdep_dsp_image <a class="code" href="group___hw_dep.html#ga041c777902d3888a5b000ccd305f32ce">snd_hwdep_dsp_image_t</a>;</div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span> </div> <div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="group___hw_dep.html#ga288eb9342aaea8317a7bfa03b22feaca"> 54</a></span> <span class="keyword">typedef</span> <span class="keyword">enum</span> _snd_hwdep_iface {</div> <div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa06892f4442380329139dfd755454b3d1"> 55</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa06892f4442380329139dfd755454b3d1">SND_HWDEP_IFACE_OPL2</a> = 0, </div> <div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa952e48f4f4fc5fb7f2472c5d0c679b36"> 56</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa952e48f4f4fc5fb7f2472c5d0c679b36">SND_HWDEP_IFACE_OPL3</a>, </div> <div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa122462f3f79578ac7408b476313ffa72"> 57</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa122462f3f79578ac7408b476313ffa72">SND_HWDEP_IFACE_OPL4</a>, </div> <div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa1043d86e7c1b34d3b844892674406aa4"> 58</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa1043d86e7c1b34d3b844892674406aa4">SND_HWDEP_IFACE_SB16CSP</a>, </div> <div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa805de2b442f7da96cea9d3864df67f14"> 59</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa805de2b442f7da96cea9d3864df67f14">SND_HWDEP_IFACE_EMU10K1</a>, </div> <div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa469940712513383aeb94e239e3388efb"> 60</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa469940712513383aeb94e239e3388efb">SND_HWDEP_IFACE_YSS225</a>, </div> <div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaafcd56e8aff83d4be3a9708f7d9f74204"> 61</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaafcd56e8aff83d4be3a9708f7d9f74204">SND_HWDEP_IFACE_ICS2115</a>, </div> <div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaad85f235cbfcb8ba4300d3ef6252ea62c"> 62</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaad85f235cbfcb8ba4300d3ef6252ea62c">SND_HWDEP_IFACE_SSCAPE</a>, </div> <div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa4a96dcd5734fe382cbfe8545522fa7e8"> 63</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa4a96dcd5734fe382cbfe8545522fa7e8">SND_HWDEP_IFACE_VX</a>, </div> <div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa47cfeee8ec9532f213b2151c9f411990"> 64</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa47cfeee8ec9532f213b2151c9f411990">SND_HWDEP_IFACE_MIXART</a>, </div> <div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaae7f996ad6c0601e558353404e32c4366"> 65</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaae7f996ad6c0601e558353404e32c4366">SND_HWDEP_IFACE_USX2Y</a>, </div> <div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa01f290961f48f4981d91b158f517000f"> 66</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa01f290961f48f4981d91b158f517000f">SND_HWDEP_IFACE_EMUX_WAVETABLE</a>, </div> <div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaaa644270f5423d396c973f32c82d489bf"> 67</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaaa644270f5423d396c973f32c82d489bf">SND_HWDEP_IFACE_BLUETOOTH</a>, </div> <div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa72513cceee36da63f12514742d491a29"> 68</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa72513cceee36da63f12514742d491a29">SND_HWDEP_IFACE_USX2Y_PCM</a>, </div> <div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa1871ee51a3434c7cf0e1afdff93c5775"> 69</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa1871ee51a3434c7cf0e1afdff93c5775">SND_HWDEP_IFACE_PCXHR</a>, </div> <div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa517dcdf103a96fab2aad10e8df123afc"> 70</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa517dcdf103a96fab2aad10e8df123afc">SND_HWDEP_IFACE_SB_RC</a>, </div> <div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaaf386ce97ea4a4bc1ae73be55da7e1b6d"> 71</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaaf386ce97ea4a4bc1ae73be55da7e1b6d">SND_HWDEP_IFACE_HDA</a>, </div> <div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa9dc5977a60b6d155fc6f6689f5208cab"> 72</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa9dc5977a60b6d155fc6f6689f5208cab">SND_HWDEP_IFACE_USB_STREAM</a>, </div> <div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaad82269a7bf2ea4c8ea69511292071ae8"> 73</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaad82269a7bf2ea4c8ea69511292071ae8">SND_HWDEP_IFACE_FW_DICE</a>, </div> <div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa98638b800a2d27eca5e70a63571e8c65"> 74</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa98638b800a2d27eca5e70a63571e8c65">SND_HWDEP_IFACE_FW_FIREWORKS</a>, </div> <div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa6fdaff4ff3d98b2d74815ee058fd574e"> 75</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa6fdaff4ff3d98b2d74815ee058fd574e">SND_HWDEP_IFACE_FW_BEBOB</a>, </div> <div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaab405c3453e2ec2c437945b2aeac92d09"> 76</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaab405c3453e2ec2c437945b2aeac92d09">SND_HWDEP_IFACE_FW_OXFW</a>, </div> <div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  SND_HWDEP_IFACE_FW_DIGI00X, <span class="comment">/* Digidesign Digi 002/003 family */</span></div> <div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  SND_HWDEP_IFACE_FW_TASCAM, <span class="comment">/* TASCAM FireWire series */</span></div> <div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  SND_HWDEP_IFACE_LINE6, <span class="comment">/* Line6 USB processors */</span></div> <div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  SND_HWDEP_IFACE_FW_MOTU, <span class="comment">/* MOTU FireWire series */</span></div> <div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  SND_HWDEP_IFACE_FW_FIREFACE, <span class="comment">/* RME Fireface series */</span></div> <div class="line"><a name="l00082"></a><span class="lineno"> 82</span> </div> <div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa08d49aeea9f376daf523a8f7b2825744"> 83</a></span>  <a class="code" href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa08d49aeea9f376daf523a8f7b2825744">SND_HWDEP_IFACE_LAST</a> = SND_HWDEP_IFACE_FW_FIREFACE, </div> <div class="line"><a name="l00084"></a><span class="lineno"> 84</span> } <a class="code" href="group___hw_dep.html#ga288eb9342aaea8317a7bfa03b22feaca">snd_hwdep_iface_t</a>;</div> <div class="line"><a name="l00085"></a><span class="lineno"> 85</span> </div> <div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="group___hw_dep.html#ga0c719693523de2875822c7c488aa46af"> 87</a></span> <span class="preprocessor">#define SND_HWDEP_OPEN_READ (O_RDONLY)</span></div> <div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="preprocessor"></span></div> <div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="group___hw_dep.html#ga256f488476a56156609160ce2a8ff4fb"> 89</a></span> <span class="preprocessor">#define SND_HWDEP_OPEN_WRITE (O_WRONLY)</span></div> <div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="preprocessor"></span></div> <div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="group___hw_dep.html#ga65dd0ca8c1810b8e9c7f9d95a09d444f"> 91</a></span> <span class="preprocessor">#define SND_HWDEP_OPEN_DUPLEX (O_RDWR)</span></div> <div class="line"><a name="l00092"></a><span class="lineno"> 92</span> <span class="preprocessor"></span></div> <div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gaf29d78d2741d1b7dc2647cd2e6525a10"> 93</a></span> <span class="preprocessor">#define SND_HWDEP_OPEN_NONBLOCK (O_NONBLOCK)</span></div> <div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <span class="preprocessor"></span></div> <div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="group___hw_dep.html#ga839de1d3a2bf9495cc631c08099bca79"> 96</a></span> <span class="keyword">typedef</span> <span class="keyword">enum</span> _snd_hwdep_type {</div> <div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga839de1d3a2bf9495cc631c08099bca79a177e7de0de2e799ff985de775ebee841"> 98</a></span>  <a class="code" href="group___hw_dep.html#gga839de1d3a2bf9495cc631c08099bca79a177e7de0de2e799ff985de775ebee841">SND_HWDEP_TYPE_HW</a>,</div> <div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga839de1d3a2bf9495cc631c08099bca79a59cee94d2b24ab7d23be97cb88705e64"> 100</a></span>  <a class="code" href="group___hw_dep.html#gga839de1d3a2bf9495cc631c08099bca79a59cee94d2b24ab7d23be97cb88705e64">SND_HWDEP_TYPE_SHM</a>,</div> <div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gga839de1d3a2bf9495cc631c08099bca79ae9843ef92e5b944c9b0623389a38fe29"> 102</a></span>  <a class="code" href="group___hw_dep.html#gga839de1d3a2bf9495cc631c08099bca79ae9843ef92e5b944c9b0623389a38fe29">SND_HWDEP_TYPE_INET</a></div> <div class="line"><a name="l00103"></a><span class="lineno"> 103</span> } <a class="code" href="group___hw_dep.html#ga839de1d3a2bf9495cc631c08099bca79">snd_hwdep_type_t</a>;</div> <div class="line"><a name="l00104"></a><span class="lineno"> 104</span> </div> <div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="group___hw_dep.html#ga1f13b151f43d06b257c71570010b2ed0"> 106</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span>_snd_hwdep <a class="code" href="group___hw_dep.html#ga1f13b151f43d06b257c71570010b2ed0">snd_hwdep_t</a>;</div> <div class="line"><a name="l00107"></a><span class="lineno"> 107</span> </div> <div class="line"><a name="l00108"></a><span class="lineno"> 108</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#gaade8a9030fadb398fdb6d139f360f07e">snd_hwdep_open</a>(<a class="code" href="group___hw_dep.html#ga1f13b151f43d06b257c71570010b2ed0">snd_hwdep_t</a> **hwdep, <span class="keyword">const</span> <span class="keywordtype">char</span> *name, <span class="keywordtype">int</span> mode);</div> <div class="line"><a name="l00109"></a><span class="lineno"> 109</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#ga35ba1e894c069b37012604abf1432314">snd_hwdep_close</a>(<a class="code" href="group___hw_dep.html#ga1f13b151f43d06b257c71570010b2ed0">snd_hwdep_t</a> *hwdep);</div> <div class="line"><a name="l00110"></a><span class="lineno"> 110</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#ga179b89384deb4c5a76b7017e6ba6af88">snd_hwdep_poll_descriptors</a>(<a class="code" href="group___hw_dep.html#ga1f13b151f43d06b257c71570010b2ed0">snd_hwdep_t</a> *hwdep, <span class="keyword">struct</span> pollfd *pfds, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> space);</div> <div class="line"><a name="l00111"></a><span class="lineno"> 111</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#gacc4e48e9d9fa90fb5e35b3502cfe6f7f">snd_hwdep_poll_descriptors_count</a>(<a class="code" href="group___hw_dep.html#ga1f13b151f43d06b257c71570010b2ed0">snd_hwdep_t</a> *hwdep);</div> <div class="line"><a name="l00112"></a><span class="lineno"> 112</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#ga654b2c89f1e6bc16e590161340f1e3d9">snd_hwdep_poll_descriptors_revents</a>(<a class="code" href="group___hw_dep.html#ga1f13b151f43d06b257c71570010b2ed0">snd_hwdep_t</a> *hwdep, <span class="keyword">struct</span> pollfd *pfds, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> nfds, <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> *revents);</div> <div class="line"><a name="l00113"></a><span class="lineno"> 113</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#ga6eaa5f13367625587fdd955fb4cb4c51">snd_hwdep_nonblock</a>(<a class="code" href="group___hw_dep.html#ga1f13b151f43d06b257c71570010b2ed0">snd_hwdep_t</a> *hwdep, <span class="keywordtype">int</span> nonblock);</div> <div class="line"><a name="l00114"></a><span class="lineno"> 114</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#ga97f208875f4ec6a253f088e3c2c084c1">snd_hwdep_info</a>(<a class="code" href="group___hw_dep.html#ga1f13b151f43d06b257c71570010b2ed0">snd_hwdep_t</a> *hwdep, <a class="code" href="group___hw_dep.html#ga12be97323a913a065524c01fb163cb29">snd_hwdep_info_t</a> * info);</div> <div class="line"><a name="l00115"></a><span class="lineno"> 115</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#gaf071b6171019a11a72367cc7f9613f5d">snd_hwdep_dsp_status</a>(<a class="code" href="group___hw_dep.html#ga1f13b151f43d06b257c71570010b2ed0">snd_hwdep_t</a> *hwdep, <a class="code" href="group___hw_dep.html#ga904ac34d4d2af6c080aa01d9d70f6ef2">snd_hwdep_dsp_status_t</a> *status);</div> <div class="line"><a name="l00116"></a><span class="lineno"> 116</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#ga7316c8ce8d4ba06b58e6536e3cf96223">snd_hwdep_dsp_load</a>(<a class="code" href="group___hw_dep.html#ga1f13b151f43d06b257c71570010b2ed0">snd_hwdep_t</a> *hwdep, <a class="code" href="group___hw_dep.html#ga041c777902d3888a5b000ccd305f32ce">snd_hwdep_dsp_image_t</a> *block);</div> <div class="line"><a name="l00117"></a><span class="lineno"> 117</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#ga74f5260b0f5f779932bfe7afcf68ecb1">snd_hwdep_ioctl</a>(<a class="code" href="group___hw_dep.html#ga1f13b151f43d06b257c71570010b2ed0">snd_hwdep_t</a> *hwdep, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> request, <span class="keywordtype">void</span> * arg);</div> <div class="line"><a name="l00118"></a><span class="lineno"> 118</span> ssize_t <a class="code" href="group___hw_dep.html#ga4c158ce0db68b8bfac1a00abe5e2ffcd">snd_hwdep_write</a>(<a class="code" href="group___hw_dep.html#ga1f13b151f43d06b257c71570010b2ed0">snd_hwdep_t</a> *hwdep, <span class="keyword">const</span> <span class="keywordtype">void</span> *buffer, <span class="keywordtype">size_t</span> size);</div> <div class="line"><a name="l00119"></a><span class="lineno"> 119</span> ssize_t <a class="code" href="group___hw_dep.html#ga7ef0c6e7ae7b838d509dd09b800b321f">snd_hwdep_read</a>(<a class="code" href="group___hw_dep.html#ga1f13b151f43d06b257c71570010b2ed0">snd_hwdep_t</a> *hwdep, <span class="keywordtype">void</span> *buffer, <span class="keywordtype">size_t</span> size);</div> <div class="line"><a name="l00120"></a><span class="lineno"> 120</span> </div> <div class="line"><a name="l00121"></a><span class="lineno"> 121</span> <span class="keywordtype">size_t</span> <a class="code" href="group___hw_dep.html#gad39906514d5d04b7ebcc190382b8bd27">snd_hwdep_info_sizeof</a>(<span class="keywordtype">void</span>);</div> <div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="group___hw_dep.html#ga209969eb18c5461a5cf2ce331c8d0898"> 123</a></span> <span class="preprocessor">#define snd_hwdep_info_alloca(ptr) __snd_alloca(ptr, snd_hwdep_info)</span></div> <div class="line"><a name="l00124"></a><span class="lineno"> 124</span> <span class="preprocessor"></span><span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#gab6831cd666bea427ab3779710e90a857">snd_hwdep_info_malloc</a>(<a class="code" href="group___hw_dep.html#ga12be97323a913a065524c01fb163cb29">snd_hwdep_info_t</a> **<a class="code" href="seq__event_8h.html#add9af9569af79ec26dd741fb226b38ba">ptr</a>);</div> <div class="line"><a name="l00125"></a><span class="lineno"> 125</span> <span class="keywordtype">void</span> <a class="code" href="group___hw_dep.html#ga9e19ef5118f808962689c3d947af1a00">snd_hwdep_info_free</a>(<a class="code" href="group___hw_dep.html#ga12be97323a913a065524c01fb163cb29">snd_hwdep_info_t</a> *obj);</div> <div class="line"><a name="l00126"></a><span class="lineno"> 126</span> <span class="keywordtype">void</span> <a class="code" href="group___hw_dep.html#ga3132936fc99968e59df02711d2927018">snd_hwdep_info_copy</a>(<a class="code" href="group___hw_dep.html#ga12be97323a913a065524c01fb163cb29">snd_hwdep_info_t</a> *dst, <span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga12be97323a913a065524c01fb163cb29">snd_hwdep_info_t</a> *src);</div> <div class="line"><a name="l00127"></a><span class="lineno"> 127</span> </div> <div class="line"><a name="l00128"></a><span class="lineno"> 128</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#ga23deebecc5e88b0124222ebf73999c24">snd_hwdep_info_get_device</a>(<span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga12be97323a913a065524c01fb163cb29">snd_hwdep_info_t</a> *obj);</div> <div class="line"><a name="l00129"></a><span class="lineno"> 129</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#ga04193d4395908c0e31ac826ac05d3824">snd_hwdep_info_get_card</a>(<span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga12be97323a913a065524c01fb163cb29">snd_hwdep_info_t</a> *obj);</div> <div class="line"><a name="l00130"></a><span class="lineno"> 130</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="group___hw_dep.html#ga80bb1ca217fa051086e7f2ab5821ee34">snd_hwdep_info_get_id</a>(<span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga12be97323a913a065524c01fb163cb29">snd_hwdep_info_t</a> *obj);</div> <div class="line"><a name="l00131"></a><span class="lineno"> 131</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="group___hw_dep.html#gaf7f6251acc0f26d6fefc2c28fcf90c6a">snd_hwdep_info_get_name</a>(<span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga12be97323a913a065524c01fb163cb29">snd_hwdep_info_t</a> *obj);</div> <div class="line"><a name="l00132"></a><span class="lineno"> 132</span> <a class="code" href="group___hw_dep.html#ga288eb9342aaea8317a7bfa03b22feaca">snd_hwdep_iface_t</a> <a class="code" href="group___hw_dep.html#ga7d846bea699c0917f54d75fe5d76a58e">snd_hwdep_info_get_iface</a>(<span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga12be97323a913a065524c01fb163cb29">snd_hwdep_info_t</a> *obj);</div> <div class="line"><a name="l00133"></a><span class="lineno"> 133</span> <span class="keywordtype">void</span> <a class="code" href="group___hw_dep.html#ga5f497ef1c3a675af203923d93eda4202">snd_hwdep_info_set_device</a>(<a class="code" href="group___hw_dep.html#ga12be97323a913a065524c01fb163cb29">snd_hwdep_info_t</a> *obj, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> val);</div> <div class="line"><a name="l00134"></a><span class="lineno"> 134</span> </div> <div class="line"><a name="l00135"></a><span class="lineno"> 135</span> <span class="keywordtype">size_t</span> <a class="code" href="group___hw_dep.html#ga54205faff69bdd35b996863094bafada">snd_hwdep_dsp_status_sizeof</a>(<span class="keywordtype">void</span>);</div> <div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="group___hw_dep.html#gaa8ff5094038689503524a6c38e7064cd"> 137</a></span> <span class="preprocessor">#define snd_hwdep_dsp_status_alloca(ptr) __snd_alloca(ptr, snd_hwdep_dsp_status)</span></div> <div class="line"><a name="l00138"></a><span class="lineno"> 138</span> <span class="preprocessor"></span><span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#ga444c5bd71b0a3756084450dfb7528c6d">snd_hwdep_dsp_status_malloc</a>(<a class="code" href="group___hw_dep.html#ga904ac34d4d2af6c080aa01d9d70f6ef2">snd_hwdep_dsp_status_t</a> **<a class="code" href="seq__event_8h.html#add9af9569af79ec26dd741fb226b38ba">ptr</a>);</div> <div class="line"><a name="l00139"></a><span class="lineno"> 139</span> <span class="keywordtype">void</span> <a class="code" href="group___hw_dep.html#gaa7d3a0f8f01805b10342581893e9671e">snd_hwdep_dsp_status_free</a>(<a class="code" href="group___hw_dep.html#ga904ac34d4d2af6c080aa01d9d70f6ef2">snd_hwdep_dsp_status_t</a> *obj);</div> <div class="line"><a name="l00140"></a><span class="lineno"> 140</span> <span class="keywordtype">void</span> <a class="code" href="group___hw_dep.html#gacc06c08ac09beec6b50fddf5496ce25b">snd_hwdep_dsp_status_copy</a>(<a class="code" href="group___hw_dep.html#ga904ac34d4d2af6c080aa01d9d70f6ef2">snd_hwdep_dsp_status_t</a> *dst, <span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga904ac34d4d2af6c080aa01d9d70f6ef2">snd_hwdep_dsp_status_t</a> *src);</div> <div class="line"><a name="l00141"></a><span class="lineno"> 141</span> </div> <div class="line"><a name="l00142"></a><span class="lineno"> 142</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#ga52f6b403c2a4947c647043fdd7c5dbf7">snd_hwdep_dsp_status_get_version</a>(<span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga904ac34d4d2af6c080aa01d9d70f6ef2">snd_hwdep_dsp_status_t</a> *obj);</div> <div class="line"><a name="l00143"></a><span class="lineno"> 143</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="group___hw_dep.html#ga3f62477a689ef9e84048f7ba8e33a792">snd_hwdep_dsp_status_get_id</a>(<span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga904ac34d4d2af6c080aa01d9d70f6ef2">snd_hwdep_dsp_status_t</a> *obj);</div> <div class="line"><a name="l00144"></a><span class="lineno"> 144</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#gac49bce861455b700ba79c3eb9f73aae9">snd_hwdep_dsp_status_get_num_dsps</a>(<span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga904ac34d4d2af6c080aa01d9d70f6ef2">snd_hwdep_dsp_status_t</a> *obj);</div> <div class="line"><a name="l00145"></a><span class="lineno"> 145</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#ga6c5e57aaf95a248814897bd80e12edf4">snd_hwdep_dsp_status_get_dsp_loaded</a>(<span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga904ac34d4d2af6c080aa01d9d70f6ef2">snd_hwdep_dsp_status_t</a> *obj);</div> <div class="line"><a name="l00146"></a><span class="lineno"> 146</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#gaf49d8044583b6f0c890bbb6a493734e8">snd_hwdep_dsp_status_get_chip_ready</a>(<span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga904ac34d4d2af6c080aa01d9d70f6ef2">snd_hwdep_dsp_status_t</a> *obj);</div> <div class="line"><a name="l00147"></a><span class="lineno"> 147</span> </div> <div class="line"><a name="l00148"></a><span class="lineno"> 148</span> <span class="keywordtype">size_t</span> <a class="code" href="group___hw_dep.html#ga8a5e773b145d973ea5c75057974a371d">snd_hwdep_dsp_image_sizeof</a>(<span class="keywordtype">void</span>);</div> <div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="group___hw_dep.html#ga228ee5cb7404cabc425d8aa135287475"> 150</a></span> <span class="preprocessor">#define snd_hwdep_dsp_image_alloca(ptr) __snd_alloca(ptr, snd_hwdep_dsp_image)</span></div> <div class="line"><a name="l00151"></a><span class="lineno"> 151</span> <span class="preprocessor"></span><span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#gacf44ffc69400d7d195809c18cb71f89d">snd_hwdep_dsp_image_malloc</a>(<a class="code" href="group___hw_dep.html#ga041c777902d3888a5b000ccd305f32ce">snd_hwdep_dsp_image_t</a> **<a class="code" href="seq__event_8h.html#add9af9569af79ec26dd741fb226b38ba">ptr</a>);</div> <div class="line"><a name="l00152"></a><span class="lineno"> 152</span> <span class="keywordtype">void</span> <a class="code" href="group___hw_dep.html#ga95c9c00e3b9b20ba6a92ac9d14c5cfdd">snd_hwdep_dsp_image_free</a>(<a class="code" href="group___hw_dep.html#ga041c777902d3888a5b000ccd305f32ce">snd_hwdep_dsp_image_t</a> *obj);</div> <div class="line"><a name="l00153"></a><span class="lineno"> 153</span> <span class="keywordtype">void</span> <a class="code" href="group___hw_dep.html#ga4178c718645804dffde98bf210e447b5">snd_hwdep_dsp_image_copy</a>(<a class="code" href="group___hw_dep.html#ga041c777902d3888a5b000ccd305f32ce">snd_hwdep_dsp_image_t</a> *dst, <span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga041c777902d3888a5b000ccd305f32ce">snd_hwdep_dsp_image_t</a> *src);</div> <div class="line"><a name="l00154"></a><span class="lineno"> 154</span> </div> <div class="line"><a name="l00155"></a><span class="lineno"> 155</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="group___hw_dep.html#gada5fa0eaa5a4a941dc5b79ae1897db76">snd_hwdep_dsp_image_get_index</a>(<span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga041c777902d3888a5b000ccd305f32ce">snd_hwdep_dsp_image_t</a> *obj);</div> <div class="line"><a name="l00156"></a><span class="lineno"> 156</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="group___hw_dep.html#ga025e4656f44f73d8c372b8b10285f202">snd_hwdep_dsp_image_get_name</a>(<span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga041c777902d3888a5b000ccd305f32ce">snd_hwdep_dsp_image_t</a> *obj);</div> <div class="line"><a name="l00157"></a><span class="lineno"> 157</span> <span class="keyword">const</span> <span class="keywordtype">void</span> *<a class="code" href="group___hw_dep.html#ga330539511a4fe2936351b34a26cf96ff">snd_hwdep_dsp_image_get_image</a>(<span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga041c777902d3888a5b000ccd305f32ce">snd_hwdep_dsp_image_t</a> *obj);</div> <div class="line"><a name="l00158"></a><span class="lineno"> 158</span> <span class="keywordtype">size_t</span> <a class="code" href="group___hw_dep.html#gaf6087e4530245055c8cceaa74df629aa">snd_hwdep_dsp_image_get_length</a>(<span class="keyword">const</span> <a class="code" href="group___hw_dep.html#ga041c777902d3888a5b000ccd305f32ce">snd_hwdep_dsp_image_t</a> *obj);</div> <div class="line"><a name="l00159"></a><span class="lineno"> 159</span> </div> <div class="line"><a name="l00160"></a><span class="lineno"> 160</span> <span class="keywordtype">void</span> <a class="code" href="group___hw_dep.html#ga6e93c88a4595ac0915211dca5f46ab72">snd_hwdep_dsp_image_set_index</a>(<a class="code" href="group___hw_dep.html#ga041c777902d3888a5b000ccd305f32ce">snd_hwdep_dsp_image_t</a> *obj, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> _index);</div> <div class="line"><a name="l00161"></a><span class="lineno"> 161</span> <span class="keywordtype">void</span> <a class="code" href="group___hw_dep.html#gab6529c1bf1aba5bf2abdbbf157a4e9e0">snd_hwdep_dsp_image_set_name</a>(<a class="code" href="group___hw_dep.html#ga041c777902d3888a5b000ccd305f32ce">snd_hwdep_dsp_image_t</a> *obj, <span class="keyword">const</span> <span class="keywordtype">char</span> *name);</div> <div class="line"><a name="l00162"></a><span class="lineno"> 162</span> <span class="keywordtype">void</span> <a class="code" href="group___hw_dep.html#ga3da9921e2aab7ab9ed91a39c4f3f6a0f">snd_hwdep_dsp_image_set_image</a>(<a class="code" href="group___hw_dep.html#ga041c777902d3888a5b000ccd305f32ce">snd_hwdep_dsp_image_t</a> *obj, <span class="keywordtype">void</span> *buffer);</div> <div class="line"><a name="l00163"></a><span class="lineno"> 163</span> <span class="keywordtype">void</span> <a class="code" href="group___hw_dep.html#ga6de5750e29632c68af2648dcb11a1429">snd_hwdep_dsp_image_set_length</a>(<a class="code" href="group___hw_dep.html#ga041c777902d3888a5b000ccd305f32ce">snd_hwdep_dsp_image_t</a> *obj, <span class="keywordtype">size_t</span> length);</div> <div class="line"><a name="l00164"></a><span class="lineno"> 164</span> </div> <div class="line"><a name="l00167"></a><span class="lineno"> 167</span> <span class="preprocessor">#ifdef __cplusplus</span></div> <div class="line"><a name="l00168"></a><span class="lineno"> 168</span> <span class="preprocessor"></span>}</div> <div class="line"><a name="l00169"></a><span class="lineno"> 169</span> <span class="preprocessor">#endif</span></div> <div class="line"><a name="l00170"></a><span class="lineno"> 170</span> <span class="preprocessor"></span></div> <div class="line"><a name="l00171"></a><span class="lineno"> 171</span> <span class="preprocessor">#endif </span><span class="comment">/* __ALSA_HWDEP_H */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00172"></a><span class="lineno"> 172</span> <span class="preprocessor"></span></div> <div class="ttc" id="group___hw_dep_html_gaf071b6171019a11a72367cc7f9613f5d"><div class="ttname"><a href="group___hw_dep.html#gaf071b6171019a11a72367cc7f9613f5d">snd_hwdep_dsp_status</a></div><div class="ttdeci">int snd_hwdep_dsp_status(snd_hwdep_t *hwdep, snd_hwdep_dsp_status_t *status)</div><div class="ttdoc">get the DSP status information </div><div class="ttdef"><b>Definition:</b> hwdep.c:502</div></div> <div class="ttc" id="group___hw_dep_html_ga179b89384deb4c5a76b7017e6ba6af88"><div class="ttname"><a href="group___hw_dep.html#ga179b89384deb4c5a76b7017e6ba6af88">snd_hwdep_poll_descriptors</a></div><div class="ttdeci">int snd_hwdep_poll_descriptors(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int space)</div><div class="ttdoc">get poll descriptors </div><div class="ttdef"><b>Definition:</b> hwdep.c:266</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaa805de2b442f7da96cea9d3864df67f14"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa805de2b442f7da96cea9d3864df67f14">SND_HWDEP_IFACE_EMU10K1</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:59</div></div> <div class="ttc" id="group___hw_dep_html_gga839de1d3a2bf9495cc631c08099bca79ae9843ef92e5b944c9b0623389a38fe29"><div class="ttname"><a href="group___hw_dep.html#gga839de1d3a2bf9495cc631c08099bca79ae9843ef92e5b944c9b0623389a38fe29">SND_HWDEP_TYPE_INET</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:102</div></div> <div class="ttc" id="group___hw_dep_html_ga6e93c88a4595ac0915211dca5f46ab72"><div class="ttname"><a href="group___hw_dep.html#ga6e93c88a4595ac0915211dca5f46ab72">snd_hwdep_dsp_image_set_index</a></div><div class="ttdeci">void snd_hwdep_dsp_image_set_index(snd_hwdep_dsp_image_t *obj, unsigned int _index)</div><div class="ttdoc">set the DSP block index </div><div class="ttdef"><b>Definition:</b> hwdep.c:726</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaaa644270f5423d396c973f32c82d489bf"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaaa644270f5423d396c973f32c82d489bf">SND_HWDEP_IFACE_BLUETOOTH</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:67</div></div> <div class="ttc" id="group___hw_dep_html_ga9e19ef5118f808962689c3d947af1a00"><div class="ttname"><a href="group___hw_dep.html#ga9e19ef5118f808962689c3d947af1a00">snd_hwdep_info_free</a></div><div class="ttdeci">void snd_hwdep_info_free(snd_hwdep_info_t *obj)</div><div class="ttdoc">frees the snd_hwdep_info_t structure </div><div class="ttdef"><b>Definition:</b> hwdep.c:359</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaa98638b800a2d27eca5e70a63571e8c65"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa98638b800a2d27eca5e70a63571e8c65">SND_HWDEP_IFACE_FW_FIREWORKS</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:74</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaad82269a7bf2ea4c8ea69511292071ae8"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaad82269a7bf2ea4c8ea69511292071ae8">SND_HWDEP_IFACE_FW_DICE</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:73</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaa4a96dcd5734fe382cbfe8545522fa7e8"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa4a96dcd5734fe382cbfe8545522fa7e8">SND_HWDEP_IFACE_VX</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:63</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaa1043d86e7c1b34d3b844892674406aa4"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa1043d86e7c1b34d3b844892674406aa4">SND_HWDEP_IFACE_SB16CSP</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:58</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaa08d49aeea9f376daf523a8f7b2825744"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa08d49aeea9f376daf523a8f7b2825744">SND_HWDEP_IFACE_LAST</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:83</div></div> <div class="ttc" id="group___hw_dep_html_ga444c5bd71b0a3756084450dfb7528c6d"><div class="ttname"><a href="group___hw_dep.html#ga444c5bd71b0a3756084450dfb7528c6d">snd_hwdep_dsp_status_malloc</a></div><div class="ttdeci">int snd_hwdep_dsp_status_malloc(snd_hwdep_dsp_status_t **ptr)</div><div class="ttdoc">allocate a new snd_hwdep_dsp_status_t structure </div><div class="ttdef"><b>Definition:</b> hwdep.c:539</div></div> <div class="ttc" id="group___hw_dep_html_gad39906514d5d04b7ebcc190382b8bd27"><div class="ttname"><a href="group___hw_dep.html#gad39906514d5d04b7ebcc190382b8bd27">snd_hwdep_info_sizeof</a></div><div class="ttdeci">size_t snd_hwdep_info_sizeof(void)</div><div class="ttdoc">get size of the snd_hwdep_info_t structure in bytes </div><div class="ttdef"><b>Definition:</b> hwdep.c:330</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaaf386ce97ea4a4bc1ae73be55da7e1b6d"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaaf386ce97ea4a4bc1ae73be55da7e1b6d">SND_HWDEP_IFACE_HDA</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:71</div></div> <div class="ttc" id="group___hw_dep_html_ga23deebecc5e88b0124222ebf73999c24"><div class="ttname"><a href="group___hw_dep.html#ga23deebecc5e88b0124222ebf73999c24">snd_hwdep_info_get_device</a></div><div class="ttdeci">unsigned int snd_hwdep_info_get_device(const snd_hwdep_info_t *obj)</div><div class="ttdoc">get hwdep device number </div><div class="ttdef"><b>Definition:</b> hwdep.c:392</div></div> <div class="ttc" id="group___hw_dep_html_ga1f13b151f43d06b257c71570010b2ed0"><div class="ttname"><a href="group___hw_dep.html#ga1f13b151f43d06b257c71570010b2ed0">snd_hwdep_t</a></div><div class="ttdeci">struct _snd_hwdep snd_hwdep_t</div><div class="ttdef"><b>Definition:</b> hwdep.h:106</div></div> <div class="ttc" id="group___hw_dep_html_ga80bb1ca217fa051086e7f2ab5821ee34"><div class="ttname"><a href="group___hw_dep.html#ga80bb1ca217fa051086e7f2ab5821ee34">snd_hwdep_info_get_id</a></div><div class="ttdeci">const char * snd_hwdep_info_get_id(const snd_hwdep_info_t *obj)</div><div class="ttdoc">get hwdep driver identifier </div><div class="ttdef"><b>Definition:</b> hwdep.c:403</div></div> <div class="ttc" id="group___hw_dep_html_gaa7d3a0f8f01805b10342581893e9671e"><div class="ttname"><a href="group___hw_dep.html#gaa7d3a0f8f01805b10342581893e9671e">snd_hwdep_dsp_status_free</a></div><div class="ttdeci">void snd_hwdep_dsp_status_free(snd_hwdep_dsp_status_t *obj)</div><div class="ttdoc">frees the snd_hwdep_dsp_status_t structure </div><div class="ttdef"><b>Definition:</b> hwdep.c:555</div></div> <div class="ttc" id="group___hw_dep_html_ga7d846bea699c0917f54d75fe5d76a58e"><div class="ttname"><a href="group___hw_dep.html#ga7d846bea699c0917f54d75fe5d76a58e">snd_hwdep_info_get_iface</a></div><div class="ttdeci">snd_hwdep_iface_t snd_hwdep_info_get_iface(const snd_hwdep_info_t *obj)</div><div class="ttdoc">get hwdep protocol interface </div><div class="ttdef"><b>Definition:</b> hwdep.c:425</div></div> <div class="ttc" id="group___hw_dep_html_gaf49d8044583b6f0c890bbb6a493734e8"><div class="ttname"><a href="group___hw_dep.html#gaf49d8044583b6f0c890bbb6a493734e8">snd_hwdep_dsp_status_get_chip_ready</a></div><div class="ttdeci">unsigned int snd_hwdep_dsp_status_get_chip_ready(const snd_hwdep_dsp_status_t *obj)</div><div class="ttdoc">get the chip status of dsp loader </div><div class="ttdef"><b>Definition:</b> hwdep.c:621</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaa122462f3f79578ac7408b476313ffa72"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa122462f3f79578ac7408b476313ffa72">SND_HWDEP_IFACE_OPL4</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:57</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaa469940712513383aeb94e239e3388efb"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa469940712513383aeb94e239e3388efb">SND_HWDEP_IFACE_YSS225</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:60</div></div> <div class="ttc" id="group___hw_dep_html_ga6de5750e29632c68af2648dcb11a1429"><div class="ttname"><a href="group___hw_dep.html#ga6de5750e29632c68af2648dcb11a1429">snd_hwdep_dsp_image_set_length</a></div><div class="ttdeci">void snd_hwdep_dsp_image_set_length(snd_hwdep_dsp_image_t *obj, size_t length)</div><div class="ttdoc">set the DSP block length </div><div class="ttdef"><b>Definition:</b> hwdep.c:749</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaab405c3453e2ec2c437945b2aeac92d09"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaab405c3453e2ec2c437945b2aeac92d09">SND_HWDEP_IFACE_FW_OXFW</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:76</div></div> <div class="ttc" id="group___hw_dep_html_ga7ef0c6e7ae7b838d509dd09b800b321f"><div class="ttname"><a href="group___hw_dep.html#ga7ef0c6e7ae7b838d509dd09b800b321f">snd_hwdep_read</a></div><div class="ttdeci">ssize_t snd_hwdep_read(snd_hwdep_t *hwdep, void *buffer, size_t size)</div><div class="ttdoc">read bytes using HwDep handle </div><div class="ttdef"><b>Definition:</b> hwdep.c:488</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaa1871ee51a3434c7cf0e1afdff93c5775"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa1871ee51a3434c7cf0e1afdff93c5775">SND_HWDEP_IFACE_PCXHR</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:69</div></div> <div class="ttc" id="group___hw_dep_html_gacf44ffc69400d7d195809c18cb71f89d"><div class="ttname"><a href="group___hw_dep.html#gacf44ffc69400d7d195809c18cb71f89d">snd_hwdep_dsp_image_malloc</a></div><div class="ttdeci">int snd_hwdep_dsp_image_malloc(snd_hwdep_dsp_image_t **ptr)</div><div class="ttdoc">allocate a new snd_hwdep_dsp_image_t structure </div><div class="ttdef"><b>Definition:</b> hwdep.c:644</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaad85f235cbfcb8ba4300d3ef6252ea62c"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaad85f235cbfcb8ba4300d3ef6252ea62c">SND_HWDEP_IFACE_SSCAPE</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:62</div></div> <div class="ttc" id="group___hw_dep_html_ga8a5e773b145d973ea5c75057974a371d"><div class="ttname"><a href="group___hw_dep.html#ga8a5e773b145d973ea5c75057974a371d">snd_hwdep_dsp_image_sizeof</a></div><div class="ttdeci">size_t snd_hwdep_dsp_image_sizeof(void)</div><div class="ttdoc">get size of the snd_hwdep_dsp_image_t structure in bytes </div><div class="ttdef"><b>Definition:</b> hwdep.c:631</div></div> <div class="ttc" id="group___hw_dep_html_ga041c777902d3888a5b000ccd305f32ce"><div class="ttname"><a href="group___hw_dep.html#ga041c777902d3888a5b000ccd305f32ce">snd_hwdep_dsp_image_t</a></div><div class="ttdeci">struct _snd_hwdep_dsp_image snd_hwdep_dsp_image_t</div><div class="ttdef"><b>Definition:</b> hwdep.h:51</div></div> <div class="ttc" id="group___hw_dep_html_gab6831cd666bea427ab3779710e90a857"><div class="ttname"><a href="group___hw_dep.html#gab6831cd666bea427ab3779710e90a857">snd_hwdep_info_malloc</a></div><div class="ttdeci">int snd_hwdep_info_malloc(snd_hwdep_info_t **ptr)</div><div class="ttdoc">allocate a new snd_hwdep_info_t structure </div><div class="ttdef"><b>Definition:</b> hwdep.c:343</div></div> <div class="ttc" id="group___hw_dep_html_ga35ba1e894c069b37012604abf1432314"><div class="ttname"><a href="group___hw_dep.html#ga35ba1e894c069b37012604abf1432314">snd_hwdep_close</a></div><div class="ttdeci">int snd_hwdep_close(snd_hwdep_t *hwdep)</div><div class="ttdoc">close HwDep handle </div><div class="ttdef"><b>Definition:</b> hwdep.c:209</div></div> <div class="ttc" id="group___hw_dep_html_ga12be97323a913a065524c01fb163cb29"><div class="ttname"><a href="group___hw_dep.html#ga12be97323a913a065524c01fb163cb29">snd_hwdep_info_t</a></div><div class="ttdeci">struct _snd_hwdep_info snd_hwdep_info_t</div><div class="ttdef"><b>Definition:</b> hwdep.h:45</div></div> <div class="ttc" id="group___hw_dep_html_ga54205faff69bdd35b996863094bafada"><div class="ttname"><a href="group___hw_dep.html#ga54205faff69bdd35b996863094bafada">snd_hwdep_dsp_status_sizeof</a></div><div class="ttdeci">size_t snd_hwdep_dsp_status_sizeof(void)</div><div class="ttdoc">get size of the snd_hwdep_dsp_status_t structure in bytes </div><div class="ttdef"><b>Definition:</b> hwdep.c:526</div></div> <div class="ttc" id="group___hw_dep_html_gab6529c1bf1aba5bf2abdbbf157a4e9e0"><div class="ttname"><a href="group___hw_dep.html#gab6529c1bf1aba5bf2abdbbf157a4e9e0">snd_hwdep_dsp_image_set_name</a></div><div class="ttdeci">void snd_hwdep_dsp_image_set_name(snd_hwdep_dsp_image_t *obj, const char *name)</div><div class="ttdoc">set the name of the DSP block </div><div class="ttdef"><b>Definition:</b> hwdep.c:737</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaa517dcdf103a96fab2aad10e8df123afc"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa517dcdf103a96fab2aad10e8df123afc">SND_HWDEP_IFACE_SB_RC</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:70</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaa47cfeee8ec9532f213b2151c9f411990"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa47cfeee8ec9532f213b2151c9f411990">SND_HWDEP_IFACE_MIXART</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:64</div></div> <div class="ttc" id="group___hw_dep_html_gacc06c08ac09beec6b50fddf5496ce25b"><div class="ttname"><a href="group___hw_dep.html#gacc06c08ac09beec6b50fddf5496ce25b">snd_hwdep_dsp_status_copy</a></div><div class="ttdeci">void snd_hwdep_dsp_status_copy(snd_hwdep_dsp_status_t *dst, const snd_hwdep_dsp_status_t *src)</div><div class="ttdoc">copy one snd_hwdep_dsp_status_t structure to another </div><div class="ttdef"><b>Definition:</b> hwdep.c:566</div></div> <div class="ttc" id="group___hw_dep_html_gga839de1d3a2bf9495cc631c08099bca79a177e7de0de2e799ff985de775ebee841"><div class="ttname"><a href="group___hw_dep.html#gga839de1d3a2bf9495cc631c08099bca79a177e7de0de2e799ff985de775ebee841">SND_HWDEP_TYPE_HW</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:98</div></div> <div class="ttc" id="group___hw_dep_html_gada5fa0eaa5a4a941dc5b79ae1897db76"><div class="ttname"><a href="group___hw_dep.html#gada5fa0eaa5a4a941dc5b79ae1897db76">snd_hwdep_dsp_image_get_index</a></div><div class="ttdeci">unsigned int snd_hwdep_dsp_image_get_index(const snd_hwdep_dsp_image_t *obj)</div><div class="ttdoc">get the DSP block index </div><div class="ttdef"><b>Definition:</b> hwdep.c:682</div></div> <div class="ttc" id="group___hw_dep_html_ga025e4656f44f73d8c372b8b10285f202"><div class="ttname"><a href="group___hw_dep.html#ga025e4656f44f73d8c372b8b10285f202">snd_hwdep_dsp_image_get_name</a></div><div class="ttdeci">const char * snd_hwdep_dsp_image_get_name(const snd_hwdep_dsp_image_t *obj)</div><div class="ttdoc">get the name of the DSP block </div><div class="ttdef"><b>Definition:</b> hwdep.c:693</div></div> <div class="ttc" id="group___hw_dep_html_gac49bce861455b700ba79c3eb9f73aae9"><div class="ttname"><a href="group___hw_dep.html#gac49bce861455b700ba79c3eb9f73aae9">snd_hwdep_dsp_status_get_num_dsps</a></div><div class="ttdeci">unsigned int snd_hwdep_dsp_status_get_num_dsps(const snd_hwdep_dsp_status_t *obj)</div><div class="ttdoc">get number of dsp blocks </div><div class="ttdef"><b>Definition:</b> hwdep.c:599</div></div> <div class="ttc" id="group___hw_dep_html_ga52f6b403c2a4947c647043fdd7c5dbf7"><div class="ttname"><a href="group___hw_dep.html#ga52f6b403c2a4947c647043fdd7c5dbf7">snd_hwdep_dsp_status_get_version</a></div><div class="ttdeci">unsigned int snd_hwdep_dsp_status_get_version(const snd_hwdep_dsp_status_t *obj)</div><div class="ttdoc">get the driver version of dsp loader </div><div class="ttdef"><b>Definition:</b> hwdep.c:577</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaae7f996ad6c0601e558353404e32c4366"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaae7f996ad6c0601e558353404e32c4366">SND_HWDEP_IFACE_USX2Y</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:65</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaa952e48f4f4fc5fb7f2472c5d0c679b36"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa952e48f4f4fc5fb7f2472c5d0c679b36">SND_HWDEP_IFACE_OPL3</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:56</div></div> <div class="ttc" id="group___hw_dep_html_ga330539511a4fe2936351b34a26cf96ff"><div class="ttname"><a href="group___hw_dep.html#ga330539511a4fe2936351b34a26cf96ff">snd_hwdep_dsp_image_get_image</a></div><div class="ttdeci">const void * snd_hwdep_dsp_image_get_image(const snd_hwdep_dsp_image_t *obj)</div><div class="ttdoc">get the image pointer of the DSP block </div><div class="ttdef"><b>Definition:</b> hwdep.c:715</div></div> <div class="ttc" id="group___hw_dep_html_ga6c5e57aaf95a248814897bd80e12edf4"><div class="ttname"><a href="group___hw_dep.html#ga6c5e57aaf95a248814897bd80e12edf4">snd_hwdep_dsp_status_get_dsp_loaded</a></div><div class="ttdeci">unsigned int snd_hwdep_dsp_status_get_dsp_loaded(const snd_hwdep_dsp_status_t *obj)</div><div class="ttdoc">get the bit flags of the loaded dsp blocks </div><div class="ttdef"><b>Definition:</b> hwdep.c:610</div></div> <div class="ttc" id="group___hw_dep_html_ga3132936fc99968e59df02711d2927018"><div class="ttname"><a href="group___hw_dep.html#ga3132936fc99968e59df02711d2927018">snd_hwdep_info_copy</a></div><div class="ttdeci">void snd_hwdep_info_copy(snd_hwdep_info_t *dst, const snd_hwdep_info_t *src)</div><div class="ttdoc">copy one snd_hwdep_info_t structure to another </div><div class="ttdef"><b>Definition:</b> hwdep.c:370</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaa06892f4442380329139dfd755454b3d1"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa06892f4442380329139dfd755454b3d1">SND_HWDEP_IFACE_OPL2</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:55</div></div> <div class="ttc" id="group___hw_dep_html_ga6eaa5f13367625587fdd955fb4cb4c51"><div class="ttname"><a href="group___hw_dep.html#ga6eaa5f13367625587fdd955fb4cb4c51">snd_hwdep_nonblock</a></div><div class="ttdeci">int snd_hwdep_nonblock(snd_hwdep_t *hwdep, int nonblock)</div><div class="ttdoc">set nonblock mode </div><div class="ttdef"><b>Definition:</b> hwdep.c:313</div></div> <div class="ttc" id="group___hw_dep_html_ga97f208875f4ec6a253f088e3c2c084c1"><div class="ttname"><a href="group___hw_dep.html#ga97f208875f4ec6a253f088e3c2c084c1">snd_hwdep_info</a></div><div class="ttdeci">int snd_hwdep_info(snd_hwdep_t *hwdep, snd_hwdep_info_t *info)</div><div class="ttdoc">get information about HwDep handle </div><div class="ttdef"><b>Definition:</b> hwdep.c:448</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaafcd56e8aff83d4be3a9708f7d9f74204"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaafcd56e8aff83d4be3a9708f7d9f74204">SND_HWDEP_IFACE_ICS2115</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:61</div></div> <div class="ttc" id="group___hw_dep_html_ga7316c8ce8d4ba06b58e6536e3cf96223"><div class="ttname"><a href="group___hw_dep.html#ga7316c8ce8d4ba06b58e6536e3cf96223">snd_hwdep_dsp_load</a></div><div class="ttdeci">int snd_hwdep_dsp_load(snd_hwdep_t *hwdep, snd_hwdep_dsp_image_t *block)</div><div class="ttdoc">load the DSP block </div><div class="ttdef"><b>Definition:</b> hwdep.c:515</div></div> <div class="ttc" id="group___hw_dep_html_ga74f5260b0f5f779932bfe7afcf68ecb1"><div class="ttname"><a href="group___hw_dep.html#ga74f5260b0f5f779932bfe7afcf68ecb1">snd_hwdep_ioctl</a></div><div class="ttdeci">int snd_hwdep_ioctl(snd_hwdep_t *hwdep, unsigned int request, void *arg)</div><div class="ttdoc">do hardware dependent ioctl </div><div class="ttdef"><b>Definition:</b> hwdep.c:462</div></div> <div class="ttc" id="group___hw_dep_html_ga904ac34d4d2af6c080aa01d9d70f6ef2"><div class="ttname"><a href="group___hw_dep.html#ga904ac34d4d2af6c080aa01d9d70f6ef2">snd_hwdep_dsp_status_t</a></div><div class="ttdeci">struct _snd_hwdep_dsp_status snd_hwdep_dsp_status_t</div><div class="ttdef"><b>Definition:</b> hwdep.h:48</div></div> <div class="ttc" id="group___hw_dep_html_ga3da9921e2aab7ab9ed91a39c4f3f6a0f"><div class="ttname"><a href="group___hw_dep.html#ga3da9921e2aab7ab9ed91a39c4f3f6a0f">snd_hwdep_dsp_image_set_image</a></div><div class="ttdeci">void snd_hwdep_dsp_image_set_image(snd_hwdep_dsp_image_t *obj, void *buffer)</div><div class="ttdoc">set the DSP block image pointer </div><div class="ttdef"><b>Definition:</b> hwdep.c:760</div></div> <div class="ttc" id="group___hw_dep_html_ga839de1d3a2bf9495cc631c08099bca79"><div class="ttname"><a href="group___hw_dep.html#ga839de1d3a2bf9495cc631c08099bca79">snd_hwdep_type_t</a></div><div class="ttdeci">snd_hwdep_type_t</div><div class="ttdef"><b>Definition:</b> hwdep.h:96</div></div> <div class="ttc" id="group___hw_dep_html_ga4178c718645804dffde98bf210e447b5"><div class="ttname"><a href="group___hw_dep.html#ga4178c718645804dffde98bf210e447b5">snd_hwdep_dsp_image_copy</a></div><div class="ttdeci">void snd_hwdep_dsp_image_copy(snd_hwdep_dsp_image_t *dst, const snd_hwdep_dsp_image_t *src)</div><div class="ttdoc">copy one snd_hwdep_dsp_image_t structure to another </div><div class="ttdef"><b>Definition:</b> hwdep.c:671</div></div> <div class="ttc" id="group___hw_dep_html_gacc4e48e9d9fa90fb5e35b3502cfe6f7f"><div class="ttname"><a href="group___hw_dep.html#gacc4e48e9d9fa90fb5e35b3502cfe6f7f">snd_hwdep_poll_descriptors_count</a></div><div class="ttdeci">int snd_hwdep_poll_descriptors_count(snd_hwdep_t *hwdep)</div><div class="ttdoc">get count of poll descriptors for HwDep handle </div><div class="ttdef"><b>Definition:</b> hwdep.c:253</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaa72513cceee36da63f12514742d491a29"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa72513cceee36da63f12514742d491a29">SND_HWDEP_IFACE_USX2Y_PCM</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:68</div></div> <div class="ttc" id="group___hw_dep_html_gga839de1d3a2bf9495cc631c08099bca79a59cee94d2b24ab7d23be97cb88705e64"><div class="ttname"><a href="group___hw_dep.html#gga839de1d3a2bf9495cc631c08099bca79a59cee94d2b24ab7d23be97cb88705e64">SND_HWDEP_TYPE_SHM</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:100</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaa6fdaff4ff3d98b2d74815ee058fd574e"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa6fdaff4ff3d98b2d74815ee058fd574e">SND_HWDEP_IFACE_FW_BEBOB</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:75</div></div> <div class="ttc" id="group___hw_dep_html_ga288eb9342aaea8317a7bfa03b22feaca"><div class="ttname"><a href="group___hw_dep.html#ga288eb9342aaea8317a7bfa03b22feaca">snd_hwdep_iface_t</a></div><div class="ttdeci">snd_hwdep_iface_t</div><div class="ttdef"><b>Definition:</b> hwdep.h:54</div></div> <div class="ttc" id="group___hw_dep_html_gaf7f6251acc0f26d6fefc2c28fcf90c6a"><div class="ttname"><a href="group___hw_dep.html#gaf7f6251acc0f26d6fefc2c28fcf90c6a">snd_hwdep_info_get_name</a></div><div class="ttdeci">const char * snd_hwdep_info_get_name(const snd_hwdep_info_t *obj)</div><div class="ttdoc">get hwdep driver name </div><div class="ttdef"><b>Definition:</b> hwdep.c:414</div></div> <div class="ttc" id="group___hw_dep_html_ga4c158ce0db68b8bfac1a00abe5e2ffcd"><div class="ttname"><a href="group___hw_dep.html#ga4c158ce0db68b8bfac1a00abe5e2ffcd">snd_hwdep_write</a></div><div class="ttdeci">ssize_t snd_hwdep_write(snd_hwdep_t *hwdep, const void *buffer, size_t size)</div><div class="ttdoc">write bytes using HwDep handle </div><div class="ttdef"><b>Definition:</b> hwdep.c:474</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaa01f290961f48f4981d91b158f517000f"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa01f290961f48f4981d91b158f517000f">SND_HWDEP_IFACE_EMUX_WAVETABLE</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:66</div></div> <div class="ttc" id="group___hw_dep_html_ga95c9c00e3b9b20ba6a92ac9d14c5cfdd"><div class="ttname"><a href="group___hw_dep.html#ga95c9c00e3b9b20ba6a92ac9d14c5cfdd">snd_hwdep_dsp_image_free</a></div><div class="ttdeci">void snd_hwdep_dsp_image_free(snd_hwdep_dsp_image_t *obj)</div><div class="ttdoc">frees the snd_hwdep_dsp_image_t structure </div><div class="ttdef"><b>Definition:</b> hwdep.c:660</div></div> <div class="ttc" id="group___hw_dep_html_gaade8a9030fadb398fdb6d139f360f07e"><div class="ttname"><a href="group___hw_dep.html#gaade8a9030fadb398fdb6d139f360f07e">snd_hwdep_open</a></div><div class="ttdeci">int snd_hwdep_open(snd_hwdep_t **hwdep, const char *name, int mode)</div><div class="ttdoc">Opens a new connection to the HwDep interface. </div><div class="ttdef"><b>Definition:</b> hwdep.c:169</div></div> <div class="ttc" id="group___hw_dep_html_ga3f62477a689ef9e84048f7ba8e33a792"><div class="ttname"><a href="group___hw_dep.html#ga3f62477a689ef9e84048f7ba8e33a792">snd_hwdep_dsp_status_get_id</a></div><div class="ttdeci">const char * snd_hwdep_dsp_status_get_id(const snd_hwdep_dsp_status_t *obj)</div><div class="ttdoc">get the driver id of dsp loader </div><div class="ttdef"><b>Definition:</b> hwdep.c:588</div></div> <div class="ttc" id="group___hw_dep_html_ga654b2c89f1e6bc16e590161340f1e3d9"><div class="ttname"><a href="group___hw_dep.html#ga654b2c89f1e6bc16e590161340f1e3d9">snd_hwdep_poll_descriptors_revents</a></div><div class="ttdeci">int snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents)</div><div class="ttdoc">get returned events from poll descriptors </div><div class="ttdef"><b>Definition:</b> hwdep.c:297</div></div> <div class="ttc" id="seq__event_8h_html_add9af9569af79ec26dd741fb226b38ba"><div class="ttname"><a href="seq__event_8h.html#add9af9569af79ec26dd741fb226b38ba">ptr</a></div><div class="ttdeci">void * ptr</div><div class="ttdef"><b>Definition:</b> seq_event.h:199</div></div> <div class="ttc" id="group___hw_dep_html_gga288eb9342aaea8317a7bfa03b22feacaa9dc5977a60b6d155fc6f6689f5208cab"><div class="ttname"><a href="group___hw_dep.html#gga288eb9342aaea8317a7bfa03b22feacaa9dc5977a60b6d155fc6f6689f5208cab">SND_HWDEP_IFACE_USB_STREAM</a></div><div class="ttdef"><b>Definition:</b> hwdep.h:72</div></div> <div class="ttc" id="group___hw_dep_html_gaf6087e4530245055c8cceaa74df629aa"><div class="ttname"><a href="group___hw_dep.html#gaf6087e4530245055c8cceaa74df629aa">snd_hwdep_dsp_image_get_length</a></div><div class="ttdeci">size_t snd_hwdep_dsp_image_get_length(const snd_hwdep_dsp_image_t *obj)</div><div class="ttdoc">get the length of the DSP block </div><div class="ttdef"><b>Definition:</b> hwdep.c:704</div></div> <div class="ttc" id="group___hw_dep_html_ga04193d4395908c0e31ac826ac05d3824"><div class="ttname"><a href="group___hw_dep.html#ga04193d4395908c0e31ac826ac05d3824">snd_hwdep_info_get_card</a></div><div class="ttdeci">int snd_hwdep_info_get_card(const snd_hwdep_info_t *obj)</div><div class="ttdoc">get hwdep card number </div><div class="ttdef"><b>Definition:</b> hwdep.c:381</div></div> <div class="ttc" id="group___hw_dep_html_ga5f497ef1c3a675af203923d93eda4202"><div class="ttname"><a href="group___hw_dep.html#ga5f497ef1c3a675af203923d93eda4202">snd_hwdep_info_set_device</a></div><div class="ttdeci">void snd_hwdep_info_set_device(snd_hwdep_info_t *obj, unsigned int val)</div><div class="ttdoc">set hwdep device number </div><div class="ttdef"><b>Definition:</b> hwdep.c:436</div></div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.5 </small></address> </body> </html>