| 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.63 2005/10/30 16:02:55 fox2mike Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.64 2006/01/01 11:51:43 neysx Exp $ --> |
| 3 | |
3 | |
| 4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 5 | |
5 | |
| 6 | <guide link="/doc/en/alsa-guide.xml"> |
6 | <guide link="/doc/en/alsa-guide.xml"> |
| 7 | <title>Gentoo Linux ALSA Guide</title> |
7 | <title>Gentoo Linux ALSA Guide</title> |
| … | |
… | |
| 83 | <li> |
83 | <li> |
| 84 | Use Gentoo's <c>media-sound/alsa-driver</c> package. |
84 | Use Gentoo's <c>media-sound/alsa-driver</c> package. |
| 85 | </li> |
85 | </li> |
| 86 | </ol> |
86 | </ol> |
| 87 | |
87 | |
| 88 | <p> |
88 | <p> |
| 89 | We shall take a peek into both before finally deciding on one. |
89 | We shall take a peek into both before finally deciding on one. |
| 90 | </p> |
90 | </p> |
| 91 | |
91 | |
| 92 | <p> |
92 | <p> |
| 93 | If you were to use ALSA provided by the kernel, the following are the pros and |
93 | If you were to use ALSA provided by the kernel, the following are the pros and |
| … | |
… | |
| 520 | <comment>(ALSA as modules)</comment> |
520 | <comment>(ALSA as modules)</comment> |
| 521 | # <i>/etc/init.d/alsasound start</i> |
521 | # <i>/etc/init.d/alsasound start</i> |
| 522 | * Loading ALSA modules ... |
522 | * Loading ALSA modules ... |
| 523 | * Loading: snd-card-0 ... [ ok ] |
523 | * Loading: snd-card-0 ... [ ok ] |
| 524 | * Loading: snd-pcm-oss ... [ ok ] |
524 | * Loading: snd-pcm-oss ... [ ok ] |
| 525 | * Loading: snd-seq ... [ ok ] |
525 | * Loading: snd-seq ... [ ok ] |
| 526 | * Loading: snd-emu10k1-synth ... [ ok ] |
526 | * Loading: snd-emu10k1-synth ... [ ok ] |
| 527 | * Loading: snd-seq-midi ... [ ok ] |
527 | * Loading: snd-seq-midi ... [ ok ] |
| 528 | * Restoring Mixer Levels ... [ ok ] |
528 | * Restoring Mixer Levels ... [ ok ] |
| 529 | <comment>(ALSA compiled in)</comment> |
529 | <comment>(ALSA compiled in)</comment> |
| 530 | # <i>/etc/init.d/alsasound start</i> |
530 | # <i>/etc/init.d/alsasound start</i> |
| 531 | * Loading ALSA modules ... |
531 | * Loading ALSA modules ... |
| 532 | * Restoring Mixer Levels ... [ ok ] |
532 | * Restoring Mixer Levels ... [ ok ] |