Actually i wanted to record from both MIC and LINE IN at the same time. From 
the 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]><mailto:[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

Reply via email to