diff DOCS/sound.html @ 7099:0b70f3dc34eb

Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some small additions. * Replaced <UL> with <OL> where it made sense (to me :-)). * Moved "Developer Cries" into the appendix (as Appendix F) with s/Flame Wars/Developer Cries/ and s/In medias res/Developer Cries/. * Renamed "Appendix X" to "Appendix E". * Put a "Hint" inside <BLOCKQUOTE>. * Converted 3-pass encoding and mga_vid installation instructions to lists. * Converted options tables (video eq, SDL, fbdev, VESA, DXR3, TV input, DivX4Linux, AAlib) to <DL> lists. * The "sections" for MPsub and INSTALLING OSD are numbered and displayed in the TOC now. * Changed the text inside some <H4> tags.
author diego
date Tue, 27 Aug 2002 18:06:07 +0000
parents 3275af5787e0
children 3f00afba3dac
line wrap: on
line diff
--- a/DOCS/sound.html	Tue Aug 27 16:17:54 2002 +0000
+++ b/DOCS/sound.html	Tue Aug 27 18:06:07 2002 +0000
@@ -119,20 +119,21 @@
   <TR><TD></TD><TD>Driver:</TD><TD><A HREF="ftp://ftp.infradead.org/pub/pcsp">ftp://ftp.infradead.org/pub/pcsp</A></TD></TR>
 </TABLE>
 
-<UL>
-  <LI>On Linux, a 2.4.x kernel is highly recommended. Kernel 2.2 is not tested.</LI>
-  <LI>If sound clicks when playing from CD-ROM, turn on IRQ unmasking, e.g. 
-    <CODE>hdparm -u1 /dev/cdrom</CODE> (<CODE>man hdparm</CODE>). This is
-    generally beneficial and described more detailed in the <A
-    HREF="cd-dvd.html#drives">CD-ROM section</A>.</LI>
-  <LI>Sharing your sound card with another application like XMMS is <B>strongly
-    discouraged</B>!  If the other sound application is using ESD, start
-    <B>MPlayer</B> with the <CODE>-vo sdl:esd</CODE> option to combine both
-    sound streams. In fact, the option <CODE>-vo sdl:esd</CODE> could be used
-    with ESD even when playing <B>Mplayer</B> alone.</LI>
-  <LI>Feedback to this document is welcome. Please tell us how <B>MPlayer</B>
-    and your sound card(s) worked together.</LI>
-</UL>
+<P>On Linux, a 2.4.x kernel is highly recommended. Kernel 2.2 is not tested.</P>
+
+<P>If sound clicks when playing from CD-ROM, turn on IRQ unmasking, e.g. 
+  <CODE>hdparm -u1 /dev/cdrom</CODE> (<CODE>man hdparm</CODE>). This is
+  generally beneficial and described more detailed in the <A
+  HREF="cd-dvd.html#drives">CD-ROM section</A>.</P>
+
+<P>Sharing your sound card with another application like XMMS is <B>strongly
+  discouraged</B>!  If the other sound application is using ESD, start
+  <B>MPlayer</B> with the <CODE>-vo sdl:esd</CODE> option to combine both
+  sound streams. In fact, the option <CODE>-vo sdl:esd</CODE> could be used
+  with ESD even when playing <B>Mplayer</B> alone.</P>
+
+<P>Feedback to this document is welcome. Please tell us how <B>MPlayer</B>
+  and your sound card(s) worked together.</P>
 
 
 <H4><A NAME="plugins">2.3.2.2 Audio plugins</A></H4>