summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/ac97.4 4.html
blob: 0493a705d57f7489b563b5047da84ee1dc5fa7b9 (plain)
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
50
<table class="head">
  <tr>
    <td class="head-ltitle">AC97(4)</td>
    <td class="head-vol">Device Drivers Manual</td>
    <td class="head-rtitle">AC97(4)</td>
  </tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">ac97</code> &#x2014; <span class="Nd">generic
    AC97 codec driver</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">AC97 codecs contain the analog-to-digital (A/D), digital-to-analog
    (D/A), and mixing circuitry of many modern sound cards. AC97 codecs, for the
    most part, do not talk to host busses like the PCI bus directly. Instead,
    they communicate through an interface chip, called the host controller. The
    Ensoniq AudioPCI 97 (see <a class="Xr">eap(4)</a>) is an example of such a
    host controller.</p>
<p class="Pp">Unlike many drivers, the <code class="Nm">ac97</code> driver does
    not appear in the configuration file. Instead, the driver is automatically
    attached by the drivers that require it.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
  ALSO</a></h1>
<p class="Pp"><a class="Xr">auacer(4)</a>, <a class="Xr">auich(4)</a>,
    <a class="Xr">auixp(4)</a>, <a class="Xr">autri(4)</a>,
    <a class="Xr">auvia(4)</a>, <a class="Xr">clcs(4)</a>,
    <a class="Xr">clct(4)</a>, <a class="Xr">eap(4)</a>,
    <a class="Xr">emuxki(4)</a>, <a class="Xr">esa(4)</a>,
    <a class="Xr">esm(4)</a>, <a class="Xr">fms(4)</a>,
    <a class="Xr">neo(4)</a>, <a class="Xr">yds(4)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
<p class="Pp">The <code class="Nm">ac97</code> driver does not keep track of the
    current user settings and instead relies on the hardware to do this.</p>
<p class="Pp">The <code class="Nm">ac97</code> driver could do more to detect
    mixer channels that don't work and cull them from the list.</p>
</section>
</div>
<table class="foot">
  <tr>
    <td class="foot-date">October 7, 1999</td>
    <td class="foot-os">NetBSD 10.1</td>
  </tr>
</table>