On Sat, Apr 07, 2012 at 12:39:00PM +0200, Marc Peters wrote:
> Hi list,
> 
> i am using an envy based soundcard which is not functional on a
> -current from yesterday.
> 
> dmesg snippet:
> envy0 at pci3 dev 6 function 0 "IC Ensemble Envy24PT/HT Audio" rev
> 0x01: apic 4 int 21
> envy0: unknown 1724-based card, 2 inputs, 8 outputs
> audio0 at envy0
> midi0 at envy0: <Envy24 MIDI UART>
> 
> It is a Prodigy 7.1 HiFi from audiotrak (link in german: 
> http://www.dbsys.de/webshop/product_info.php?cPath=21_52&products_id=189&osCsid=fc122a9b71472c9f2014fd74c2d4c079).
> The manpage says, only a handful of cards are actual supported by
> envy, maybe we can add one more card and i can help with this (in
> testing diffs or otherwise).
> 

Envy24-based cards have two parts: (1) the codec, that's in charge
of the analog to digital conversion and (2) the envy24 chip that
does the interface between the codec and the PCI bus.

There's a driver for the envy24 chip but the codecs of your card
(wolfson 8776) are not supported yet.

Codecs are well documented and simple to handle. The hard part is
to figure out how codecs are connected to the envy chip. Unless you
find the datasheet of your card, you can look at other operating
system drivers.

Let me know if you need further information.

-- Alexandre

Reply via email to