diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-06 23:00:14 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-06 23:00:14 +0100 |
commit | affee68a7ba250ba531750892a8ffe09c7dd6129 (patch) | |
tree | 030f99efef61b4f54e922c8069e9a022ee1c6607 /perl-install | |
parent | 42f6225c10bdcbfcf82d665f78502ace79eb0c68 (diff) | |
download | drakx-affee68a7ba250ba531750892a8ffe09c7dd6129.tar drakx-affee68a7ba250ba531750892a8ffe09c7dd6129.tar.gz drakx-affee68a7ba250ba531750892a8ffe09c7dd6129.tar.bz2 drakx-affee68a7ba250ba531750892a8ffe09c7dd6129.tar.xz drakx-affee68a7ba250ba531750892a8ffe09c7dd6129.zip |
kill dead comment
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/harddrake/sound.pm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index efad47d78..afe70fa72 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -1,14 +1,4 @@ package harddrake::sound; -# lists filled with Danny Tholen help, enhanced by Thierry Vignaud -# -# No ALSA for OSS's -# o isa cards: msnd_pinnacle, pas2, -# o pci cards: ad1889, sam9407 -# No OSS for ALSA's -# o pci cards: snd_als4000, snd_es968, snd_hdsp -# o isa cards: snd_azt2320, snd_cs4231, snd_cs4236, -# snd_dt0197h, snd_korg1212, snd_rme32 -# o pcmcia cards: snd_vxp440 snd_vxpocket # TODO: # o ensure sound is not user (either dsp/midi/sequencer/mixer) |