Re: [Alsa-devel] ALSA Driver Testing

2003-07-26 Thread Prince John
config > > files. The error happens during the search of some > > sound > > config files in conf.c file of ALSA lib. > > > > The .asoundrc file is kept at / and /root. The > > alsa.conf file is placed in /alsa and > /usr/share/alsa > > / is not referred at all. > the file is either ~/.asoundrc

[Alsa-devel] [PATCH] C99 initializers for alsa-lib/aserver/aserver.c

2003-07-26 Thread Art Haas
Hi. The cleanup of the obsolete GCC initializers in alsa-lib looks good. Here's a small patch for aserver/aserver.c that got missed. Art Haas Index: aserver/aserver.c === RCS file: /cvsroot/alsa/alsa-lib/aserver/aserver.c,v retrievi

[Alsa-devel] How to update Buffer Pointer

2003-07-26 Thread Prince John
Hi, I have a few queries on buffer pointer updation during playback operation with DMA transfer. I have gone through the documents, but some are not very clear. I have 64KB DMA buffer and 16KB period size. I'm using runtime->dma_addr as the DMA source (physical address). Is this right? This address

Re: [Alsa-devel] How to update Buffer Pointer

2003-07-26 Thread Jaroslav Kysela
On Sat, 26 Jul 2003, Prince John wrote: > Hi, > I have a few queries on buffer pointer updation during > playback operation with DMA transfer. I have gone > through the documents, but some are not very clear. > I have 64KB DMA buffer and 16KB period size. I'm using > runtime->dma_addr as the DMA s

[Alsa-devel] channel interleaving in driver es1968

2003-07-26 Thread Djamel Ouerdane
Hi, I noticed that the jack server was not happy that my pcm had different channel interleaving setup for capture and playback, so I could not use jack (it was complaining that capture was SNDRV_PCM_INFO_NONINTERLEAVED and playback SNDRV_PCM_INFO_INTERLEAVED). After a note from Paul Davis who red

Re: [Alsa-devel] channel interleaving in driver es1968

2003-07-26 Thread Jaroslav Kysela
On Sat, 26 Jul 2003, Djamel Ouerdane wrote: > Hi, > > I noticed that the jack server was not happy that my pcm had different > channel interleaving setup for capture and playback, so I could not use > jack (it was complaining that capture was SNDRV_PCM_INFO_NONINTERLEAVED > and playback SNDRV_PCM

Re: [Alsa-devel] channel interleaving in driver es1968

2003-07-26 Thread Djamel Ouerdane
> > > > I noticed that the jack server was not happy that my pcm had different > > channel interleaving setup for capture and playback, so I could not use > > jack (it was complaining that capture was SNDRV_PCM_INFO_NONINTERLEAVED > > and playback SNDRV_PCM_INFO_INTERLEAVED). > > > > After a note