[Pkg-alsa-devel] Re: ALSA packager needed

Thomas Hood jdthood at yahoo.co.uk
Mon Dec 19 20:57:08 UTC 2005


Elimar Riesebieter wrote:
> -echo3g (PCI: Echoaudio 3G)
> +#REMOVED: echo3g (PCI: Echoaudio 3G) no more supported since 1.0.11.rc1

> -hda-intel (PCI: Intel HD Audio ICH 6|6M cards)
> +#REMOVED: hda-intel (PCI: Intel HD Audio ICH 6|6M cards)


These drivers were not removed.


> +cs5535audio (PCI: Audio on multifunction CS5535 companion device)
> +pxa2xx-i2sound (PXA2xx i2Sound: support for Intel PXA2xx I2S audio)


These are new, but the descriptions should look roughly like:

    <ARCH>: <vendor> <chipname> <chipnum> chip

or

    <ARCH>: <vendor> <cardname> <cardnum> card

Also, we'll keep them in alphabetical order.

You can tell the arch from the directory that the source files
are in.  E.g., to find out about pxa2xx-i2sound:

$ find . -name pxa\* -print
./alsa-kernel/arm/pxa2xx-ac97.c
./alsa-kernel/arm/pxa2xx-pcm.c
./alsa-kernel/arm/pxa2xx-pcm.h
./arm/pxa2xx-ac97.c
./arm/pxa2xx-i2sound.c
./arm/pxa2xx-i2sound.h
./arm/pxa2xx-pcm.c

So it's an arm device.

Here's an updated diff which I just checked in.

--- ALSA-card-list      (revision 1498)
+++ ALSA-card-list      (working copy)
@@ -18,6 +18,7 @@
 loopback (loopback card [UNREAL])
 ad1816a (ISA: Analog Devices SoundPort 1815|1816A chips)
 ad1848 (ISA: Analog Devices 1847|1848 / Cirrus Logic CS 4248 chips)
+# ad1848-lib <- What should we do with this?
 ad1889 (PCI: Analog Devices 1889 (e.g. on HP PA-RISC computers))
 ali5451 (PCI: AC97 codec on motherboards with ALi M5451 Audio Controller)
 als100 (ISA: Avance Logic ALS 100|110|120|200 chips)
@@ -37,10 +38,12 @@
 cmi8330 (ISA: C-Media CMI 8330 chip)
 cmipci (PCI: C-Media CMI 8338|8738 chips)
 cs4231 (ISA: Crystal/Cirrus Logic CS 4231 chip)
+# cs4231-lib <- What should we do with this?
 cs4232 (ISA: Crystal/Cirrus Logic CS 4232|4232A chip)
 cs4236 (ISA: Crystal/Cirrus Logic CS 4235|4236|4236B|4237B|4238B|4239 chips)
 cs4281 (PCI: Cirrus Logic (Sound Fusion) CS 4281 chips)
 cs46xx (PCI: Cirrus Logic (Sound Fusion) CS 4280|461x|462x|463x chips)
+cs5535audio (PCI: Cirrus Logic CS 5535 companion device audio)
 darla20 (PCI: Echoaudio Darla20)
 darla24 (PCI: Echoaudio Darla24)
 dt019x (ISA: Diamond Technologies DT 019X/7H or Avance Logic ALS 007 chips)
@@ -99,7 +102,8 @@
 pdplus (PCI: Sek'D/Marian Prodif Plus card)
 portman2x4 (Midiman Portman2x4 parallel port MIDI interface)
 powermac (PPC: PowerMac (AWACS|DACA|Burgundy|Tumbler|Keywest))
-pxa2xx-ac97 (ARM: Intel PXA2xx chip)
+pxa2xx-ac97 (ARM: Intel PXA2xx AC97)
+pxa2xx-i2sound (ARM: Intel PXA2xx I2S)
 riptide (PCI: Conexant Riptide chip (e.g. on HP Pavilion computers))
 rme32 (PCI: RME Digi 32|32/8|32Pro cards (e.g. Sek'd Prodif 32|96|Gold))
 rme96 (PCI: RME Digi 96|96/8 or Digi 96/8 PRO|PAD|PST cards)
@@ -130,4 +134,7 @@
 #We don't handle options yet
 #OPTION: bt87x-overclock (PCI: TV cards with Brooktree Bt 878|879 chips -- 179kHz input)
 #OPTION: cs46xx-new-dsp (PCI: Cirrus Logic (Sound Fusion) chips -- support for new DSP image -- EXPERIMENTAL)
+#OPTION: powermac-auto-drc
 #OPTION: sb16-csp (ISA: Sound Blaster 16/AWE cards with CSP)
+#OPTION: seq-rtctimer-default
+#OPTION: support-old-api

-- 
Thomas



More information about the Pkg-alsa-devel mailing list