Re: [Alsa-devel] patch, and other via82xx (VT8235) capture problems

2003-10-28 Thread Takashi Iwai
At Mon, 27 Oct 2003 15:35:49 -0600,
Zinx Verituse wrote:
 
 On Mon, Oct 27, 2003 at 11:41:37AM +0100, Takashi Iwai wrote:
  At Sat, 25 Oct 2003 09:31:59 -0500,
  Zinx Verituse wrote:
  
 [snip]
   
   I have more to report on this issue:
   When I was recording with 'Line' selected as the 'Input Source',
   'Mic' was the selected recording device, and 'Line' was completely
   silent.  Also, I have noticed that if I'm playing something on
   hw:0,0, then hw:0,1 fails like recording does.  However, if I try
   to play two things to hw:0,0, it works.  And if I try to play
   something to hw:0,1 while hw:0,0 is closed, it also works.
  
  well, playing hw:0,0 and hw:0,1 is different from capture.
  hw:0,0 is the multi-play device (DXS channels) while hw:0,1 is the
  multi-channel play device for 5.1 outputs.  and you cannot access to
  both devices at the same time, anyway.
  
 
 Might I suggest that it gives device or resource busy, or blocks on
 open, then? :)  Right now, it's pretending everything is fine, until
 you try to actually play something, then it just sits there doing
 nothing.

i would set this bugzilla priority to LATER (if any exists :)
it's not a critical bug, so the fix will be postponed after 1.0
release.

of course, a patch is always welcome :)


Takashi


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel


Re: [Alsa-devel] patch, and other via82xx (VT8235) capture problems

2003-10-27 Thread Takashi Iwai
At Sat, 25 Oct 2003 09:31:59 -0500,
Zinx Verituse wrote:
 
 On Fri, Oct 24, 2003 at 03:59:18PM -0500, Zinx Verituse wrote:
  On Fri, Oct 24, 2003 at 03:14:44PM +0200, Takashi Iwai wrote:
   At Thu, 23 Oct 2003 20:05:02 -0500,
   Zinx Verituse wrote:

Any ideas on the problem with me not being able to record
if the Input Source is set to Mic?

arecord records when it's set to Line (as it was forced, before),
and does playback as well..

When it's set to Mic, I get no playback from a Mic (and I'm not
wanting to hook up powered output in to the jack when it's set
to Mic), but I suspect it's still Line-in, and the register
being twiddled isn't right, or needs some more setup.

arecord waits a bit, then gives the error I mentioned:
arecord: pcm_read:1110: read error: Input/output error

dmesg says nothing :/

If nothing else, the settings do have to do with the actual
capture sources (idx 0 vs. idx 1), because when I set idx 0
to mic, it can't record, but idx 1 can, and when I set idx 1
to mic, it can't record, but idx 0 can.  When both are set
to mic, neither can record.
   
   sorry, could you elaborate this?  i'm confused.
   did you try hw:0,0 and hw:0,1, right?
   
  
  Yeah, hw:0,0 fails when Input Source idx 0 is set to Mic,
  and hw:0,1 fails when Input Source idx 1 is set to Mic.
  
   
   Takashi
   
  
 
 I have more to report on this issue:
 When I was recording with 'Line' selected as the 'Input Source',
 'Mic' was the selected recording device, and 'Line' was completely
 silent.  Also, I have noticed that if I'm playing something on
 hw:0,0, then hw:0,1 fails like recording does.  However, if I try
 to play two things to hw:0,0, it works.  And if I try to play
 something to hw:0,1 while hw:0,0 is closed, it also works.

well, playing hw:0,0 and hw:0,1 is different from capture.
hw:0,0 is the multi-play device (DXS channels) while hw:0,1 is the
multi-channel play device for 5.1 outputs.  and you cannot access to
both devices at the same time, anyway.


Takashi


---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel


Re: [Alsa-devel] patch, and other via82xx (VT8235) capture problems

2003-10-27 Thread Zinx Verituse
On Mon, Oct 27, 2003 at 11:41:37AM +0100, Takashi Iwai wrote:
 At Sat, 25 Oct 2003 09:31:59 -0500,
 Zinx Verituse wrote:
 
[snip]
  
  I have more to report on this issue:
  When I was recording with 'Line' selected as the 'Input Source',
  'Mic' was the selected recording device, and 'Line' was completely
  silent.  Also, I have noticed that if I'm playing something on
  hw:0,0, then hw:0,1 fails like recording does.  However, if I try
  to play two things to hw:0,0, it works.  And if I try to play
  something to hw:0,1 while hw:0,0 is closed, it also works.
 
 well, playing hw:0,0 and hw:0,1 is different from capture.
 hw:0,0 is the multi-play device (DXS channels) while hw:0,1 is the
 multi-channel play device for 5.1 outputs.  and you cannot access to
 both devices at the same time, anyway.
 

Might I suggest that it gives device or resource busy, or blocks on
open, then? :)  Right now, it's pretending everything is fine, until
you try to actually play something, then it just sits there doing
nothing.

-- 
Zinx Verituse


---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel


Re: [Alsa-devel] patch, and other via82xx (VT8235) capture problems

2003-10-25 Thread Zinx Verituse
On Fri, Oct 24, 2003 at 03:59:18PM -0500, Zinx Verituse wrote:
 On Fri, Oct 24, 2003 at 03:14:44PM +0200, Takashi Iwai wrote:
  At Thu, 23 Oct 2003 20:05:02 -0500,
  Zinx Verituse wrote:
   
   Any ideas on the problem with me not being able to record
   if the Input Source is set to Mic?
   
   arecord records when it's set to Line (as it was forced, before),
   and does playback as well..
   
   When it's set to Mic, I get no playback from a Mic (and I'm not
   wanting to hook up powered output in to the jack when it's set
   to Mic), but I suspect it's still Line-in, and the register
   being twiddled isn't right, or needs some more setup.
   
   arecord waits a bit, then gives the error I mentioned:
   arecord: pcm_read:1110: read error: Input/output error
   
   dmesg says nothing :/
   
   If nothing else, the settings do have to do with the actual
   capture sources (idx 0 vs. idx 1), because when I set idx 0
   to mic, it can't record, but idx 1 can, and when I set idx 1
   to mic, it can't record, but idx 0 can.  When both are set
   to mic, neither can record.
  
  sorry, could you elaborate this?  i'm confused.
  did you try hw:0,0 and hw:0,1, right?
  
 
 Yeah, hw:0,0 fails when Input Source idx 0 is set to Mic,
 and hw:0,1 fails when Input Source idx 1 is set to Mic.
 
  
  Takashi
  
 

I have more to report on this issue:
When I was recording with 'Line' selected as the 'Input Source',
'Mic' was the selected recording device, and 'Line' was completely
silent.  Also, I have noticed that if I'm playing something on
hw:0,0, then hw:0,1 fails like recording does.  However, if I try
to play two things to hw:0,0, it works.  And if I try to play
something to hw:0,1 while hw:0,0 is closed, it also works.

-- 
Zinx Verituse


---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel


Re: [Alsa-devel] patch, and other via82xx (VT8235) capture problems

2003-10-24 Thread Takashi Iwai
At Wed, 22 Oct 2003 23:48:43 -0500,
Zinx Verituse wrote:
 
 [1  text/plain; us-ascii (7bit)]
 I've attached a patch to fix a bug in the via82xx driver,
 but I suspect the register is wrong for the VT8235 because
 when I set the Input Source to 'Mic', no interrupts seem
 to be getting triggered:
 
 arecord: pcm_read:1110: read error: Input/output error
 
 But as 'Line', it works (albeit with significantly reduced voltage and volume)

thanks for the patch.  now applied to cvs.


 Are the specs for the VT8235 available anywhere?

not in public i know of...


Takashi


---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel


Re: [Alsa-devel] patch, and other via82xx (VT8235) capture problems

2003-10-24 Thread Takashi Iwai
At Thu, 23 Oct 2003 20:05:02 -0500,
Zinx Verituse wrote:
 
 On Thu, Oct 23, 2003 at 06:47:35PM +0200, Takashi Iwai wrote:
  
  thanks for the patch.  now applied to cvs.
  
   Are the specs for the VT8235 available anywhere?
  
  not in public i know of...
  
 
 Ah, too bad.
 
  Takashi
 
 Any ideas on the problem with me not being able to record
 if the Input Source is set to Mic?
 
 arecord records when it's set to Line (as it was forced, before),
 and does playback as well..
 
 When it's set to Mic, I get no playback from a Mic (and I'm not
 wanting to hook up powered output in to the jack when it's set
 to Mic), but I suspect it's still Line-in, and the register
 being twiddled isn't right, or needs some more setup.
 
 arecord waits a bit, then gives the error I mentioned:
 arecord: pcm_read:1110: read error: Input/output error
 
 dmesg says nothing :/
 
 If nothing else, the settings do have to do with the actual
 capture sources (idx 0 vs. idx 1), because when I set idx 0
 to mic, it can't record, but idx 1 can, and when I set idx 1
 to mic, it can't record, but idx 0 can.  When both are set
 to mic, neither can record.

sorry, could you elaborate this?  i'm confused.
did you try hw:0,0 and hw:0,1, right?


Takashi


---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel


Re: [Alsa-devel] patch, and other via82xx (VT8235) capture problems

2003-10-24 Thread Zinx Verituse
On Fri, Oct 24, 2003 at 03:14:44PM +0200, Takashi Iwai wrote:
 At Thu, 23 Oct 2003 20:05:02 -0500,
 Zinx Verituse wrote:
  
  Any ideas on the problem with me not being able to record
  if the Input Source is set to Mic?
  
  arecord records when it's set to Line (as it was forced, before),
  and does playback as well..
  
  When it's set to Mic, I get no playback from a Mic (and I'm not
  wanting to hook up powered output in to the jack when it's set
  to Mic), but I suspect it's still Line-in, and the register
  being twiddled isn't right, or needs some more setup.
  
  arecord waits a bit, then gives the error I mentioned:
  arecord: pcm_read:1110: read error: Input/output error
  
  dmesg says nothing :/
  
  If nothing else, the settings do have to do with the actual
  capture sources (idx 0 vs. idx 1), because when I set idx 0
  to mic, it can't record, but idx 1 can, and when I set idx 1
  to mic, it can't record, but idx 0 can.  When both are set
  to mic, neither can record.
 
 sorry, could you elaborate this?  i'm confused.
 did you try hw:0,0 and hw:0,1, right?
 

Yeah, hw:0,0 fails when Input Source idx 0 is set to Mic,
and hw:0,1 fails when Input Source idx 1 is set to Mic.

 
 Takashi
 

-- 
Zinx Verituse


---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel


Re: [Alsa-devel] patch, and other via82xx (VT8235) capture problems

2003-10-23 Thread Zinx Verituse
On Thu, Oct 23, 2003 at 06:47:35PM +0200, Takashi Iwai wrote:
 
 thanks for the patch.  now applied to cvs.
 
  Are the specs for the VT8235 available anywhere?
 
 not in public i know of...
 

Ah, too bad.

 Takashi

Any ideas on the problem with me not being able to record
if the Input Source is set to Mic?

arecord records when it's set to Line (as it was forced, before),
and does playback as well..

When it's set to Mic, I get no playback from a Mic (and I'm not
wanting to hook up powered output in to the jack when it's set
to Mic), but I suspect it's still Line-in, and the register
being twiddled isn't right, or needs some more setup.

arecord waits a bit, then gives the error I mentioned:
arecord: pcm_read:1110: read error: Input/output error

dmesg says nothing :/

If nothing else, the settings do have to do with the actual
capture sources (idx 0 vs. idx 1), because when I set idx 0
to mic, it can't record, but idx 1 can, and when I set idx 1
to mic, it can't record, but idx 0 can.  When both are set
to mic, neither can record.

Any recommendations for stuff to try would be apreciated, as
I really would like to be able to record without getting
another sound card :/

-- 
Zinx Verituse


---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel