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
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
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
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
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
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
> >
> > 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