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.87 2012/05/27 22:21:53 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.88 2012/07/24 12:12:51 swift Exp $ --> |
3 | |
3 | |
4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
5 | |
5 | |
6 | <guide> |
6 | <guide> |
7 | <title>Gentoo Linux ALSA Guide</title> |
7 | <title>Gentoo Linux ALSA Guide</title> |
… | |
… | |
22 | |
22 | |
23 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
23 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
24 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
24 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
25 | <license/> |
25 | <license/> |
26 | |
26 | |
27 | <version>4</version> |
27 | <version>5</version> |
28 | <date>2012-05-27</date> |
28 | <date>2012-07-24</date> |
29 | |
29 | |
30 | <chapter> |
30 | <chapter> |
31 | <title>Introduction</title> |
31 | <title>Introduction</title> |
32 | <section> |
32 | <section> |
33 | <title>What is ALSA?</title> |
33 | <title>What is ALSA?</title> |
… | |
… | |
109 | the "Details" and that will take you to the <c>emu10k1</c> specific page. |
109 | the "Details" and that will take you to the <c>emu10k1</c> specific page. |
110 | </p> |
110 | </p> |
111 | |
111 | |
112 | <p> |
112 | <p> |
113 | If you intend to use MIDI, then you should add <c>midi</c> to your USE flags in |
113 | If you intend to use MIDI, then you should add <c>midi</c> to your USE flags in |
114 | <path>/etc/make.conf</path> before emerging any ALSA packages. Later in the |
114 | <path>/etc/portage/make.conf</path> before emerging any ALSA packages. Later in the |
115 | guide, we will show you how to set up <uri link="#midi">MIDI support</uri>. |
115 | guide, we will show you how to set up <uri link="#midi">MIDI support</uri>. |
116 | </p> |
116 | </p> |
117 | |
117 | |
118 | </body> |
118 | </body> |
119 | </section> |
119 | </section> |
… | |
… | |
458 | <section> |
458 | <section> |
459 | <title>ALSA and USE</title> |
459 | <title>ALSA and USE</title> |
460 | <body> |
460 | <body> |
461 | |
461 | |
462 | <p> |
462 | <p> |
463 | You can now add the <c>alsa</c> use flag to <path>/etc/make.conf</path> to |
463 | You can now add the <c>alsa</c> use flag to <path>/etc/portage/make.conf</path> to |
464 | ensure that your applications that support ALSA get built with it. Some |
464 | ensure that your applications that support ALSA get built with it. Some |
465 | architectures like x86 and amd64 have the flag enabled by default. |
465 | architectures like x86 and amd64 have the flag enabled by default. |
466 | </p> |
466 | </p> |
467 | |
467 | |
468 | </body> |
468 | </body> |
… | |
… | |
626 | <title>Setting up MIDI support</title> |
626 | <title>Setting up MIDI support</title> |
627 | <body> |
627 | <body> |
628 | |
628 | |
629 | <p> |
629 | <p> |
630 | First, check to make sure that you enabled the <c>midi</c> USE flag in |
630 | First, check to make sure that you enabled the <c>midi</c> USE flag in |
631 | <path>/etc/make.conf</path>. If you didn't, go ahead and add it now. You will |
631 | <path>/etc/portage/make.conf</path>. If you didn't, go ahead and add it now. You will |
632 | also need to re-emerge any ALSA packages that use the <c>midi</c> flag, such as |
632 | also need to re-emerge any ALSA packages that use the <c>midi</c> flag, such as |
633 | <c>alsa-lib</c> and <c>alsa-utils</c>. |
633 | <c>alsa-lib</c> and <c>alsa-utils</c>. |
634 | </p> |
634 | </p> |
635 | |
635 | |
636 | <p> |
636 | <p> |