| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.23 2003/12/20 18:42:05 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.24 2003/12/31 09:51:41 neysx Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link = "/doc/en/alsa-guide.xml"> |
5 | <guide link = "/doc/en/alsa-guide.xml"> |
| 6 | <title>Gentoo Linux ALSA Guide</title> |
6 | <title>Gentoo Linux ALSA Guide</title> |
| 7 | <author title="Author"> |
7 | <author title="Author"> |
| … | |
… | |
| 32 | This guide will show you how to set up the Advanced Linux Sound Architecture |
32 | This guide will show you how to set up the Advanced Linux Sound Architecture |
| 33 | (ALSA) on Gentoo Linux. In addition to the Gentoo Linux Desktop Configuration |
33 | (ALSA) on Gentoo Linux. In addition to the Gentoo Linux Desktop Configuration |
| 34 | Guide, this guide is supposed to give you more information on this subject. |
34 | Guide, this guide is supposed to give you more information on this subject. |
| 35 | </abstract> |
35 | </abstract> |
| 36 | |
36 | |
| 37 | <version>1.3.4</version> |
37 | <version>1.3.5</version> |
| 38 | <date>November 23, 2003</date> |
38 | <date>December 31, 2003</date> |
| 39 | |
39 | |
| 40 | <chapter> |
40 | <chapter> |
| 41 | <title>Introduction</title> |
41 | <title>Introduction</title> |
| 42 | <section> |
42 | <section> |
| 43 | <title>What is ALSA?</title> |
43 | <title>What is ALSA?</title> |
| … | |
… | |
| 490 | When you ever rebuild your kernel, or upgrade to another kernel, you'll have to |
490 | When you ever rebuild your kernel, or upgrade to another kernel, you'll have to |
| 491 | rebuild the ALSA modules. |
491 | rebuild the ALSA modules. |
| 492 | </p> |
492 | </p> |
| 493 | |
493 | |
| 494 | <p> |
494 | <p> |
| 495 | Although you might have installed <c>alsa-driver</c>, <c>alsa-libs</c> and |
495 | Although you might have installed <c>alsa-driver</c>, <c>alsa-lib</c> and |
| 496 | <c>alsa-utils</c>, only the first will have to be installed again, since it will |
496 | <c>alsa-utils</c>, only the first will have to be installed again, since it will |
| 497 | put the alsa modules in <path>/lib/modules/*/kernel/sound/pci/</path>. |
497 | put the alsa modules in <path>/lib/modules/*/kernel/sound/pci/</path>. |
| 498 | </p> |
498 | </p> |
| 499 | |
499 | |
| 500 | <pre caption="Needed after each kernel compile"> |
500 | <pre caption="Needed after each kernel compile"> |