[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: MSS/WSS Recording?



I have done it for my Aztech's WaveRider card. It required a change in
driver's source:
I have modified the dev_table.h file to define the second DMA channel for
MSS compatible cards the patch follows:
19c19
<
---
> #define MSS_DMA2 (0)
421c421
<               {SNDCARD_MSS, {MSS_BASE, MSS_IRQ, MSS_DMA, -1},SND_DEFAULT_ENABLE},
---
>               {SNDCARD_MSS, {MSS_BASE, MSS_IRQ, MSS_DMA, MSS_DMA2},SND_DEFAULT_ENABLE},

Of course you may modify the MSS_DMA2 value adjusting it according to
your needs.
I hope this will help...
					Wojtek Zabolotny
					wzab@ipe.pw.edu.pl


On Mon, 28 Sep 1998, Joe Lillibridge wrote:

> I've been trying for a long long time to record with my CS4231 MSS/WSS
> sound card.
> 
> My BIOS says that WSS Capture DMA is 1.  Play is 0.  On boot,
> I get this message.
> 
> <MSS audio codec (CS4231)> at 0x534 irq 11 dma 0,0
> 
> I assume it should read: <MSS audio codec (CS4231)> at 0x534 irq 11 dma 0,1
> 
> There's only one entry for MSS DMA though.  How can I fix this?
> 
> joe
> 
> 
> --  
> Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null
> 
> 


Reply to: