Re: [Alsa-user] subsequent call to snd_pcm_hw_params() fails

2006-01-27 Thread Bill Unruh
On Fri, 27 Jan 2006, satish wrote: On Fri, 2006-01-27 at 13:02 +, James Courtier-Dutton wrote: satish wrote: Hi All, I got ALSA driver version 1.0.6 installed on my computer. I used the API to write very simple recording and playing programs. But I can't seem to get both recording

Re: [Alsa-user] subsequent call to snd_pcm_hw_params() fails

2006-01-27 Thread James Courtier-Dutton
satish wrote: Thanx for the response James, but still the problem persists. As an alternative, i tried using capture and playback in different time intervals, instead of full duplex eventhough in my 2nd call to snd_pcm_hw_params() i'm getting this error message "unable to set hw parameters:

Re: [Alsa-user] subsequent call to snd_pcm_hw_params() fails

2006-01-27 Thread satish
On Fri, 2006-01-27 at 13:02 +, James Courtier-Dutton wrote: satish wrote: > Hi All, > > I got ALSA driver version 1.0.6 installed on my computer. > I used the API to write very simple recording and playing programs. > > But I can't seem to get both recording and playing to work at t

Re: [Alsa-user] subsequent call to snd_pcm_hw_params() fails

2006-01-27 Thread James Courtier-Dutton
satish wrote: Hi All, I got ALSA driver version 1.0.6 installed on my computer. I used the API to write very simple recording and playing programs. But I can't seem to get both recording and playing to work at the same time. I can open the audio device for both recording and playing,