| 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.36 2004/05/21 12:06:53 cam Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.37 2004/06/15 07:21:07 bennyc 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"> |
| 8 | <mail link="zu@pandora.be">Vincent Verleye</mail> |
8 | <mail link="zu@pandora.be">Vincent Verleye</mail> |
| 9 | </author> |
9 | </author> |
| 10 | <author title="Author"> |
10 | <author title="Author"> |
| 11 | <mail link="g2boojum@gentoo.org">Grant Goodyear</mail> |
11 | <mail link="g2boojum@gentoo.org">Grant Goodyear</mail> |
| 12 | </author> |
12 | </author> |
| 13 | <author title="Author"> |
13 | <author title="Author"> |
| 14 | <mail link="agenkin@gentoo.org">Arcady Genkin</mail> |
14 | <mail link="agenkin@gentoo.org">Arcady Genkin</mail> |
| 15 | </author> |
15 | </author> |
| 16 | <author title="Author"> |
16 | <author title="Author"> |
| 17 | <mail link="eradicator@gentoo.org">Jeremy Huddleston</mail> |
17 | <mail link="eradicator@gentoo.org">Jeremy Huddleston</mail> |
| … | |
… | |
| 428 | Then install the <c>alsa-tools</c> (and/or <c>alsa-firmware</c>) package(s): |
428 | Then install the <c>alsa-tools</c> (and/or <c>alsa-firmware</c>) package(s): |
| 429 | </p> |
429 | </p> |
| 430 | |
430 | |
| 431 | <pre caption="Installing ALSA Tools"> |
431 | <pre caption="Installing ALSA Tools"> |
| 432 | # <i>emerge alsa-tools</i> |
432 | # <i>emerge alsa-tools</i> |
| 433 | </pre> |
433 | </pre> |
| 434 | |
434 | |
| 435 | </body> |
435 | </body> |
| 436 | </section> |
436 | </section> |
| 437 | <section> |
437 | <section> |
| 438 | <title>Activating Joystick Support</title> |
438 | <title>Activating Joystick Support</title> |
| 439 | <body> |
439 | <body> |
| 440 | |
440 | |
| 441 | <p> |
441 | <p> |
| 442 | If your soundcard has a joystick plug, you might be interested in activating |
442 | If your soundcard has a joystick plug, you might be interested in activating |
| 443 | joystick spport for your soundcard. If so, start by verifying if your soundcard |
443 | joystick support for your soundcard. If so, start by verifying if your soundcard |
| 444 | driver has a joystick parameter. You can verify this by running <c>modinfo</c> |
444 | driver has a joystick parameter. You can verify this by running <c>modinfo</c> |
| 445 | against your kernel module. For instance, for the <c>snd-via82xx</c>: |
445 | against your kernel module. For instance, for the <c>snd-via82xx</c>: |
| 446 | </p> |
446 | </p> |
| 447 | |
447 | |
| 448 | <pre caption="Running modinfo"> |
448 | <pre caption="Running modinfo"> |
| 449 | # <i>modinfo snd-via82xx</i> |
449 | # <i>modinfo snd-via82xx</i> |
| 450 | filename: /lib/modules/2.4.22-ck2/snd-via82xx.o |
450 | filename: /lib/modules/2.4.22-ck2/snd-via82xx.o |
| 451 | description: "VIA VT82xx audio" |
451 | description: "VIA VT82xx audio" |
| 452 | author: "Jaroslav Kysela <perex@suse.cz>" |
452 | author: "Jaroslav Kysela <perex@suse.cz>" |
| 453 | license: "GPL" |
453 | license: "GPL" |
| 454 | parm: index int array (min = 1, max = 8), description "Index value for |
454 | parm: index int array (min = 1, max = 8), description "Index value for |
| 455 | VIA 82xx bridge." |
455 | VIA 82xx bridge." |
| 456 | parm: id string array (min = 1, max = 8), description "ID string for VIA |
456 | parm: id string array (min = 1, max = 8), description "ID string for VIA |
| 457 | 82xx bridge." |
457 | 82xx bridge." |
| 458 | parm: enable int array (min = 1, max = 8), description "Enable audio part |
458 | parm: enable int array (min = 1, max = 8), description "Enable audio part |