From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard V Robinson Date: Sun, 03 Feb 2002 20:22:49 +0000 Subject: Re: Driver for Philips Acoustic Edge (PSC 706) Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sound@vger.kernel.org Thanks for your response Zwane. I did as comprehensive a lspci as I could do and got the following results. If you can direct me to a working driver commercial or otherwise I'd be much obliged. -richard r # lspci -vv -xxx -s 02:0b 02:0b.0 Multimedia audio controller: VLSI Technology Inc: Unknown device 0307 (rev 06) Subsystem: VLSI Technology Inc: Unknown device 8051 Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- On Sat, 26 Jan 2002, Richard V Robinson wrote: > >>Hi. Can anyone tell me if there exists a linux driver for the Philips >>Acoustic Edge (PSC 706) sound card? Or if someone is working on one? >> > >Could you please supply a lspci of the sound card. > >>If not, I'm a fairly resourceful and clever programmer. And I have the >>card in question. How does one get started creating drivers for >>hardware like this? >> > >You can start of by finding out the chip on the sound card and getting the >datasheets for it. If the chip supports or is supported by some current >drivers, you could make the appropriate additions to the supported cards >in the particular modules (add Vendor/PCI IDs) and see if it works. >Otherwise you could start work on a new driver :) It might be an idea to >read through a couple of drivers and see how they do things. For >additional help regarding kernel hacking in general, check out >www.kernelnewbies.org and the mailling list is at >kernelnewbies@nl.linux.org > >Good luck, and happy hacking :) > >Regards, > Zwane Mwaikambo > >