Re: [Alsa-user] Status of support of (USB) 'Creative SB X-Fi Surround 5.1'?

2009-07-21 Thread SZÉKELYI Szabolcs
Hi,

HoverHell  gmail.com> writes:
> 
> Well, I have the device now...
> 
> HoverHell wrote:
> > At alsa-project in by-vendor matrix I don't see any appropriate entry
> > for this device.
> 
> That's the question 1, still unanswered.
> E.g. is there something for this device or it should be added?
> In lsusb it is '041e:3042 Creative Technology, Ltd'
> 
> Question 2: with module 'snd_usb_audio' it provides no mixer controls (I
> added softvol for now though). Does that mean it just doesn't have any
> volume control in hardware or it's module's problem?

any news on this? I'm planning to buy one, but still don't know if it will work
or not. It's a pity that the original poster provided no info either on the
results of the test, I mean if he managed to get any sound out of it, stereo or
surround. I guess yes since he mentions a softvol he added... What about the
volume controls (although I personally don't need any)?

Thanks,
-- 
cc




--
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Bug report -- hda_analyzer

2009-07-21 Thread Geoffrey Leach
On 07/21/2009 02:01:59 PM, Takashi Iwai wrote:
> At Tue, 21 Jul 2009 11:55:04 -0700,
> Geoffrey Leach wrote:
> > 
> > On 07/21/2009 09:36:59 AM, Takashi Iwai wrote:
> > > At Tue, 21 Jul 2009 08:38:45 -0700,
> > > Geoffrey Leach wrote:
> > > > 
> > > > On 07/21/2009 12:02:38 AM, Takashi Iwai wrote:
> > > > > At Mon, 20 Jul 2009 10:14:57 -0700,
> > > > > Geoffrey Leach wrote:
> > > > > > 
> > > > > > r...@pvr[21]->python hda_analyzer.py
> > > > > > No HDA codecs were found or insufficient priviledges for 
> > > > > > /dev/snd/controlC* and /dev/snd/hwdepC*D* device files.
> > > > > > 
> > > > > > You may also check, if you compiled HDA driver with HWDEP
> > > > > > interface as well or close all application using HWDEP.
> > > > > > -- 1.0.20 compiled wih defaults.
> > > > > > 
> > > > > > Try run this program as root user.
> > > > > > r...@pvr[22]->ll /dev/snd/  
> > > > > > total 0
> > > > > > crw-rw+ 1 root root 116,  0 2009-07-19 13:16 controlC0
> > > > > > -rw-r--r--  1 root root   0 2009-07-20 09:58 hwdepC0D0
> > > > > 
> > > > > You see the missing 'c' in the attribute?  This is no device 
> > > file.
> > > > > Something created this file wrongly.
> > > > 
> > > > Takashi,
> > > > 
> > > > Could it not be that hda_analyzer is using an incorrect 
> > > > specification?
> > > 
> > > Possibly.  Maybe it just opens a file without checking the
> existence.
> > > I guess you didn't build the driver with hwdep support...
> > > 
> > > 
> > > > However, if you can point me to an authorative 
> > > > specification, I'll be glad to follow up.  FWIW, the files are
> > > created 
> > > > at boo ime -- early on so most likely by the kernel.
> > > 
> > > No.  Kernel never creates a device file by itself.
> > > 
> > > 
> > > Takashi
> > > 
> > 
> > So, what is  hwdep,
> 
> It's h/w dependent device.  The HD-audio driver uses it for the
> direct codec access from user-space.
> 
> > and is it required by hda_analyzer?
> 
> Yes.
> 
> When you build without any configure option, it should be enabled.
> So, something wrong with you setup.
> 
> 
> Takashi

Turns out that the problem was a failure to include "hda-hwdep" in the 
cards option when building the driver. This results in the creation of 
hwC*D* devices, not the ones listed in the error message.  My thanks to 
Takashi for helping me resolve the problem.

Geoffrey




--
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Terratec Phase28

2009-07-21 Thread Clemens Ladisch
Christoph Köditz wrote:
> is the driver in work or do you need some more informations about this 
> soundcard?

According to the driver's source, this card has been supported since 2005.


HTH
Clemens

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Strange "knocking" while playing sound

2009-07-21 Thread Clemens Ladisch
Dennis Borgmann wrote:
> I am working with snd_pcm_mmap_begin and snd_pcm_mmap_commit - just the
> way it is done in the "pcm.c" under the "test"-directory of the
> alsa-lib. While working with snd_pcm_writei(), those problems did not
> occur, but I want to test this using the mmap technology.

This sounds like a problem with your mmap code.

As long as you are copying samples from some buffer into the sound
card's buffer, using mmap does not give you any benefit because this is
exactly the same as snd_pcm_writei() does.


Best regards,
Clemens

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Bug report -- hda_analyzer

2009-07-21 Thread Takashi Iwai
At Mon, 20 Jul 2009 10:14:57 -0700,
Geoffrey Leach wrote:
> 
> r...@pvr[21]->python hda_analyzer.py
> No HDA codecs were found or insufficient priviledges for 
> /dev/snd/controlC* and /dev/snd/hwdepC*D* device files.
> 
> You may also check, if you compiled HDA driver with HWDEP
> interface as well or close all application using HWDEP.
> -- 1.0.20 compiled wih defaults.
> 
> Try run this program as root user.
> r...@pvr[22]->ll /dev/snd/  
> total 0
> crw-rw+ 1 root root 116,  0 2009-07-19 13:16 controlC0
> -rw-r--r--  1 root root   0 2009-07-20 09:58 hwdepC0D0

You see the missing 'c' in the attribute?  This is no device file.
Something created this file wrongly.


Takashi

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user