On Mon, 2009-03-09 at 19:42 +0530, Prabhu Kalyan Rout wrote:
> Actually i wanted to record from both MIC and LINE IN at the same
> time. From the

It would be difficult to record separate audio streams on mic and
line-in since both goes to the same ADC.


>  below code i found that my codec does supports that
>   status = ioctl(fd, SOUND_MIXER_READ_CAPS, &caps);
>   if (status == -1)
>     perror("SOUND_MIXER_READ_CAPS ioctl failed");
> 
>  if (!(caps & SOUND_CAP_EXCL_INPUT))
> 
> Thanks
> 
> Viral Sachde wrote: 
> > On Mon, Mar 9, 2009 at 3:38 PM, Prabhu Kalyan Rout
> > <[email protected]> wrote:
> >   
> > > Hi,
> > > My requirement is to capture from both LINE IN and MIC. But current OSS
> > > functionality does not allow us to do that
> > > Can any body tell me how to achieve this functionality using OSS as the
> > > driver?
> > > Thanks
> > > 
> > >     
> > 
> > Do you mean, you wish two separate analog input support, one inserted
> > in Line-in, another in Mic ?
> >   
> 
> 
> 
> ______________________________________________________________________
> http://www.mindtree.com/email/disclaimer.html
> _______________________________________________
> Davinci-linux-open-source mailing list
> [email protected]
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to